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?
2016-07-30, 17:37:21 (This post was last modified: 2016-07-31, 03:35:12 by Alex.Konnen.)
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).
(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.
(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?
(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.