Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
dxdigg
tagDiv Member

Thank you, but the question is how can I can this to top menu?

dxdigg
tagDiv Member

Just set this topic to close, as I finally decide not to use the vertical displaying of the product image slider, as this doesn’t work greatly in phone screen. Thank you for your help.

dxdigg
tagDiv Member

/*
* Rich Snippet Data
* Add missing data not handled by WooCommerce yet
*/
function custom_woocommerce_structured_data_product ($data) {
global $product;

$data['brand'] = 'Your Brand Name';
$data['mpn'] = $product->get_sku() ?? null;

return $data;
}
add_filter( 'woocommerce_structured_data_product', 'custom_woocommerce_structured_data_product' );

For someone who might have the same problem like me.

dxdigg
tagDiv Member

Hi,Calin,

I recently found that as per your coding, the respovie mode doesn’t work on the phone screen.

Please see attached screenshot: https://ibb.co/jgJsbs6

Product URL:https://parg.co/bbox

What should I do now?

dxdigg
tagDiv Member

Thank you, I have disabled the Zoom effect, and your code works fine right now! Thank you again for your support.

dxdigg
tagDiv Member

Here it is, https://parg.co/bbox

Thank you!

dxdigg
tagDiv Member

No need the support now, I have followed the documentation to create the API and the video works.

Viewing 7 posts - 1 through 7 (of 7 total)