Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Contactable Plugin does not appear after activation
#1
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
Reply
#2
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]
Reply
#3
for Contactable to work you must have a

Code:
<php
get_header();
?>

in the head section of your theme.
My Github Repos: Github
Website: DigiMute
Reply
#4
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).


Attached Files Thumbnail(s)
   
Reply
#5
(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.
Reply
#6
(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?
Reply
#7
(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.
Reply
#8
you can try this plugin http://forum.getsimplecms.ru/viewtopic.p...6989#p6989
Reply




Users browsing this thread: 1 Guest(s)