Home Forums WoodMart support forum The Element Html Block of the Top Bar in Header Builder is not vertically center

The Element Html Block of the Top Bar in Header Builder is not vertically center

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #497153

    ha21cn
    Participant

    The Element Html Block of the Top Bar in Header Builder is not vertically centered. How to set it up.
    In addition, I want to know how to modify the font color and size in Html Block and Text Element.

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

    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.

    #497503

    ha21cn
    Participant

    Please Check

    #497696

    Hello,

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

    .whb-top-bar .wd-header-text {
    padding-bottom: 28px;
    padding-left: 4px;
    }

    Best Regards.

    #497820

    ha21cn
    Participant

    Hello, I need all the elements in the Top Bar to be displayed vertically in the center, instead of some at the top and some at the bottom. And you haven’t told me how to set the font size and font color in Element.

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

    Hello,

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

    .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
        padding-top: 24px;
    }

    For the font color and size edit HTML Block > edit list > change the color and size:
    https://ibb.co/MstLg2H

    Best Regards.

    #498296

    ha21cn
    Participant

    The menu options want to set Dropdown settings to Aside and Dropdown height to 495, but after clicking Save it doesn’t save successfully, I don’t know what’s the reason. I don’t know if it’s because of too many menu options.

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

    Hello,

    Edit the .htaccess file in the home directory of your WordPress installation.
    Add the following line:

    php_value max_input_vars 5000

    Editing the Php.ini file is the same thing as with the .htaccess. You need to locate your PHP.ini file on your server via FTP and add the following lines of code:

    suhosin.post.max_vars = 5000
    suhosin.request.max_vars = 5000

    or this:
    max_input_vars = 5000

    Best Regards.

    #498460

    ha21cn
    Participant

    After following your advice it doesn’t solve the problem and causes an error on the site, is there any other way to solve this problem?

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

    ha21cn
    Participant

    Also for some reason I’ve set up a Size Guide for my product categories, but it often doesn’t show up on the Single Product page.

    #498562
    #498891

    ha21cn
    Participant

    How to set a specific category not to display widgets?
    Some product categories need to display widgets, but some do not. How to set them?

    #499062

    Hello,

    Go to Appearance >You can take WOODMART WooCommerce Layered Nav and you will find the option to select the category in which this filter would appear. All these widgets are provided in Appearance > Widgets.
    Screenshot for clarification:
    https://ibb.co/ChZZ3Yf

    Best Regards.

    #499802

    ha21cn
    Participant

    Because I have a lot of categories, but some of them don’t need this widget, so is there any other way to just set some categories to not display the widget?

    #499898

    Hello,

    Yes you can select the category where you want to show this widget.
    https://imgbb.com/ChZZ3Yf

    Best Regards.

    #500653

    ha21cn
    Participant

    I think you misunderstood what I meant. I mean, is there a way to specify the category not to display the Widget instead of specifying the category to display the Widget?

    #500851

    Hello,

    You can select the one or more categories where you want to show the widgets. But there is no option to hide the widgets for specific categories. It requires customization and beyond our support policy.

    Best Regards.

    #501326

    ha21cn
    Participant

    Add setting to hide product weight from “Additional Information”
    I don’t want my customers to see the product displaying the weight, how do I need to set this up?

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

    Hello,

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

    .woocommerce-product-attributes-item--weight{
    display:none!important;
    }

    Best Regards

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