I was speaking to Dustin and I a cant get back with him
Dear Dustin:
The problem is that in Oxygen or in any other wp builder, you have to use code blocks. I am trying to figure out how to wrap the menu card or even just the whole image container div so something more than just an icon can be the quick-view trigger and have it be in the Oxygen repeater (wp loop) so that each menu item will have its own data-id updated by the loop. This code is what I am using right now but it only works on the icon not the whole div:
I got it from an excellent video that features your quick view plugin Design with Cracka on Yoututbe Oxygen with Woocommerce #1.
<php //-------------- QUICK VIEW ----------------
global $product; if (!isset($product) || !$product) {return;}
I have sent your ticket over to Dustin so that you can continue discussing with him. I have also sent him a note that you would like to talk to him. He will reply as soon as being available for work.
I was speaking to Dustin and I a cant get back with him
Dear Dustin:
The problem is that in Oxygen or in any other wp builder, you have to use code blocks. I am trying to figure out how to wrap the menu card or even just
the whole image container div so something more than just an icon can be the quick-view trigger and have it be in the Oxygen repeater (wp loop) so that each menu item will have its own data-id updated by the loop.
This code is what I am using right now but it only works on the icon not the whole div:
I got it from an excellent video that features your quick view plugin Design with Cracka on Yoututbe Oxygen with Woocommerce #1.
<php //-------------- QUICK VIEW ----------------
global $product;
if (!isset($product) || !$product) {return;}
$pId = $product->get_id();
echo do_shortcode('[woosq id="'. $pId . '"]');
Hi Ari,
I have sent your ticket over to Dustin so that you can continue discussing with him. I have also sent him a note that you would like to talk to him. He will reply as soon as being available for work.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Ari,
I already replied to your ticket here https://wpc.ticksy.com/ticket/3127694/
Did you try this solution?
Best regards,
Dustin