I'm using a plugin called 'Forminator Pro' to generate my contact forms. Everything has been working fine until a recent upgrade to this theme. Now the forms will not display on my website. I've switched to a different Wordpress theme and the forms display okay.
Hello, Warm Wishes From InkThemes, Will you please allow us to check your website dashboard for once? Kindly send the below-mentioned credential details at [email protected]. WordPress Website URL: - WordPress Username: - WordPress Password: - We will check the issue and will let you know about it. Regards, Shemaela InkThemes.com
Hi, this turned out to be an issue with /public_html/wp-content/themes/butterbelly-pro/assets/js/zoombox.js. We managed to fix by replacing: if($.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest){ return false; } With: try{ if($.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest){ return false; } } catch(e){}
Hello, Warm Wishes From InkThemes, Do not make changes in the default coding of the theme otherwise, this will cause an issue. Kindly send the below-mentioned credential details at [email protected]. WordPress Website URL: - WordPress Username: - WordPress Password: - We will check the issue and will let you know about it. Regards, Shemaela InkThemes.com