Home Forums WoodMart support forum Front page categories

Front page categories

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #188294

    tonyshark
    Participant

    How is this area populated? Check screenshot

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

    Hello,

    This is Products AJAX Tabs https://xtemos.com/docs/woodmart/shortcodes-2/ as soon as you add the element, you will see its wrapping main element and option to add tabs inside. Here is the manual on how to configure inside tabs: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/

    Best Regards

    #191345

    tonyshark
    Participant

    Why are some the items in attached screenshot in bold and how do I correct it?

    Thanks

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

    Hello,

    Please deactivate all the plugins not related to the theme and provide the site admin access to the private area

    Best Regards

    #191526

    tonyshark
    Participant

    Admin details provided.

    Can you give me an idea of plugins not related to the theme?

    Thanks

    #191556

    Hello,

    You have 69 active plugins. Please deactivate all not related to the theme, check the issue, then activate one by one checking the issue, to detect which one influence.

    These plugins relate to the theme:

    Slider Revolution
    WPBakery Page Builder
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    Best Regards

    #191607

    tonyshark
    Participant

    Ok. How do i also remove extra bit info appearing at the bottom of the page as in attached screenshot?

    Thanks

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

    tonyshark
    Participant

    I have disabled all plugins and tested and problem still there.

    I believe what happens is when i import items to the shop, some of the attributes imported have bold tags wrapped around the causing them to be bold.

    When i delete the attribute and manually create it, the bold tag surrounding it disappears.

    Is there anyway the imported attributes can be made not to assume their own bold tags?

    Regards

    #191775

    Hello,

    You can add this custom CSS to the Theme Settings > Custom CSS:

    body .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
    	font-weight: 400;
    }

    Best Regards

    #191951

    tonyshark
    Participant

    Done. But font sizes not matching

    Thanks

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

    Hello,

    Replace the code with this one:

    body .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
    	font-weight: 400;
        font-family: Play,Arial,Helvetica,sans-serif;
        font-size:14px;
    }
    

    Best Regards

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