Home Forums WoodMart support forum Stretch Menu

Stretch Menu

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #548647

    floriano
    Participant

    How can I stretch this menu in height ?
    Please check attach file.

    Attachments:
    You must be logged in to view attached files.
    #548806

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav-vertical.wd-design-default>li:not(:last-child) {
        height: 60px;
    }

    Best Regards.

    #548902

    floriano
    Participant

    Hi,
    thanks so much for help !

    I need more help:
    1. How can translate shipping & delivery tab ?
    2. How can allow all users to post comment (review) ?

    Please check attach file.

    Thanks in advance !

    Attachments:
    You must be logged in to view attached files.
    #548977

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Navigate to Theme Settings > Single Product > Tabs > Additional Tabs > Change the tab title text.

    02. Please enable the reviews in the Woocommerce > Settings > Products. If you want to show the star rating after the product title, You can use the Theme’s Layout Builder to create Custom Layouts for the Single Product page > and in that Layout, you can change or configure the elements accordingly. You can find the Layouts under the Dashboard > Layouts.

    Here is the Guide to that: https://xtemos.com/docs-topic/single-product-page-builder/

    Best Regards.

    #549033

    floriano
    Participant

    Thank you so much my friend.

    Another question, please check attach file

    Attachments:
    You must be logged in to view attached files.
    #549081

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you a possible solution?

    Best Regards.

    #549223

    floriano
    Participant

    Hi

    #549340

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-product a.wcz-continue {
        display: none;
    }

    Best Regards.

    #549486

    floriano
    Participant

    Hi,

    thanks for help.

    Another question:
    how can hide tags (tags: description, additional information) if empty ?

    #549579

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product .wd-before-product-tabs .product_meta {
        display: none !important;
    }

    Best Regards.

    #549619

    floriano
    Participant

    Thanks mi friend !

    Your code not working

    #549648

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to say that your given login details are not working, please share the correct login details of your site. So I will further check on your site and give you a possible solution.

    Best Regards.

    #549709

    floriano
    Participant

    https://newriver.ro/wp-admin/
    user: florio
    pass: UqT^HCigVrqlBw@WrZlHJ2vy

    #549717

    floriano
    Participant

    Please remove my details

    #549833

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Check back your site after completely clearing the browser cache and check the issue.

    Best Regards.

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