Home Forums WoodMart support forum few questions

few questions

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

    Fatih_
    Participant

    Hello,

    Problem 1: On the store page the product name is not displayed completely. (See screenshot) How can I set it that the complete name is displayed, and left-aligned (as in screenshot 2).

    Problem 2: How can I set in the single product that the description is not full width? See screenshot 3.

    Problem 3: How can I set that only filtered by brands? I do not want to have a price filter. And since I have many brands, I have a very long list. Can I change this somehow? Screenshot 4

    Translated with http://www.DeepL.com/Translator (free version)

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

    Hello,

    I saw the screenshots you attached.

    1) Please try setting the product title line limit to none from Theme Settings >> Product archives >> Product Styles.

    Screenshot for Clarification: https://gyazo.com/3bdbe0590cf75ee08602168249515a42

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-tabs-wrapper .container {
        max-width: 100%;
    }

    3) Please provide the URL of the shop page to check it myself and help you out accordingly.

    Regards
    XTemos Studio.

    #308815

    Fatih_
    Participant

    Hello, as soon as I change the settings under Theme Settings >> Product archives >> Product Styles, it is confusing in the store.

    You can take a look at it. I add the URL.

    Brands filter I could set, changed it to dropdown. Price filter I could not remove.

    #308955

    Hello,

    1) I have visited your website and the titles are displayed in two lines as you required. Please provide with a relevant screenshot how it is looking confusing to check it myself and help you out accordingly.

    2) Please try removing the price filter from the Shop filters area under Appearance >> Widgets.

    Screenshot for Clarification: https://gyazo.com/072c708f40e8f6b80838f9935631fb56

    If you are still unable to remove then provide with the admin panel login details of the website.

    Regards.
    Xtemos Studios

    #308971

    Fatih_
    Participant

    Hello,
    I have only one filter in the store filter and that is the brand filter.
    See screenshot.

    The product names are 2 row but uneven. See screenshot.
    Also the 2nd row should not be centered but left aligned.

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

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to change the title text alignment to left.

    .product-grid-item .wd-entities-title {
        text-align: left;
    }

    2) I have logged into your website and removed the price filter. Please clear cache and check back.

    Regards.
    Xtemos Studios

    #308981

    Fatih_
    Participant

    All right, thank you.

    Now the products should still be in a row.

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

    Hello,

    You are Most Welcome.

    You can read our detailed documentation about image alignment and content in the following link:
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Regards.
    Xtemos Studios

    #308998

    Fatih_
    Participant

    Hello, the images are all the same size. As soon as I have a 2 line from the productname, everything shifts.

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

    Hello,

    I saw the screenshot you attached.

    Sorry but this is how it works by default as you set the product title limit to none then the products that have the title which is one line are smaller in height as compared to other products with the title of more than one line.

    Regards.
    Xtemos Studios

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