Home Forums Free Themes Travel Eye Woocommerce Product Image and Product Gallery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #52897
    Paul614724
    Participant

    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

    #53038
    wensolutions
    Keymaster

    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!!

    #53052
    Paul614724
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.