Egreenman
Forum Replies Created
-
Forum: Plugins
In reply to: [Charts and Graphs for Elementor] Percentage ValuesThis would be very useful! Ideally an option for numbers and percentages.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable product dropdown isn’t showingIs anyone able to help?
I have an issue where the categories for products arent saving and I cant view them. Are these issues linked?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable product dropdown isn’t showingJust in case anyone can help I have fixed the live product link with a work-around for now.
Here’s a fresh variable product setup https://www.childrenscontactservices.com/ccs/product-1/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable product dropdown isn’t showingI have compared the scripts loading on the page initially and then again when you click ‘add to basket’ and it seems that the add-to-cart-variation.min.js isn’t loading properly.
Can anyone think why?
Forum: Fixing WordPress
In reply to: Adding product prices that's a percentage of another product.Thanks, will do!
I really don’t know how i can thank you!
Do you or the company you work for have a donate thing???
Thanks… Again!
So, is this the right code? And if so where do I put it???
if (!wp_is_mobile()) : ?> add_filter('popmake_popup_is_loadable', 'mycustom_popup_is_loadable', 1000, 2 ); }
Thanks a million!
What happens if I download the wp mobile detects plugin???
I really do appreciate this help!
I really appreciate your help here bud. Is there any chance you might be able to tell me how to ‘include additional PHP libraries’???
I really have no clue!
Thank you very much buddy. And where do I copy it???
Great plugin by the way!
Is there any chance you might be able to direct me into what to put where to disable this popup on mobile devices?
if ($detect->isMobile()) { return true; } return $is_loadable; } add_filter('popmake_popup_is_loadable', 'mycustom_popup_is_loadable', 1000, 2 ); }