gomiku
Forum Replies Created
-
Forum: Plugins
In reply to: [Split Test For Elementor] Does it work in Elementor popups?I’m wondering about the same thing. I can use the plug-in for pop-ups and it shows the 2 variations but it doesn’t collect any data on it. Seems like it doesn’t support pop-ups. I’m really trying to find a solution to how I can A/B test pop-ups as it’s quite important for us to improve conversions. ¨
ok done 🙂
Forum: Fixing WordPress
In reply to: GVO optin code, form displayed on the side instead of middleyes! Thank you 🙂 Problem solved
Forum: Fixing WordPress
In reply to: GVO optin code, form displayed on the side instead of middleI am pretty new to this and have never worked with CSS. Where do I access it and where in the CSS do I add that?
Thanks for your help. 🙂Forum: Fixing WordPress
In reply to: GVO optin code, form displayed on the side instead of middlethanks for the quick reply here is the page: http://selfimprovementadventure.com/free-report/
Thanks I solved it in the mean time. 🙂 But I will try out the simplified code too.
Hi Aristath,
thanks for your advice. I’m totally new to this. Where could I insert the code so it pops up on my site? Or could you direct me to a source where it is explained? I tried deleting this:<script type=’text/javascript’ src=’http://www.gogvo.com/js/eresponder/popover.js’></script>
<script type=’text/javascript’ language=”javascript”>
var maxcount = 0;
var pop_count = ‘pop236354’;
var speed_show = 400;
var ef_hide_to = {‘top’:’0′,’margin-top’:’-300′};
var speed_hide = 400;
var show_param = {‘left’:’50%’,’margin-left’:’-250px’,’top’:’50%’,’margin-top’:’-150px’};
var font_family = {‘font-family’:’Verdana’,’color’:’#000000′,’font’:’normal 10pt sans-serif’};
var suspend = 0;
$(document).ready(function() {
showPop();
});
</script>but that didn’t work out.