Home Forums Basel support forum Compact product page design – closed y default

Compact product page design – closed y default

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #8611

    Peter Laursen
    Participant

    Hi,

    I have seen som threads where it is possible to have all tabs on product page closed by default. I have insterted the following code, but it has no effect.

    Can you assist?

    setTimeout(function() {
    var $tabs = jQuery( ‘.wc-tabs, ul.tabs’ ).first();
    $tabs.parent().find(‘#tab-description’).hide();
    $tabs.parent().find( ‘.tab-title-description’ ).removeClass(‘active’);
    }, 10);

    #8620

    Artem Temos
    Keymaster

    Hello,

    We have modified this code a bit. Please check how it works now.

    Regards

    #8630

    Peter Laursen
    Participant

    Perfect 🙂

    #8633

    Artem Temos
    Keymaster

    You are welcome 🙂

    #15381

    GCMarketing Admin
    Participant

    Hello Artem!

    I would love to have this feature as well could you assist me with the updated code for;

    setTimeout(function() {
    var $tabs = jQuery( ‘.wc-tabs, ul.tabs’ ).first();
    $tabs.parent().find(‘#tab-description’).hide();
    $tabs.parent().find( ‘.tab-title-description’ ).removeClass(‘active’);
    }, 10);

    #15388

    Artem Temos
    Keymaster

    Hi,

    Could you please send us your admin panel so we can check it?

    Regards

    #15394

    GCMarketing Admin
    Participant

    Sure please see the admin info below

    #15396

    Artem Temos
    Keymaster

    We can’t login with this password.

    #15401

    GCMarketing Admin
    Participant

    Ok I reset it please try again

    #15404

    Artem Temos
    Keymaster

    Please, check now.

    #15413

    GCMarketing Admin
    Participant

    Yep it is perfect! Thank you so much 🙂

    #15418

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Compact product page design – closed y default’ is closed to new replies.