Home Forums WoodMart support forum Language swithcer

Language swithcer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #259520

    elite
    Participant

    1. When i installed the theme does it come with a language switcher button / plugin
    If yes i can’t seem to find it
    2. I can’t translate some of the edited words through loco translator
    main navigation /menu

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    I saw the screenshots you attached.

    1) Language switcher in WPML functionality. To add a language switcher you need to translate your website first then you can add it to the website. You need to use the WPML plugin to make your website multilingual.

    You can read our detailed documentation for further help:
    https://xtemos.com/docs/woodmart/translation/

    2) These are the menu items that you can edit from Appearance >> Menus. You don’t need to use loco translate for that.

    Regards.
    Xtemos Studios.

    #263667

    elite
    Participant

    i want to make the add to cart button linkable where can i edit the slider

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

    Hello,

    I saw the screenshot you attached.

    It is the woodmart slider you can edit from Dashboard >> Slides and edit the slide you require.

    Screenshot for Clarification: https://ibb.co/6rT5RV4

    Regards.
    Xtemos Studios.

    #264071

    elite
    Participant

    hello,
    the add to cart button is not functionable only in this slider
    how can i make it add a product to cart

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

    elite
    Participant

    i found a way to add a functionable add to cart button but i can’t edit the text neither customise the button

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

    Hello,

    I saw the screenshot you attached.

    We are glad that you found the solution to one of the issues yourself.

    And you can change the button text by editing the slide and the button element.

    Screenshot for Clarification: https://ibb.co/hXcGv6D

    Regards.
    Xtemos Studios.

    #264578

    elite
    Participant

    it’s a woocommerce add to cart i can’t find an option

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

    elite
    Participant

    i want to change the red price color and font and size and position

    #264649

    Hello,

    I saw the screenshot you attached.

    The default woo add button of Wp-Bakery doesn’t provide such an option, these options are available for the button element of the theme.

    Therefore to change the color of the price and the button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    p.product.woocommerce.add_to_cart_inline .amount {
        color: white;
    }
    
    p.product.woocommerce.add_to_cart_inline .button {
        color: white;
        background: red;
        font-size: 20px;
    }

    Regards.
    Xtemos Studios
    .

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