lazyworks
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Add quick view code to custom loopHi sideeq313
You can do this via css
.yith-wcqv-button { display: none } .product:hover .yith-wcqv-button { display: block; }Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Add quick view code to custom loopHi sideeq313
Just insert the code inside the while loop where you want the quick button to display
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Add quick view code to custom loopHi sideeq313
just insert the code inside the custom loop and it will work fine.
Forum: Plugins
In reply to: [Shortcake (Shortcode UI)] Question for developing the UIThanks for the feedback =)
Hope that this plugin will grow and have more features soon.. it is really helpful for developers
Cheers 😀
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Add quick view code to custom loopHi ntsasng,
If you want to control the position of the quick view button inside the custom query you can do this.
<a href="#" class="button yith-wcqv-button" data-product_id="<?php echo get_the_ID(); ?>">Quick View</a>Let me know if it helps.
Cheers =)
Hello,
What I did to make it work is by changing the default image size settings which was 600×600 to a blank value then all new images worked perfectly fine.
I also have another topic/question on the free version of brands addon and waiting for your response 🙂
Many Thanks
Solved it 🙂