GetSimple Support Forum
PROBLEM Contactable Plugin does not appear after activation - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: PROBLEM Contactable Plugin does not appear after activation (/showthread.php?tid=8613)



Contactable Plugin does not appear after activation - Alex.Konnen - 2016-07-29

Hello,
I downloaded GetSimpleCMS an hour ago and started playing with the "ten-minutes-website". I could follow every instruction, the only thing which seemingly did not work was the "getsimple-contactable" plugin. I did everything as described on "http://get-simple.info/wiki/ten_minute_web_site", but I am unable to see the contact form anywhere. Where is it supposed to appear? How should one call it?
The instruction says "Look at your page. Simple". I am looking at my page out of different perspectives also changing themes. No contact form. What should I do?

TIA, Alex


RE: Contactable Plugin does not appear after activation - Timbow - 2016-07-30

should be on the edge of the browser window, for a fly-out form. There's a demo at http://timbowgs.bplaced.net/tutorial/



[Image: pavcafehm.jpg]


RE: Contactable Plugin does not appear after activation - n00dles101 - 2016-07-30

for Contactable to work you must have a

Code:
<php
get_header();
?>

in the head section of your theme.


RE: Contactable Plugin does not appear after activation - Alex.Konnen - 2016-07-30

Thank you both. The "get_header();" operator is there in header.inc.php (see picture), but I can still see no "contact" as on "http://timbowgs.bplaced.net/tutorial/" (which does function for me).


RE: Contactable Plugin does not appear after activation - newdeepdan - 2016-07-31

(2016-07-30, 17:37:21)Alex.Konnen Wrote: Thank you both. The "get_header();" operator is there in header.inc.php (see picture), but I can still see no "contact" as on "http://timbowgs.bplaced.net/tutorial/" (which does function for me).


Looks like you don't have jquery being called in your header, which is why the script is not running.


RE: Contactable Plugin does not appear after activation - Alex.Konnen - 2016-08-01

(2016-07-31, 11:47:11)newdeepdan Wrote:
(2016-07-30, 17:37:21)Alex.Konnen Wrote: Thank you both. The "get_header();" operator is there in header.inc.php (see picture), but I can still see no "contact" as on "http://timbowgs.bplaced.net/tutorial/" (which does function for me).


Looks like you don't have jquery being called in your header, which is why the script is not running.

I inserted
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
into the header of template.php, which still brought no change.
Is that what you mean?


RE: Contactable Plugin does not appear after activation - newdeepdan - 2016-08-02

(2016-08-01, 16:42:15)Alex.Konnen Wrote:
(2016-07-31, 11:47:11)newdeepdan Wrote:
(2016-07-30, 17:37:21)Alex.Konnen Wrote: Thank you both. The "get_header();" operator is there in header.inc.php (see picture), but I can still see no "contact" as on "http://timbowgs.bplaced.net/tutorial/" (which does function for me).


Looks like you don't have jquery being called in your header, which is why the script is not running.

I inserted
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
into the header of template.php, which still brought no change.
Is that what you mean?
Without seeing the entire template file, there's no way to see what's missing or what's not loading in the correct order.


RE: Contactable Plugin does not appear after activation - Oleg06 - 2016-08-02

you can try this plugin http://forum.getsimplecms.ru/viewtopic.php?pid=6989#p6989