yanivjs
Forum Replies Created
-
Slide animation worked for me. So I’m good now.
Thanks for the tip – saved the day 🙂
Forum: Plugins
In reply to: [Popups - WordPress Popup] CF7 in Popups – redirection problem after sendingHi Damian,
Doesn’t work for me.
I did put this in the theme script.js file:
jQuery(document).on(‘spu.box_close’,function(e,id){
// if id match your popup id
if( id = 6307 ) {
location.replace = ‘http://www.mydomain/?p=5060’;
}
});Where 6307 is the ID (though in WP admin, the popup id is #spu-6307)
And it does not redirect.
Any hint?
Thanks
Forum: Plugins
In reply to: [Popups - WordPress Popup] CF7 in Popups – redirection problem after sendingThank you Damian,
I understand that I should try the code you gave here, and replace the popup ID and url.
But where should I put it? Put it as shown in your reply, in functions.php?
Please please advise
Thanks
Yaniv
Forum: Plugins
In reply to: [Popups - WordPress Popup] CF7 in Popups – redirection problem after sendingon_sent_ok: “document.location=’?p=5060′;”
or
on_sent_ok: “location = ‘http://www.mydomain/?p=5060’;”
Updating wordpress to the latest version, 4.4 – solved the issue.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get url siteThanks the988, Very helpful, thank you so much!
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Coupon for role based priceThanks Arnis
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Coupon for role based priceI want the coupon to not apply to a certain role based price. The problem is that it does – I want only regular users to get the coupon. I do not want a role based price users to get the coupon.
Any option for this? idea?
Thanks
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] Simple solution for WP 4Thanks!!!
Found the answer. Construct a form and you will see.
Thanks,
I do not program Javascript or php (though I could edit it if you give me clear instructions).
I do need a function that allows only One popup to work at any given time.
If a popup is showing – do not open any other popup.
For me it is essential. Specifically becuase if a popup is showing a form and while the user fills out the form – an auto popup shows up and erases what the user has filled in the form…
I think that yes it would be very good if there was an option within the admin panel to check if a popup is cancelled or delayed when another popup is working/showing.
In the meantime, can you advise on how can I disallow a popup to open if another is already triggered/showing?
Thank you
Yaniv
Already did..
Thank you
Yes it helps. Awsome plugin.
Thank you
Never mind, fixed it.
I did and it doesn’t work for me.
I did this: (Only here I left the opening and closing < out, like you did)
a href=”#” onclick=”ppsShowPopup(103); return false;” style=”font-size: 10px;”>Contact Us</a
you can see the code on this page – bottom-right “contact us” link, under the paypal image:
https://jhdiamonds.comIf you click the link you will see that the screen turns dark – but no popup shows. I tried playing with css – no luck.
Please help..