casarod5
Forum Replies Created
-
so let’s say this is the popup i’m trying to create will this work. I’ve tried it and i was having issue.
<script src="//code.jquery.com/jquery-1.10.2.js"></script> <h2>Welcome to Mahomesale.com! </h2> <script type="text/javascript"> jQuery( document ).ready( function() { jQuery( '#TB_closeWindowButton').click( function() { jQuery( "#message, #darkbackground, .visiblebox" ).hide(); return false; }); }); </script> <div class="position_wrapper"> <div class="center_me"> <a id="TB_closeWindowButton" class="button1 jqm_close" ><span>Close</span></a> </div> </div>
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Responsive pop upI have the js click, however if you resize it won’t get centered. any idea of which file i should edit?
also the form above i have it on a template page and I’m using iframe to display the form on the popup. this could also be the reason why it might not be working properly for me. By navigating to the previous page it basically works fine for my purpose, so you probably don’t have to waste your time trying to troubleshoot it.
Thanks
Edtry this link because the one above doesn’t work.
https://mahomesale.com/listing-details/listing-71190057-singlefamily-8-naumaan-ln-worcester-ma/
you can try it here. I have hidden the closebox.
I tried the code below
<script type="text/javascript"> jQuery( document ).ready( function() { jQuery( "#closebox" ).after("<a href='' id='custom-closebox' title='Close this box'>Close this box</a>"); jQuery( '#custom-closebox').click( function() { jQuery( "#message, .visiblebox" ).hide(); return false; }); }); </script>
how would I edit the close button that I have on the form?
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Responsive pop upthe close didn’t work properly, so I just used href=”javascript:history.go(-1)”. Since its a three step form on the last page i made it href=”javascript:history.go(-3)”.
Hi,
This solution will work properly if you want the close button on all popovers however, i was hoping more of a php do echo shortcode directly on the wp template or like an onclick=closebox. At this point I have the button doing a href=”javascript:history.go(-1). if you can look at the example page that I have
https://mahomesale.com/listing-details/listing-71571618-singlefamily-19-ridgewood-rd-worcester-ma/
you will get a popever and you will see the close button there. I have hidden the original x close from the css file, so right now there is no option to just close the box.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] wp_head(); errorit’s the latest wordpress and the theme is kreisi Choices theme.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] wp_head(); errorHi Everyone,
It worked even though it showed the error. I disable the test head footer add on and switch the loading method to custom load and it is working like a charm. Im using it on a iframe register form seamless and remove the exit sign by editing the css file, perfect for lead generation. I highly recommend.