Home Forums WoodMart support forum Issue with button

Issue with button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #391854

    webreturn
    Participant

    Hi regarding https://xtemos.com/forums/topic/please-help-button-not-working-after-latest-update-theme-on-lots-of-websites/#post-391832 we are still facing two issues (ticket is closed, so we cannot give any response):

    see private content

    Could you please help us fix this issue?
    Thanks in advance!

    #391968

    Artem Temos
    Keymaster

    Hello,

    These websites have Deprecated CSS classes and the structure is a bit different. You need to replace

    var offerteAanvragenTab = document.querySelector('.woocommerce-tabs .wd-accordion-item.wd-tab-wrapper > .tab-title-offerte_aanvragen_tab');

    with this

    var offerteAanvragenTab = document.querySelector('.woocommerce-tabs .wd-accordion-item > .tab-title-offerte_aanvragen_tab');

    Kind Regards

    #391980

    webreturn
    Participant

    Thank you really much! This is working. It it possible in the future updates to not change the css classes to much, because it breaks our custom css styles. We are really happy with Woodmart, still using it for a lot of our customers, thank you for this great theme and support.

    #391995

    Artem Temos
    Keymaster

    We are glad that you sorted it out! Feel free to contact us if you have any further questions.

    Kind Regards

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