cassandravizisites
Forum Replies Created
-
https://www.mainstayveterinarypractice.viziglobal.com/mvp-tour/
To trigger the boxilla popup click any of the “rooms” on the top row of the map.
Thanks for your assistance.
I’m having this same error.
Forum: Plugins
In reply to: [Contact Form 7] Redirect To URLIf you’re not using a specific theme that allows you to add “Raw HTML or JS” as an element in your page then you can simply add this code to your header.php file, in this format (before the </head> tag):
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://example.com/’;
}, false );
</script>(Just fair warning that this method will be populated on every page. So if you want it on a specific page, you’ll need to create a template or find a way to use raw html elements in your pages.)
I’m wondering if this has anything to do with changing hosting providers. The domain is the same though, so I don’t see why that would change anything. I’ve also tested the plugin that was once working with all my other plugins (turning the other plugins off) and it still just redirects to the main page without logging me in.
Forum: Plugins
In reply to: [Better WordPress Minify] Last update more than a year agoI still haven’t seen any updates and the plugin is no longer minifying all the scripts it used to. Please update soon, this has been such a simple and great tool on my website up until this point.
- This reply was modified 7 years, 4 months ago by cassandravizisites.
Sorry it’s been a while since I’ve responded, it’s been crazy busy here. We have several sites this happens to. The best way for us to get around this problem is to simply flush the cache in the back end.
We were using the “Really Simple Captcha” system at first and we had to convert all of our sites (We have a client base and I’m required to be discreet) to Recaptcha and still get the problem.
We realized that it was the Google Page Speed plugin it was conflicting with, after deactivating all the plugins and added them in… but is there a way for us to use them both in tandum or do we need to go with a different plugin?
Thank you for your time.
That didn’t work. Is there anything else I can try?