Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1938690
JavaScript Error
Closed

Comments

  •  2
    aslabke started the conversation

    After updating to v1.3 the accordions for the product tabs on the Woocommerce single product page aren't working anymore. A javascript error is shown in the debug console (TypeError: b.data(...) is undefined). The mobile menu isn't working anymore too. I did a clean install with the new version - that didn' helped.

  •  1,845
    Elated replied

    Hello there,

    It will be a new update today where is fixed mobile menu issue. 

    I test accordions on single product page and everything works fine.

    Also in this update we change some framework theme files.

    You need to delete old version of our core plugin and you will have a note to install new version.

    Then everything should be fine.

    Kind regards, 
    Ash


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    aslabke replied

    Hi there,

    chromium gaves me a hint. There error occurs if you enable the 'Background Image in Parallax' in the 'Title Settings'. You can see it on the attachements.

    Regards

    Alex

  •  2
    aslabke replied

    Hi there,

    since you removed the 'vino_elated_woo_change_tabs_to_accordions' filter from 'woocommece-config.php' the single product page is unstyled because of the missing elated classes in the markup. For now it can be fixed by adding the removed lines to the child theme functions.php:

    //Change product tabs to accordions
    remove_filter( 'woocommerce_product_tabs', 'woocommerce_sort_product_tabs', 99 );
    add_filter( 'woocommerce_product_tabs', 'vino_elated_woo_change_tabs_to_accordions', 10 );

    I know it's just temporarily removed for bug fixing... ;-)

    thanks

  •  1,845
    Elated replied

    Hi there Alex,

    Sorry for the late response, we are having a lot of tickets due the major updates we are doing these days. 

    Can you please provide me URL and admin credentials in private reply so I can take a look? Did you updated Core plugin (Elated CPT) to the latest version (1.1 is latest version)?

    Let me know. 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.