sna1234
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewFully working. Thank you a lot ??
PS: only worked inside the script, inside fn woosq_replace_woolentor_quick_view(), in the .php snippet.
(Does not work in a simple js custom code)Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewHello again,
I am trying to add some classes to the quickview window with a js snippet using jQuery.
Here below is the code I used. I also tryed a lot of other test, targeting other classes and using other basic function as after(), before(), append().
The goal is just to put some text before or after the product title.jQuery(document).ready(function( $ ){ $("#woosq-popup .summary-content").prepend($("<div class='myclasstext'> <span>this is a text after title</span></div>")); });
I don’t understand why it does not work. Because this code worked at other places (at home page, below the title of a product silder).
Thank you for reading.
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewI Thank you so much.
WPC is definitly incredible. Making good and usefull plugins, with free versions almost as powerfull as paid ones. Moreover, users receive the best answers to their questions thanks to the support team.
I will buy some of your plugins for sure (I use for now Fly Cart and Variations Radio Buttons).
PS: you should programm an upsell post-checkout plugin ??
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewThank you for your explanation in video, really helpfull. It helped me to see my error : the attribute is
data-id
and notdata-quick-id
.Can you please tell me how I can change permanently the class and attribute. I am a beginner in web languages and this is something I don’t know how to do.
Can I use in someways an addfilter(?); function to make the changes ?
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewHello,
thank you for your quick reply.Here is my website : parentcalme.fr
The Wololentor slider is on this homepage, second section.When putting the CSS class woosq-btn and inspecting the javascript window, I noticed that the CSS class=”mfp-content” has no child under it. Which is not the case when I inspect it when I normally open the WPC quick view (see in my all-products page parentcalme.fr/catalogue
- This reply was modified 3 years, 4 months ago by sna1234.
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Replace quickviewHello,
I am encountering the same problem :
I’d like to replace the quick view from a product slider (came from Woolentor plugin) to the WPC quick view.I tried to put the class woosq-btn in the devtool from my browser, like this :
<a href="javascript:void(0);" class="woolentorquickview woosq-btn" data-id="40" data-quick-id="40">...</a>
With this class added, the quick view button only opens a transparent black js windows. Not the product.
Am I surely missing something..
@sigmas55 How did you managed to do it ?
Thank you for your time
- This reply was modified 3 years, 4 months ago by sna1234.