Home Forums WoodMart support forum Additional Information Tab

Additional Information Tab

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #303782

    E-N Admin
    Participant

    Hello,

    I would like to use Attributes and show Brand image on my product page. However, I dont wan’t Additional Information Tab to appear on the product page. Could you please let me know how I can remove this tab.

    See image: https://prntscr.com/17s0rxh

    Thanks

    #303813

    E-N Admin
    Participant

    Hello, Could you also please let me know how to make the product title in shop page to be bigger? see image: https://prntscr.com/17stbfg

    I have tried the settings in typography > advanced typography and I can only change the font size in desktop but not the product title in mobile.

    #303850

    Hello,

    1) The Tabs are woocommerce functionality and our theme doesn’t influence it. To add tabs to the product page you need to read the following link for further help: https://docs.woocommerce.com/document/editing-product-data-tabs/

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

    .product-grid-item .wd-entities-title {
        font-size: 16px;
    }

    Best Regards

    #303861

    E-N Admin
    Participant

    Hello,

    Thank you for the help.

    This code doesn’t work.
    .product-grid-item .wd-entities-title {
    font-size: 16px;
    }

    I need the product title font size on shop page to be able to change on Mobile and also the category title that is under the product title.
    https://prntscr.com/17stbfg

    Thanks

    #303921

    Hello,

    The CSS should work. It seems that there are some syntax errors in the Custom CSS inputs. Please make sure that there are no Syntax errors in the Custom CSS fields under Theme Settings >> Custom CSS.

    For the mobile try adding the following Custom CSS in the Custom CSS for Mobile area and set the value accordingly.

    .product-grid-item .wd-entities-title {
        font-size: 18px;
    }

    Regards.
    Xtemos Studios

    #304054

    E-N Admin
    Participant

    hi,

    It definitely isn’t working. Can you please show me a screenshot that it’s working for you? I have checked and tried again and again and its still not working.

    Also, I was trying to change the product title for mobile version in product page on Typography > advanced typography and this isn’t working either
    See image: https://prntscr.com/17xm7eu

    The ability to change the mobile version setting through this advanced typography doesn’t seem work.

    #304108

    Hello,

    I saw the screenshot you attached.

    I have logged into your website and updated the Woodmart Core plugin. Now the typography Settings will work.

    Please use the following class in the advanced typography settings Custom Selector then it will work.

    “.product-grid-item .wd-entities-title”

    Regards.
    Xtemos Studios

    #304135

    E-N Admin
    Participant

    Hello,

    I’m really not sure what is happening but I still can’t change anything and no change is happening even with the code you had provided.

    I still can’t get mobile version settings to change on advanced typography. any changes I make for mobile version doesn’t work.

    Also, another issue I have noticed. When on the shop page on MOBILE the side padding of the website is fine but when I go to a product page the side padding is right on the edge of the line. So my logo is basically touching the side and my cart is touching the side.

    See image. https://prntscr.com/180ohj5 (there’s padding on each side and logo and cart isn’t on the line)
    See image: https://prntscr.com/180owh2 (The logo and cart is right on the very edge on product page.)

    #304184

    Artem Temos
    Keymaster

    Hello,

    We are sorry for the inconvenience, but there is a bug in our typography settings for mobile devices. Please, apply the fix from the following topic and try to change the font size
    https://xtemos.com/forums/topic/h1-font-size-for-single-product-titel-not-working/#post-303016
    This bug will be fixed very soon.

    The padding issue seems to be caused by the installed plugin that is not related to our theme.
    Here is a screenshot https://monosnap.com/file/00MGjmt9ega9RSPLYNXgiG0NMOcHv7

    #304241

    E-N Admin
    Participant

    Hello,

    Can you guide me and give me clear instructions on how I go about finding that .php file. Where do I go? Which file folder do I open to see that file? Sorry, I’m lost as to where to find it and where to look.

    #304390

    Artem Temos
    Keymaster

    Hello,

    The full path to that file looks like this your-website-root/wp-content/themes/woodmart/inc/classes/Themesettingscss.php

    If you can’t find it, please, send us your FTP access and we will do this for you.

    Kind Regards

    #304451

    E-N Admin
    Participant

    I have no idea what I’m dooing. sorry. I have provided my hosting backend details.

    Will this be part of the theme upgrade in the future? if so, what will happen to the site if its already adjusted?

    Thanks

    #304521

    Artem Temos
    Keymaster

    Try to update the theme to the latest version 6.1.4, clear your browser cache and check again.

    #304760

    E-N Admin
    Participant

    How do I update the theme version to 6.1.4 – My site is in automatic update and I haven’t seen an updated version come up? How do I go about updating version?

    Also, I’m not sure what happened overnight with the theme but I have changed the settings under “white label” option in theme setting to show my logo instead of Woodmart logo but on my check out page the logo on my top tool bar have become massive
    see image: https://prntscr.com/18zawt0

    It was fine yesterday, I didn’t change anything but as I was doing testing today I noticed how massive the logo became and out of placement from the tool bar. Every other page seems to be fine. see image: https://prntscr.com/18zcdjg

    #304783

    Artem Temos
    Keymaster

    Read our documentation about how to update the theme here https://xtemos.com/docs/woodmart/update-theme-2/

    As for the logo size problem, could you please specify the page where we can see this problem on your website?

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