WooCommerce 3.0 – Problem with the new product gallery

  • Author
    Posts
  • #43887

    Hello everybody,

    I have a problem with the new product gallery of the new Woocomerce 3.0.1.
    If I as given here: https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/

    Into the functions.php.

    Add_action (‘after_setup_theme’, ‘nirvana_setup’);
    Function nirvana_setup () {
    Add_theme_support (‘wc-product-gallery-zoom’);
    Add_theme_support (‘wc-product-gallery-lightbox’);
    Add_theme_support (‘wc-product-gallery-slider’);
    }

    The Woocommerce Product Gallery works.
    For this the header menu disappears in the front and backend.
    Does anyone have an idea how I can fix the problem?
    Or is a theme update the days out?

    Link to the shop: http://www.alera-foodtrade.de/product/2g-afghanischer-safran/

    Am grateful for any advice.

    Greez Flow

    Website: www.alera-foodtrade.de/shop

    #44180
    Zed
    Cryout Creations mastermind

    Nirvana already uses a function named nirvana_setup, which you’re overlapping.
    Rename your custom function to something else.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44287

    I’m using the Tempera theme and came in search of a similar theme update or fix. My lightbox disappeared from my WooCommerce page a while ago, but I was crossing my fingers I wouldn’t need to go digging into functions.php to solve it.

    Is a theme update coming soon, or is this something I should try also?

    (I’m scared I’ll screw stuff up 🙁 )

    Website: carolinashowski.org/shop

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

The topic ‘WooCommerce 3.0 – Problem with the new product gallery’ is closed to new replies.