Viewing 8 reply threads
You must be logged in to reply to this topic.
I have two issues, first is when someone clicks on the product image it opens it in full screen and in a new page. I want to disable it. so only hover over function will work.
second issue is, I need to display all products and product categories when I click on the Products menu bar.
Appreciate your support
Hi, can you please provide me the website link and credentials?
Please send them as a private reply or set at the profile options
Check shop options on Theme Options (Customizer) -> Shop
You should connect that menu item with this link:
https://alsamha-group.ae/?post_type=product
please check currencies on currency plugin, is it included?
I don’t have full permission to check them.
You should use a multi-lingual plugin like polylang
Thanks
You should have a full access now. Please check it out.
How can I check the currency plugin? when I go to the currency widget, it doesnt show me any option to insert another currency rate.
Check here settings for adding currency:
https://alsamha-group.ae/wp-admin/admin.php?page=wc-settings&tab
Thanks
Please replace these lines of code on woocommerce/single-product/product-image.php
from line 51 to 55 with:
if ( $product->get_image_id() ) {
$html = '<div data-thumb="' . get_the_post_thumbnail_url( $post->ID, 'shop_thumbnail' ) . '" class="woocommerce-product-gallery__image">';
$html .= get_the_post_thumbnail( $post->ID, 'shop_single', $attributes );
$html .= '</div>';
} else {
You must be logged in to reply to this topic.