These two elements were working and no longer are for MOBILE only. Pro is up to date to 3.0.4. I’ve deactivated all plugins as well.
Website is: https://myveolife.com
Please advise.
These two elements were working and no longer are for MOBILE only. Pro is up to date to 3.0.4. I’ve deactivated all plugins as well.
Website is: https://myveolife.com
Please advise.
Hello @Hardegre,
Thanks for writing in! I have checked your site and I found out that you have two separate modal. One is for desktop screens and the other is for mobile . The one from mobile is not working at the moment. After investigating the page, it turns out that you have inserted this in the modal content:
<div style="text-align: center;<img src="https://myveolife.com/wp-content/uploads/2019/10/Favicon-1.png" style="width:120px;height:120px;"></div>
Invalid div tag which messed up the rest of the succeeding tags. You will need to correct it by using this code instead:
<div style="text-align: center;"><img src="https://myveolife.com/wp-content/uploads/2019/10/Favicon-1.png" style="width:120px;height:120px;"></div>
Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.