Hi!
This could be as a result of a Javascript or CSS conflict.
Can you try disabling Merging of Javascript files and Merging of CSS files at WP-Optimize > Minify. Also check your browser’s Javascript console tab for any errors when minify is enabled.
Let us know how this goes.
Thanks.
Hi,
Thanks for your advice. If I do not process the Javascript it does not function and cant see the form but the css works fine.
Not sure how to check the Javascript
Regards Barry.
In the Minify >>Java Script, uncheck the options under “JavaScript” options
The first is for minify, the second is for merging.
https://snipboard.io/NBht65.jpg
If the issue goes then enable them one at a time to find the offending setting.
Hi
When I tick Merging the issue is there. But not with the other two settings.
Not sure where to go from there, your help would be appreciated.
Regards Barry
You will either need to tun off the merging for CSS or you can find the offending CSS fileand exclude it from processing by adding it to the Minify >> CSS >> Exclude the following CSS files from processing
To find the offending CSS :
- Install the Blue Button Chrome extension
- Turn off minfication and load the page in your browser.
- In Blue Button, click on Stylesheets or Scripts to get the list of internal and external CSS and JavaScript files on your site.
- Turn on minify
- Copy the list of CSS files and add them to Minify CSS >> Exclude the CSS files from processing.
- Then, remove the files one by one, checking as you go to see if the script is causing issues