Hi TaraVic,
Thanks for contacting us and choosing our product!
About your problem with jux coming soon. Can you tell me more detail about problem you get. Did you get any warning.
And if you can please pm me your site url and admin account. I'll check and feedback to you asap!
Basically what it's doing is it lets you enter all the details but when you try to hit send it doesn't do anything. You can see it on the URL here:
learnplantgrow.com/
Hi Taravic,
Thanks for your reply!
I checked your site and when click send message I got this error on console:
POST
www.learnplantgrow.com/media/plg_juxcomingsoon/contact_me.php
403 (Forbidden)
This error is this file don't have permission to read. You can change permission to read this file in your .htaccess file
Please search in your .htaccess file if you got this code:
## Disallow access to rogue PHP files throughout the site, unless they are explicitly allowed
#RewriteCond %{REQUEST_FILENAME} (\.php)$
#RewriteCond %{REQUEST_FILENAME} !(/index[23]?\.php)$
#RewriteCond %{REQUEST_FILENAME} -f
#RewriteRule (.*\.php)$ - [F]
You can comment it to get coming soon working.
Hope this help!
Hi wayne,
Our extensions send email via AJAX. So only in this case is need permission to red contact_me.php file . Can you check permission for this file?