katpetuk
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Heart disappearas on paginated pagesit now works if it add the product into the default scrapbook. But, if I try to add the product to a scrapbook I created, it will show two messages after adding the second product after pagination: one to say it is already in the scrapbook and one to say it’s been added – any other ideas?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Heart disappearas on paginated pagesThanks for the suggestion. It stops the duplication but only because it just shows an empty narrow white box with a X for closing it, so no View / Close option as usual? Any other ideas?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Heart disappearas on paginated pagesit’s in staging at the moment: https://newccpuk-co-uk.stackstaging.com/
thank you
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Heart disappearas on paginated pagesmanaged to fix it by adding the following code to Divi / Integration / Body – thought I’d put it here in case anyone else is having the issue using Divi and Bodycommerce:
jQuery(document).ready(function($) {
// Function to initialize wishlist plugin after AJAX completion
$(document).on(‘divi_filter_completed’, function(){
$(document).trigger(‘yith_wcwl_init’);
});However, Still have ONE issue, when I add a product to the wishlist on a filtered page or paginated page, I get two confirmations of “added to wishlist” ?
same here!
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Scrollbar not workingBrilliant, worked a treat – all sorted.
Thank you very, very much 🙂
Thank you so much, that worked 🙂
HI, the link you give (which is basically the same as I posted in my first post), only shows the location and Keyword fields. The categories field does not work and it is not showing the date field as per your demo page – please could you share the code for your demo page?
Hi, thanks for your swift reply.
On your demo page: http://www.wp-eventmanager.com/demo/ you also have “within” and “miles” – how do I add these? I cannot find anything related to these in the settings.
The link you sent me is for the code I used within a page (Divi) and works fine BUT I also need the “within miles” and “organizer” fields.
Please help