Home Forums WoodMart support forum Customize cart sidebar

Customize cart sidebar

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #693229

    ceweb83
    Participant

    Hello, I would like to know how I can modify the sidebar (popup) that appears on the right when clicking the cart button at the top of the menu.

    Thank you for your help.

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

    Hello,

    Navigate to Elementor -> Settings -> Integrations and disable the “Mini Cart Template” then the theme default widget will show without any issue.

    For the settings, navigate to Theme Settings > Shop > Shopping cart widget > Choose action after add to cart button.

    Also, navigate to WoodMart > Header Builder > Edit Current Header > Configure cart Settings and check the option.

    Best Regards,

    #693313

    ceweb83
    Participant

    Thank you very much.

    I have another problem:

    When I click on my shop page, no products are displayed.

    I do have the shop page in my pages (it’s not editable with Elementor).

    It’s correctly defined in WooCommerce.

    I edited a template using the theme’s layout function and set the condition “include / shop page”.

    And when I go to the front end of my site and click on “shop”, I get the correct layout, but the page doesn’t display any products, whereas in the template, when accessed through the theme’s layout, they display correctly.

    See the screenshots.

    Thank you for your help.

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

    ceweb83
    Participant

    last screenshot

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

    Hello,

    Please make sure that you have added the Product Archive widget inside your custom layout. If the issue remains, share the WP login details so I can further check on your site and give you a possible solution.

    Best Regards,

    #693372

    ceweb83
    Participant

    It works in private browsing mode.

    How do I change the email address I receive when registering on the store? (See screenshot)

    And how do I fix the display bug on the login page (the button doesn’t display anything)? (See screenshot) and change the text in French (I use loco translate)

    Thank you

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

    Hello,

    Navigate to WooCommerce > Settings > Emails > Locate the “New account” or “Customer new account” email notification > Click Manage.

    To change the registration text, please go to Theme Settings > My Account > Login / Register, and you can change the registration text. https://ibb.co/z57rKMV

    Best Regards,

    #696092

    ceweb83
    Participant

    Hello,

    I’m having trouble changing the titles of my products on the shop page.

    I want them to be in normal font (not capitalized), but when I go to Theme Settings > Font > Advanced and select the font style for the product grid, it doesn’t work.

    Could you help me?

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

    Hello,

    Please make sure you are using the Woodmart Products widget to display your products. The font settings in Theme Settings > Advanced only apply when using this widget.

    If the issue still remains, please share the page URL along with your login details so we can check it directly.

    Best Regards,

    #696266

    ceweb83
    Participant

    Hello,

    I’m using the Xtemos product widget, but it’s not working. I’ve created an administrator account for you to log in to the site.

    The product page is in the Layout section.

    Regards

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

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?

    Best Regards,

    #696338

    ceweb83
    Participant

    Voici

    #696393

    Hello,

    Can you please share the page URL of your site so I can check and give you a possible solution.

    Best Regards,

    #696449

    ceweb83
    Participant
    #696512

    Hello,

    Your given login details are not working. Can you please share the correct logins?

    So, I checked your page and found that the product titles are being forced to capitalize by a custom CSS rule on your site:

    html .wd-page-content .wd-product .product-wrapper .wd-entities-title,html .product-image-summary-wrap .product_title,html .wd-single-title .product_title,html .product-quick-view .product_title {
        font-family: "Cormorant Garamond",Arial,Helvetica,sans-serif;
        font-weight: 700;
        font-size: 30px;
        text-transform: capitalize;
        color: #ff6d4d
    }

    The text-transform: capitalize; is what makes all titles capitalized.

    To fix it, please remove this Custom CSS or override it with:

    Best Regards,

    #696525

    ceweb83
    Participant

    Hello, thanks for you answer.

    I don’t find this Code in the different part of my site web. I want to delete this code.

    I have update the correct login.

    I want to change the font size of the short and long product descriptions.

    On the “Arche shelf” product page, the font size is correct, but on the other product pages, it’s too small. How can I fix this?

    #696588

    Hello,

    Try to add the following Custom CSS code in Theme Settings > Custom CSS:

    html .wd-page-content .wd-product .product-wrapper .wd-entities-title, html .product-image-summary-wrap .product_title, html .wd-single-title .product_title, html .product-quick-view .product_title {
    	text-transform: none !important;
    }

    Best Regards,

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