- This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Travel Eye › Woocommerce Product Image and Product Gallery
The Product Image and Product Gallery do not display correctly in the default layout. If I click on them they open the image url.
eg. http://testsite.snorkelingthailand.com/product/phi-phi-deluxe-plus-tour/
Is there a fix for this? Is it the same with Travel Eye Pro?
Thanks
Hello @paul614724,
To achieve what you want you have to activate the child theme .
Child theme references:
https://codex.wordpress.org/Child_Themes
You can even activate the child theme using the plugin below .
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child themes funcstions.php file paste below given code .
add_action( 'after_setup_theme', 'travel_eye_child_woo_addons' );
function travel_eye_child_woo_addons(){
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}
Also the pro version of the theme support the WooCommerce plugin so the pro version will not have such issue .
Hope this helps.
Let us know if you have any confusion further .
Best Regards!!
Thank you.
Will the pro version also also display the woocommerce product pages with the same font as posts. Because the free version shrinks the font.
Do you know any websites using the pro version that I can look at before I buy.
Thanks
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |