Home Forums WoodMart support forum Split: Deletion of some functions

Split: Deletion of some functions

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #504962

    ryanvae01
    Participant

    How can I set the button on the navigation bar to have the zoom effect

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

    Hello,

    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

    #505305

    ryanvae01
    Participant

    How to realize the effect of text following scrolling

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

    Hello,

    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

    #505755

    ryanvae01
    Participant

    Not picture.Its the text sticky.
    I can’t find the specific operation where, please help me to show the screenshot.

    #505768

    Hello,

    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

    #505893

    ryanvae01
    Participant

    ….

    #506039

    Hello,

    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

    #506721

    ryanvae01
    Participant

    I just need a section of text to have this effect, not a product list

    #506861

    Hello,

    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

    #509108

    ryanvae01
    Participant

    How to load google fonts to local server

    #509216

    Hello,

    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

    #509975

    ryanvae01
    Participant

    How to delete ‘description(only text)’ in Single product layout

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

    Hello,

    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

    #510266

    ryanvae01
    Participant

    This tab is required only if the text message “description” is not displayed

    #510373

    Hello,

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

    #tab-title-description{
    display:none;
    }

    Best Regards

    #510852

    ryanvae01
    Participant

    How to make the text in the buttons on the navigation bar bigger?

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

    Hello,

    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

    #511663

    ryanvae01
    Participant

    You may not understand what I mean, I don’t need the Button size, I need the text inside szie

    #511677

    Hello,

    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

    #511986

    ryanvae01
    Participant

    Why can’t I find the font for the navigation menu

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

    Hello,

    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

    #512597

    ryanvae01
    Participant

    I 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.
    #512645

    Hello,

    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

    #513201

    ryanvae01
    Participant

    text of page title, can only change color.
    Can you just delete it?

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

    Hello,

    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

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