Home Forums WoodMart support forum 3 Issues I am facing

3 Issues I am facing

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #656198

    razihaider694
    Participant

    Issues I’m facing:

    Theme Link Color Not Changing
    The link color isn’t updating properly, especially in the footer and menu sections when hovering and clicking.

    Product Description Tab (Mobile)
    On the Product Detail Page (PDP), the Description tab should stay closed by default on mobile and only open when tapped.

    #656309

    Hello,

    01. 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/

    02. It is possible when you set for the “Accordion state” field to the “All closed” option via Theme Settings -> Single product -> Tabs: https://monosnap.com/file/Wyg3SzVI0W8kEqpCNmByUkGKtjp8j5

    Try to use the theme preset feature of our theme for mobile devices, and choose this setting in the theme settings. You need to choose the custom condition and choose “Is mobile device”.

    Here is our documentation on how to use theme presets. https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards,

    #657153

    razihaider694
    Participant

    1. Color is still showing and your method didnt worked.

    2. On my product archive page (https://xpdrip.com/gaming/t-shirts/) when selecting the product colot its not automatically showing exact attribution color, earlier it was working.

    3. When a user click on Buy Now or Add to cart without selecting any attribute(Color, Size) a popup should visible to select it and procced same like this (https://www.bewakoof.com/)

    4.

    #657311

    Hello,

    01. Your issue has been resolved. Navigate to Theme Settings > Typography > Advanced. In this area, assign a custom selector and change the font settings. You can customize it as per your requirements.
    https://ibb.co/SXhPcqgH

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

    03. In WooCommerce, variable products already have a “validation” mechanism, but it usually just shows a popup message (“Please select some product options before adding this product to your cart.”).

    Unfortunately, there is no such option by default to make it like your example. You need to find a third-party plugin to achieve more functionality that best suits you.

    Best Regards,

    #658216

    razihaider694
    Participant

    For problem 2: https://xpdrip.com/anime/naruto-merch/?filter_color=white this url should only be showing me product with white attribute assigned in front with white photo.

    #658279

    Hello,

    I’ve checked the link you provided, and I can confirm that the white variation images are displaying correctly on the product archive page.

    See Screenshot for clarification: https://ibb.co/q3ZxH7sn

    Best Regards,

    #661429

    razihaider694
    Participant

    Hello Please help me find the CSS Selector for all the list below as I am unable to find:

    1. Breadcrumb anchor text hover link for the Product Page, Category Page, Cart and checkout page
    2. For the footer section link hover.
    3. Top bar right corner menu link hover

    #661572

    Hello,

    You are using the default Elementor kit for this, [elementor-template id="6481"]. Try to disable the kit and use this custom css for breadcrumbs hover color.

    .wd-breadcrumbs.woocommerce-breadcrumb .wd-last-link:hover {
        color: #0827d6;
    }

    02. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    :is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu) ul li a:hover {
        color: #1af21a; 
    }

    03. Navigate to Appearance > Menus > create a menu for the top bar. Then navigate to WooDmart > Header Builder and add a Secondary menu element into the header. This will allow you to set up the typography settings in the theme settings.

    Best Regards,

    #661702

    razihaider694
    Participant

    I need one more help.

    I have load more product option on the product archive page but as soon I click on the Load More My CLS (Cumulative Layout Shift) score increase. Here you can learn More about CLS https://web.dev/articles/cls

    I dont want to have the CLS when clicked load more.
    please help.

    #661885

    Hello,

    Unfortunately, it is almost impossible to completely avoid Cumulative Layout Shift (CLS) when using the “Load More” button in a dynamic loading format (infinite scroll or AJAX load). This is due to the fact that new elements are loaded dynamically and make changes to the page structure, which causes content shifts.

    To avoid CLS and fully comply with Core Web Vitals requirements, it is recommended to use classic pagination with links. In this case, each page is loaded anew, without dynamic changes to the DOM, which completely eliminates the risk of shifts.

    Best Regards,

    #664515

    razihaider694
    Participant

    Hello Xtemos team,

    I really appreciate the “Variation as Product” feature in WoodMart it’s very useful!

    I run Xpdrip.com, a clothing brand, and I want to use this feature, but only for variations with different colors, not sizes. Currently, the default setting creates variations for both color and size, resulting in thousands of duplicate products, which is not ideal.

    Could you please help me set this up so that only color variations are created as products?

    Thank you!

    #664686

    Hello,

    To hide only specific variations and avoid showing all combinations like sizes, please follow these steps:

    Navigate to Products > All products > edit product, scroll down to the “Product Data” section, and click on the “Variations” tab.

    Find the variations you want to hide. Edit each of these variations by clicking on the dropdown arrow next to them.

    In the variation settings, look for the “show variation product” and uncheck it. https://ibb.co/bM45XTcg

    Best Regards,

    #664847

    razihaider694
    Participant

    This is very time-consuming work. Does Woodmart offer an alternative solution? If not, I kindly request Woodmart to consider developing one.

    #665013

    Hello,

    Currently, we do not have such functionality, unfortunately. I suggest you leave a future request here – https://woodmart.canny.io/feature-requests so our developers can take it into account.

    Best Regards,

    #665412

    razihaider694
    Participant

    Okay, I have raised that request and also I need one more help in the checkout fieldI wanted to have a billing address 2 but its only showing billing address 1.

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

    Hello,

    Could you please check how it works with some default WordPress themes like WooCommerce Storefront to understand if it’s our theme issue or not?

    Best Regards,

Tagged: 

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