Hello @NeilHartley,
Thanks for writing in!
I have checked your site and I found out that there is a JS error on the page. It is because you have inserted this JS code:
<script type="text/javascript">
piAId = '138461';
piCId = '1141';
(function() {
function async_load(){
var s = document.createElement('script'); s.type = 'text/javascript';
s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
}
if(window.attachEvent) { window.attachEvent('onload', async_load); }
else { window.addEventListener('load', async_load, false); }
})();
</script>
<script type="text/javascript">var ssaUrl = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'centro.pixel.ad/iap/4a379317117e3118';new Image().src = ssaUrl;</script>
<script type="text/javascript" src="https://secure.leadforensics.com/js/136454.js" ></script>
<noscript><img alt="" src="https://secure.leadforensics.com/136454.png?trk_user=136454&trk_tit=jsdisabled&trk_ref=jsdisabled&trk_loc=jsdisabled" height="0px" width="0px" style="display:none;" /></noscript>
<script type="text/javascript">
_linkedin_data_partner_id = "258778";
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=258778&fmt=gif" />
</noscript>
This may also be the cause why your convertplus modals are no longer displaying. Actually you have added the JS code incorrectly. The Custom JS section does not accept <script>
tags which is why there is a JS error. To resolve this, please do the following:
- Install “Insert Headers and Footers” plugin.
- Remove the JS code from the X > Theme Options > Custom JS
- Go to Settings > Insert Headers and Footers > Footer and insert your custom JS code.
Hope this helps. Please let us know how it goes.