Home Forums WoodMart support forum Does the theme come with a Q&A template?

Does the theme come with a Q&A template?

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #661561

    525613454
    Participant

    I saw on some other websites that their themes have built-in Q&A sections. Does Woodmart also have this feature? If so, how can I find it? If not, are there any other solutions? Currently, I only found the comment section.

    #661636

    Hello,

    Unfortunately, there is no such option by default. You need to find a third-party plugin to achieve more functionality that best suits you: https://wordpress.org/plugins/cm-answers/

    Best Regards,

    #662446

    525613454
    Participant

    Hello, I am sorry to bother you again. When I was setting up the purchase page, the product selection only had the quantity option. How can I create other product options to be displayed on this page, such as size, material, etc.

    #662531

    Hello,

    Navigate to Products > Attributes in your WordPress dashboard, add a name (Size< Material), then click Configure terms to add values (Small, Medium, Large). You can then use it in variable products to add the additional product options.

    Please follow this guide: https://woocommerce.com/document/variable-product/

    Best Regards,

    #663068

    525613454
    Participant

    How can I adjust the font size of the circles on this page? How can I change their color? How can I adjust their position on this page?

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. 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,

    #663482

    525613454
    Participant

    So, which option should I choose?

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

    525613454
    Participant

    Also, if I want to remove the classification function (such as attachments) in the search box, where should I set it to hide it?

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

    Hello,

    01. You need to set the custom selector: https://gyazo.com/93498f4d9194dea92e442cb1570f7f81

    Then insert this selector and change the font settings

    .wd-nav[class*="wd-style-underline"] .nav-link-text

    02. You need to edit your header from WoodMart >> Header Builder >> Select your current header. Then edit the “Search” element and uncheck the option “show product categories dropdown” and save the changes.

    Screenshot for clarification: https://ibb.co/DMf3cPg

    Best Regards,

    #663771

    525613454
    Participant

    Hello, I have two questions. First, how can I align my product category to the left, right or center? Where can I set this? (Attachment No.: 1748421025130) Second, I have set up related functions in the widget. How can I link this widget with my category? For example, if I click on the crystal/glass category, I can display the sidebar effect I want in this category (Attachment No.: 1748420962822 and 1748420880696).

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

    Hello,

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .archive .wd-page-title .container {
        align-items: self-start !important;
    }

    02. Sorry, but there is no option in Theme Settings available for that.

    It requires customizations, and this is beyond our limitations and support policy.

    Best Regards,

    #663921

    525613454
    Participant

    Sorry, 1. I remember that the product category (crystal/glass, porcelain~~~~) can be adjusted to left alignment or other in the display position without applying CSS, but I forgot where I adjusted it. 2. I may not express my meaning clearly. The effect I want is that when I click on any category in the product category (crystal/glass, porcelain~~~~), I will enter its related page, and the sidebar next to the page can be set to a different search component from the product homepage (it can be understood as: DIY customized sidebars for different product categories)

    #663989

    Hello,

    To create a separate sidebar for specific categories. Try to create a custom sidebar and add the widgets.
    https://xtemos.com/docs-topic/sidebars/

    Then, try to use the Theme’s Layout Builder. You can create Custom Layouts for WooCommerce pages like Shop, Category, Single Product page, Cart, and Checkouts. So, you can use that to create your own custom layouts for specific categories and choose the sidebar.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards,

    #664102

    525613454
    Participant

    Thanks for your answer, but what I want is that the sidebar component I created can be displayed in the pages of resin, crystal/glass categories under (shop).

    #664103

    525613454
    Participant

    Continuing from the previous question, I want to be able to DIY the sidebar in the second category under the shop. When I edited this second category page, there was no button in the sidebar next to it to select the other. I have set up a custom sidebar in the widget.

    #664175

    Hello,

    Please share some screenshots of the issues you’re encountering. This will help me analyze the problem and provide you with the best possible solution.

    Additionally, share the page URL where the issue persists along with the WordPress login details so I can investigate and provide a possible solution.

    Best Regards.

    #664197

    525613454
    Participant

    Continuing from the previous question, I want to be able to DIY the sidebar in the second category under the shop. When I edited this second category page, there was no button in the sidebar next to it to select the other. I have set up a custom sidebar in the widget. Then this question

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

    Hello,

    Navigate to Pages > Edit the Shop Page, and at the bottom of the page settings, select the desired sidebar.

    This setting will apply the sidebar to all archive pages, including the shop and category pages.

    Best Regards,

    #675489

    525613454
    Participant

    I need your help on two issues:
    1: There are subcategories under my product category. When I put the mouse on the subcategories, the background color is white. Where can I change the background color?
    2: I added categories to my folder. How can I change the order of the categories?

    • This reply was modified 2 weeks, 2 days ago by 525613454.
    • This reply was modified 2 weeks, 2 days ago by 525613454.
    Attachments:
    You must be logged in to view attached files.
    #675521

    Hello,

    Please share some screenshots of the frontend where you’d like to apply these changes. This will help us understand exactly where the adjustments are needed and provide you with precise guidance.

    Best Regards,

    #675532

    525613454
    Participant

    1: There are subcategories under my product category. When I put the mouse on the subcategories, the background color is white. Where can I change the background color?
    2: I added categories to my folder. How can I change the order of the categories?

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

    Hello,

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .page-title .wd-nav-product-cat .wd-sub-menu {
            background-color: #2ee103 !important; /* Replace with your desired color */
        }

    02. Please try changing the order of the categories in the backend by dragging and dropping from Products >> Categories.

    Best Regards,

    #675556

    525613454
    Participant

    Yes, if you enter the category from the product, you can drag it, but this is a project, and I tried to drag it, but there is obviously no icon for dragging, and I can’t drag it when I click it with the mouse.

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

    525613454
    Participant

    I used the steps you gave.page-title .wd-nav-product-cat .wd-sub-menu {
    background-color: #2ee103 !important; /* rgb(30,115,190) */
    }The first time I filled in green, but later I planned to use another color rgb(30,115,190), the result could not be changed, and it still showed green in the end. What went wrong?

    #675644

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #675668

    525613454
    Participant

    The information about permissions is already on the privacy page. In addition to these two issues, there are two more important issues for me: (1) my website loads very slowly, and (2) it always crashes when I load the widget editor. Please help me solve both of them, preferably by doing a comprehensive diagnosis and repair of my website, and tell me how to solve them. Thank you!

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

    Hello,

    The login link details you provided are not working anymore. Please share the correct login details so I can check the issue and give you a possible solution.

    If you do not mind, can you please create a new topic for another issue? Actually, in this topic, all the issues are mixed up, and it is creating a mess in the topic. So please create a new topic. For a new issue.

    Best Regards,

    #675920

    Hello,

    We’ve split your new query into a separate topic for better tracking and support. We’ve also replied to your new issue there — please check the new thread here: https://xtemos.com/forums/topic/split-does-the-theme-come-with-a-qa-template/

    Kindly continue the discussion regarding the new issue in that topic so we can assist you more efficiently.

    Best Regards,

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