did this function not support this or something error?I’ve tried 2 days still can’t work…….
I am facing a different kind of issue with woocommerce. I am observing a different structure of woocommerce product gallery in login and logout state due to which I am not able to do stylings according to my needs.
I have attached the login and logout state screenshot here.
Login state:
https://ibb.co/brXY0X6
https://ibb.co/DgPdtQg
Logout state:
https://ibb.co/Wxbm0Z0
https://ibb.co/Q6GQRk8
Any suggetions please.
]]>Suppose This is my Shortcode: [mbv name=”product-info”]
And i want to display this shortcode’s content before WooCommerce Tabs.
Or after WooCommerce product gallery.
Key(s)
Image fifu_image_url
Alt fifu_image_alt
Video fifu_video_url
Image + Image Gallery (URLs delimited by "|") fifu_list_url
Alt + Alt Gallery (titles delimited by "|") fifu_list_alt
Video + Video Gallery (URLs delimited by "|") fifu_list_video_url
Slider (URLs delimited by "|") fifu_slider_list_url
]]>I recently stumbled upon the following issue. When uploading images to the product gallery, they are displayed the same size as the product image one under another, rather than thumbnail size. The issue is only the newly added product. The old ones are just as normal.
Does anyone know how this can be fixed? I am sending you a link so you can see how they are displayed:
https://egoboutique.co.uk/product/ms-hotty-off-the-shoulder-playsuit/
And would really like the gallery to appear like this:
https://egoboutique.co.uk/product/elegant-beige-top/
Thank you for the help in advance.
]]>With regards to the Woocommerce Single Product Page Gallery where you add images to a Gallery for the Single Product Page, how can achieve having a Title/text on each of these Thumbnails or actual product when clicked on ?
I am trying to avoid having to edit each photo when different coloured T-shirts are chosen to add a Colour Name/Code to it. I would rather be able to save the Image name as relevant and then the Image Thumbnail in the Gallery for that Product displays that Title.
Anyone know how I can achieve this ?
I assume it is possible as I have seen it on other websites, but not sure how to get that result.
Thanks in advance.
Regards
Kristin
]]>add_action( 'after_setup_theme', 'theme_setup' );
function theme_setup() {
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}
This is a custommade theme with only templates for wc email and wc loop (add-to-cart.php and orderby.php).
]]>