wilgrafe
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowThank you very much!
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowHi,
They told where to put the trigger for the callback. What are we going to add in the script?
Here is the quick view code.
//Quick View $('body').on('click','.quick-view',function(){ var url = look_ajax_url; var productId = $(this).attr('product-data'); var html = '<div class="look-page-loading">Loading....</div>'; $.ajax({ url: url, type: 'POST', data: {action : 'load_product',id : productId}, beforeSend:function(){ $('body').append(html); }, success: function(data){ $('.look-page-loading').remove(); $('.product-quickview-content').html(data); $('#product-thumb-slide').waitForImages({ finished: function () { $("#product-thumb-slide").verticalCarousel({nSlots: 4, speed: 400}); }, waitForAll: true }); $("#myModal").modal(); if( !look_product_image_zoom && look_enable_product_lightbox) { $("a.zoom").prettyPhoto({ hook: 'data-rel', social_tools: false, theme: 'pp_woocommerce', horizontal_padding: 20, opacity: 0.8, deeplinking: false }); $("a[data-rel^='prettyPhoto']").prettyPhoto({ hook: 'data-rel', social_tools: false, theme: 'pp_woocommerce', horizontal_padding: 20, opacity: 0.8, deeplinking: false }); } if (typeof($( '.variations_form' ).wc_variation_form) === "function") { $( '.variations_form' ).wc_variation_form(); } $( '.variations_form .variations select' ).change(); } }); });
Thanks
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowNo response yet from their support.
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowI am not sure but looks like its the same as the screenshot…
We have Yith woocommerce plugins installed but I can’t find the yith-woocommerce-quick-view.
What we have are
yith-woocommerce-popup
yith-woocommerce-wishlistForum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowBy the way, the plugin is working just the initial display… the content should be hidden not expanded.. but when clicked it still working normally. What do you think? Can I just add jquery to add to just run the function initially when it loads? How? ??
Forum: Plugins
In reply to: [Collapse-O-Matic] Expanded in Modal windowThe quickview is part of the theme. We bought it from MagicalTheme … I will ask for support to the developer and will update soon here. Thank you very much.
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityThat would be great! Thanks so much for the plugin!!! ??
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityHi Author,
I think I got it working on my end.
This is what I did.
I didn’t use the Network Activated. I activate the plugin each site.
??
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityYes, I think I am following the second case…
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityHi,
I tried the main and it’s working.. but when I tried child its not working.
https://affinitasintimates.com/campaign/?p=1 = working ok
https://affinitasintimates.com/campaign/1/?p=1 = not ok
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilitySimple multisite. No buddypress. WordPress Version 3.5.1 . Using Twenty Twelve theme. No customization done yet…
I have plugins installed
Contact Form 7
Front End Upload
Contact Form DB
WTI Like PostThanks
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityHaving same error message… Also using the latest version of the plugin… Please help. Thanks