dbrooksuk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Changing the lightbox switch icon?OK thank you
Forum: Themes and Templates
In reply to: [Blocksy] Vertical Thumbnails limitOK thank you
Forum: Themes and Templates
In reply to: [Blocksy] Changing the lightbox switch icon?Hi Eduard
According to WordPress this is the url https://website.com/wp-content/uploads/2026/06/magnifying-glass-plus-svgrepo-com.svg
How much of this needs to inserted into the code above? – sorry for the basic questions
Forum: Themes and Templates
In reply to: [Blocksy] Vertical Thumbnails limitHi Eduard
Please ignore the above – I somehow managed to upset one of the filters which then stopped the above happening. I only ever clicked Update so I don’t know how that happened but anyway it is now behaving
Hi
Sorry I have been trying to sort out another problem with quick view and a product addons plugin, which is still ongoing so I haven’t been able to look into the no close/escape when full screen problem.
I am using version Merchant 2.1.4 along with the Blocksy theme
Hi
Thanks for getting back to me. I had a thought a script that YITH sent to me when I was having problems with their “Addons” plugin might be the problem but having removed it I still have the same problem.
If I open a product with Quickview from the catalogue page I get this https://prnt.sc/JQ9QccgjCKEC with the product price shown twice and all options shown. If you check a box the addons price is increased.https://imgur.com/a/EfDEMZQ
If you open a product with Quickview in the related products section on a single product page the addons logic is working ie if I check the 1st box the 2nd option is opening. However there is no image change ie tick in the box and the price increase does not work ie no change when ticked https://imgur.com/a/JVhaR2G
I don’t know if this helps narrow the cause of the problem down. Please let me know what further information you require from me so we can sort this problem out
WPC came back to me and told me a piece of JavaScript which your quick view module loads each new page needed to be inserted into a section of their plugin. I’ve managed to locate the code, quick-view.js, and inserted into WPC’s plugin. Quick view is now working when additional products are loaded.
Thank you for your support
I’ve just tried 3 more quick view plugins, all with the same display problem
I have just tried it with the WPC quick view plugin and it is the same as above
All of my products have the same add-on of being able to add a gift box.
So you are saying that if I am on a product page (which has the gift box option) that I can not open a “quick view” of a product in the related or upsell section at the bottom of that page using your plugin and get a figure in Total Options section and hence no Order total?
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Conflicts with Merchant Quick ViewThank you for that update. Where do I find the code to enter? Do I need to contact the other plugin developer for it?
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] YITH Quickview and this pluginIt is a local site. It is the same issue that I had with the Merchant quick view module ie which you sent me a patch for about 10 days ago
if ( ! function_exists( ‘yith_wapo_custom_update_on_quickview’ ) ) {
function yith_wapo_custom_update_on_quickview(){
$js = ” jQuery( function ( $ ) {
window.addEventListener( ‘merchant.quickview.ajax.loaded’, function () {
$( document ).trigger( ‘yith-wapo-reload-addons’ );
})
} ); “;
wp_add_inline_script( ‘yith_wapo_front’, $js );
}
add_action( ‘wp_enqueue_scripts’, ‘yith_wapo_custom_update_on_quickview’, 15 );
}Update the plugin is not WPC Load More but Load More Products by BeRocket
I’ve managed to remove it with CSS
.woocommerce div.product p.stock { display: none;}