Home › Forums › WoodMart support forum › Split: Deletion of some functions
Split: Deletion of some functions
- This topic has 25 replies, 2 voices, and was last updated 1 year ago by Elise Noromit.
-
AuthorPosts
-
October 18, 2023 at 6:21 am #504962
ryanvae01ParticipantHow can I set the button on the navigation bar to have the zoom effect
Attachments:
You must be logged in to view attached files.October 18, 2023 at 2:57 pm #505119
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-header .wd-button-wrapper > .btn.btn-color-alt { transition: all .25s ease; } .whb-header .wd-button-wrapper > .btn.btn-color-alt:hover { transform: scale(1.1); }
Best Regards
October 19, 2023 at 6:52 am #505305
ryanvae01ParticipantHow to realize the effect of text following scrolling
Attachments:
You must be logged in to view attached files.October 19, 2023 at 3:40 pm #505443
Elise NoromitMemberHello,
You need to make the column with the image sticky, you will find the option in the column settings of the builder.
If you have any questions please feel free to contact us.
Best Regards
October 20, 2023 at 2:55 pm #505755
ryanvae01ParticipantNot picture.Its the text sticky.
I can’t find the specific operation where, please help me to show the screenshot.October 20, 2023 at 3:18 pm #505768
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
In addition, please provide the page URL we will double-check the options.
Best Regards
October 21, 2023 at 5:15 am #505893
ryanvae01Participant….
- This reply was modified 1 year, 1 month ago by Elise Noromit.
October 21, 2023 at 9:17 pm #506039
Elise NoromitMemberHello,
Please check this screen to see the WoodMartt options to make it sticky: https://gyazo.com/eaefa513bf0fba0d18658772b99ef0b0
Alternatively, you can consider using the Woocommerce builder of WoodMart allowing to create custom templates for product pages and other functional pages that are not editable by default. Woocommerce builder is the built-in functionality widget included in the builder you use on the site.
Please check this manual: https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart and https://xtemos.com/docs-topic/single-product-page-builder/
In this case you can configure sticky any column.
If you have any questions please feel free to contact us.
Best Regards
October 24, 2023 at 3:21 pm #506721
ryanvae01ParticipantI just need a section of text to have this effect, not a product list
October 25, 2023 at 1:24 am #506861
Elise NoromitMemberHello,
I am afraid the page structure does not allow for achieving that.
If you have any questions please feel free to contact us.
Best Regards
November 1, 2023 at 3:58 pm #509108
ryanvae01ParticipantHow to load google fonts to local server
November 2, 2023 at 1:49 am #509216
Elise NoromitMemberHello,
Please check and follow the instructions in this manual: https://xtemos.com/docs-topic/how-to-upload-custom-fonts/
If you have any questions please feel free to contact us.
Best Regards
November 5, 2023 at 10:31 am #509975
ryanvae01ParticipantHow to delete ‘description(only text)’ in Single product layout
Attachments:
You must be logged in to view attached files.November 6, 2023 at 2:58 am #510046
Elise NoromitMemberHello,
Description – this is the main description on the product page. As soon as you delete the main content in the product page, this tab will be removed.
Reviews are disabled in the Woocommerce > Settings > Product. It is not editable.
Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page. Not editable.
Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery
Best Regards
November 6, 2023 at 5:02 pm #510266
ryanvae01ParticipantThis tab is required only if the text message “description” is not displayed
November 7, 2023 at 1:57 am #510373
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
#tab-title-description{ display:none; }
Best Regards
November 8, 2023 at 3:28 pm #510852
ryanvae01ParticipantHow to make the text in the buttons on the navigation bar bigger?
Attachments:
You must be logged in to view attached files.November 8, 2023 at 5:04 pm #510896
Elise NoromitMemberHello,
Please check the Styles tab in the Button settings: https://gyazo.com/16cef7c78386c0b59950c748ede698aa
If you have any questions please feel free to contact us.
Best Regards
November 11, 2023 at 1:24 pm #511663
ryanvae01ParticipantYou may not understand what I mean, I don’t need the Button size, I need the text inside szie
November 11, 2023 at 2:07 pm #511677
Elise NoromitMemberHello,
Please assign the class to the button: https://gyazo.com/c7d59b88ca901ef77ceaaa5f8bc2441a
Then take a custom selector and configure the size in the Advanced typography.
Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
November 13, 2023 at 3:29 pm #511986
ryanvae01ParticipantWhy can’t I find the font for the navigation menu
Attachments:
You must be logged in to view attached files.November 13, 2023 at 5:45 pm #512051
Elise NoromitMemberHello,
Yes, main navigation links will change the default styles of the menu in the header.
To change the styles of the button, please add this code to the Theme Settings > Custom CSS > Global:
.whb-header .wd-button-wrapper > .btn.btn-color-alt { font-size:30px; color:red; }
Please check the size and color as per your needs.
Or you can use this selector in the custom field:
.whb-header .wd-button-wrapper > .btn.btn-color-alt
Best Regards
November 15, 2023 at 3:34 pm #512597
ryanvae01ParticipantI need the image here (pages title background), click to jump to other pages, how can I achieve
Attachments:
You must be logged in to view attached files.November 15, 2023 at 6:19 pm #512645
Elise NoromitMemberHello,
The title just reflects the page where you are, it does not have an option to insert the custom text there.
As for usual pages (not Woocommerce) You can disable the title, and create your custom banner with any content any link, I mean a row, with the image background and link inside.
The Shop page can show the categories, when you click a category you will get to the product category page.
You can find the option on how to enable and configure them here: https://xtemos.com/docs-topic/product-category-menu/
If you have any questions please feel free to contact us.
Best Regards
November 17, 2023 at 3:06 pm #513201
ryanvae01Participanttext of page title, can only change color.
Can you just delete it?Attachments:
You must be logged in to view attached files.November 17, 2023 at 3:58 pm #513233
Elise NoromitMemberHello,
If you want to remove the title, please add this custom CSS to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){ .title-size-default .title { display:none; } } .wd-back-btn.wd-style-icon>a { display:none; }
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register