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
- This topic has 18 replies, 2 voices, and was last updated 11 months, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 19, 2023 at 12:42 am #497153
ha21cnParticipantThe 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.September 19, 2023 at 10:54 am #497276
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
September 19, 2023 at 6:28 pm #497503
ha21cnParticipantPlease Check
September 20, 2023 at 12:16 pm #497696
Aizaz Imtiaz AwanKeymasterHello,
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.
September 20, 2023 at 8:09 pm #497820
ha21cnParticipantHello, 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.September 21, 2023 at 10:36 am #497926
Aizaz Imtiaz AwanKeymasterHello,
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/MstLg2HBest Regards.
September 22, 2023 at 11:09 am #498296
ha21cnParticipantThe 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.September 22, 2023 at 3:50 pm #498387
Aizaz Imtiaz AwanKeymasterHello,
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 = 5000or this:
max_input_vars = 5000Best Regards.
September 22, 2023 at 10:41 pm #498460
ha21cnParticipantAfter 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.September 23, 2023 at 1:03 am #498481
ha21cnParticipantAlso 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.
September 23, 2023 at 11:38 am #498562
Aizaz Imtiaz AwanKeymasterHello,
Please check this Manual:
https://www.hostinger.com/tutorials/how-to-fix-500-internal-server-error-in-wordpressBest Regards.
September 25, 2023 at 7:03 am #498891
ha21cnParticipantHow to set a specific category not to display widgets?
Some product categories need to display widgets, but some do not. How to set them?September 25, 2023 at 2:22 pm #499062
Aizaz Imtiaz AwanKeymasterHello,
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/ChZZ3YfBest Regards.
September 28, 2023 at 9:08 am #499802
ha21cnParticipantBecause 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?
September 28, 2023 at 12:19 pm #499898
Aizaz Imtiaz AwanKeymasterHello,
Yes you can select the category where you want to show this widget.
https://imgbb.com/ChZZ3YfBest Regards.
October 2, 2023 at 4:21 am #500653
ha21cnParticipantI 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?
October 2, 2023 at 3:05 pm #500851
Aizaz Imtiaz AwanKeymasterHello,
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.
October 4, 2023 at 2:05 am #501326
ha21cnParticipantAdd 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.October 4, 2023 at 12:17 pm #501481
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-product-attributes-item--weight{ display:none!important; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register