WebsiteBaker Support (2.13.x) > General Help & Support

More troubleshooting contact forms

<< < (2/2)

tobyw7:
OK - I think I have it fixed.

I checked over the index.php file from the Default theme, and checked over the Enhanced Template Elements https://help.WebsiteBaker.org/en/designerguide/enhanced-template-elements.php, and none of the extras were added. So have added this to my template now and all seems to be working!

Would explain why the frontend.css wasn't registering :)

ruebenwurzel:
Please have a look at the output Filter Settings in your backend. There you can enable or disable the loading of frontend.css from the Modules. It is also possible to add the following lines to your template:


--- Code: ---<?php register_frontend_modfiles(&#39;css&#39;); ?>
<?php register_frontend_modfiles(&#39;jquery&#39;); ?>
<?php register_frontend_modfiles(&#39;js&#39;); ?>
--- End code ---

Did you have this lines in your Template?

I think your problems (even with captcha) have to to with output filter settings and the coding of the index.php of your template. If you load in your template a addtional jquery or js maybe there exists conflicts with the versions from wb.

Navigation

[0] Message Index

[*] Previous page

Go to full version