Home Forums WoodMart support forum Product & Header

Product & Header

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #303681

    triptirawat
    Participant

    1) want Review box to be close default in product page its always open when ever we are visiting the product page ( https://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2021/06/Screenshot-2021-06-26-at-4.59.24-PM.png )

    2) Quantity box enlarge size in product page ( i want like this https://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2021/06/quanity.jpg )

    3.) Login remove login and / Register and just keep the icon for it

    #303828

    Hello,

    1) Please Provide with the admin panel login details of the website to check it myself and help you out accordingly.

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div.quantity input[type="button"] {
        min-width: 45px;
    }

    3) Please Go to Woodmart >> Header Builder >> Edit Header >> Edit My account and set only the icon.

    Screenshot for Clarification: https://gyazo.com/552c6bb764eb57c2aa820749fad60592

    Regards.
    Xtemos Studios

    #303836

    triptirawat
    Participant

    1) Ok i send admin panel Privet area

    #303916

    Hello,

    I have logged into your website and made the reviews as tabs.

    Now to make it close by default Please try adding the following JS on document ready in Theme Settings -> Custom JS.

    setTimeout(function() {
        var $tabs = jQuery( '.wc-tabs, ul.tabs' ).first();
        $tabs.parent().find('#tab-reviews').hide();
        $tabs.parent().find( '.tab-title-reviews' ).removeClass('active');
    }, 1000);

    Regards.
    Xtemos Studios

    #303926

    triptirawat
    Participant

    Its not working u have access u can do it.

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

    #303960

    triptirawat
    Participant

    Thank you so much that you have fixed all my issue and you did not even take time replying me with the code and fixing my issue by taking access thank you so much

    this review box is not getting fixed at all

    #303964

    Hello,

    I have added the code and its working fine please clear cache and check back.

    Best Regards

    #303965

    triptirawat
    Participant

    its not working please check page

    #303969

    Hello,

    You are changing the review locations again to separate sections and that code doesn’t work for the section.

    It only works for the accordion or tab area. Please Go to Theme Settings >> Product page >> Reviews and set the location to tabs then check back.

    Regards.
    Xtemos Studios

    #303973

    triptirawat
    Participant

    Thank You
    one more issue When i am working in Child theme like changing or editing and switch it to parent theme its creates a problem that is my product description changes position below my pricing . so we cant activate any code or changes coz we have to revert it back in clhild theme again to put it back as default
    Can you tell me why its happing

    #304077

    Hello,

    You are Most Welcome.

    It seems that the issue is with your child theme. You can try reinstalling the Child theme. Then check back.

    You can read our documentation for further help:
    https://xtemos.com/docs/woodmart/child-theme/

    Note: Please create new topics for each issue in the support system to avoid any confusions.

    Regards.
    Xtemos Studios.

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