Home Forums WoodMart support forum I would like to ask a question about page design/customization.

I would like to ask a question about page design/customization.

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #722657

    skycut
    Participant

    We have just purchased your theme; we are a B2B company that relies primarily on online consultations for business, a topic we previously discussed in the comments section.
    1. How do we customize the store category pages?
    2. How do I disable the sorting component on the shop category page?
    3. We haven’t listed product prices yet. Do we need to install a plugin to handle online inquiries—such as a contact form or a chat feature? Which plugin should we install?

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

    skycut
    Participant

    4. Where can I change the logo at the top of the WooComerce product details page?

    #722693

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please go to Theme Settings >> Product Archive >> Page Title >> Disable the Categories in page title option: https://ibb.co/RGJ8qsMc

    02. To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering {
    display: none !important;
    }

    03. For the product inquiry, you need to find a third-party plugin to achieve more functionality that best suits you.
    https://wordpress.org/plugins/get-a-quote-button-for-woocommerce/

    04. Maybe you are using a custom product header from Theme Settings > Single Product: https://postimg.cc/GBdhdz0Y.

    Navigate to WoodMart > Header builder > edit this header and hover on the Logo element, click on the Pencil icon to edit it, and change the logo.https://xtemos.com/docs-topic/how-to-setup-a-logo-image/

    Best Regards

    #722721

    skycut
    Participant

    5. Where can I modify the tab options on the WooComerce product details page?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can manage the tabs on the single product page by navigating to Theme Settings > Single Product > Tabs. In the Default Tabs section, you can enable, disable, or reorder the standard tabs such as Description and Reviews.

    Regarding the Shipping & Delivery tab, it appears to be a custom tab. You can edit or remove it by navigating to Products > Custom Tabs, opening the Shipping & Delivery tab, and modifying its content as needed.

    See Screenshot for better understanding: https://postimg.cc/87rJsxwj

    For more details, follow this guide: https://xtemos.com/docs-topic/custom-tabs/

    Best Regards

    #722908

    skycut
    Participant

    6. We’ve noticed that product categories are displayed on the desktop version, but not on the mobile version; the mobile version only shows the article category names. Where can we change this setting?

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

    skycut
    Participant

    7. Where is the floating navigation at the bottom of the mobile page? thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    06. You need to click on this button then the category will show in accordion:

    Like this: https://postimg.cc/nMktHqmN

    If you want to change this behaviour, Navigate to Theme Settings > Product Archive > Page Title > Choose the Mobile Categories Layout which you want.
    https://postimg.cc/fJpqZb8r

    07. You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar: https://postimg.cc/ThhMsGtc , Here, you can add or remove buttons.

    Best Regards

    #723045

    skycut
    Participant

    8. We’ve created a category using article categorization, but we’re currently encountering a problem: how do we modify the text on the category page?

    For example, how do we remove “Archived by category”? Also, the category description and subcategories don’t seem to display below the category like WooCommerce product categories do?

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

    skycut
    Participant

    9. Posts—- Categories

    Where can I modify or turn off the category background?

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

    skycut
    Participant

    10. Where can I change the pinned categories in the mobile navigation menu?

    I thought this location would default to displaying the category of the current content, but it’s set to jump to a pinned category instead.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    08. The “Archived by Category” text displayed in the page title and breadcrumbs is generated automatically for blog category archive pages.

    Currently, there is no built-in option in the theme settings to modify or remove this text. It would require a custom code solution or overriding the relevant template.

    If you want to remove it, Try to add the following custom css code in Theme Settings > Custom CSS:

    body.category .wd-breadcrumbs > :is(span, a):last-child {
        display: none;
    }

    09. Navigate to Theme Settings > Page title > change the background image. These settings will be used for all page titles: https://ibb.co/1Y6SSpgT

    If you want to change the page title background in a specific post, Edit the post and in the page settings add a separate image in the page title area:
    https://xtemos.com/docs-topic/options-for-pages/

    10. Navigate to Appearance > Menu > Edit category menu, which you have chosen in mobile menu and change or remove the menu item.

    Best Regards

    #723144

    skycut
    Participant

    10. We’ve checked the navigation – menu – mobile menu, and there are no unnecessary categories or adjustments to the navigation. We honestly don’t know where to modify this.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You are using a custom header on your site, and it is enabled only for the single product page.

    Please navigate to Theme Settings > Single Product and check which header is assigned to the single product layout: https://postimg.cc/Z9kKCm0t

    Then go to WoodMart > Header Builder, edit that header, switch to the Mobile tab, hover over the Mobile Menu element, and click the Pencil icon. There you will find the Categories Menu option.

    See screenshot for better understanding:
    https://ibb.co/XSVBFH9

    After identifying the selected categories menu, edit that menu under Appearance > Menus to add, remove, or rearrange the menu items as needed.

    If the issue remains, 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

    #723751

    skycut
    Participant

    11. How can I remove the website link option from the comment box? Mainly to prevent spam comments.

    • This reply was modified 5 days, 23 hours ago by skycut.
    Attachments:
    You must be logged in to view attached files.
    #723792

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site, and the website link field is already hidden from the comment form.

    See Screenshot for clarification: https://postimg.cc/7bdBQfNg

    Best Regards

    #724005

    skycut
    Participant

    My 8th question is: after using the custom CSS code you provided, it hides the entire category name as well. Is there a way to hide only the “Archived by Category” text?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site, and this text is already hidden.

    See Screenshot for clarification: https://postimg.cc/mP7xNq4m

    Best Regards

    #724013

    skycut
    Participant

    IIt is just that the post page is hidden; if it were a parent category or the current category, it would not be hidden. Please check the URL:. Please check the URL:Extra information

    So, the breadcrumb navigation under the category view still includes the text “Archive by Category”—how can I remove it?

    #724023

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you want to remove only “achieve by category” text and keep the category name, You can use the Loco Translate plugin to modify this string in theme.

    See Screenshot for better understanding:https://postimg.cc/4YSdtxC4

    Please follow this guide: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    If you need any help, feel free to contact us.

    Best Regards

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