Home › Forums › WoodMart support forum › Additional Information Tab
Additional Information Tab
- This topic has 14 replies, 3 voices, and was last updated 3 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
July 1, 2021 at 4:00 am #303782
E-N AdminParticipantHello,
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
July 1, 2021 at 6:39 am #303813
E-N AdminParticipantHello, 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.
July 1, 2021 at 8:28 am #303850
Aizaz Imtiaz AwanKeymasterHello,
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
July 1, 2021 at 8:52 am #303861
E-N AdminParticipantHello,
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/17stbfgThanks
July 1, 2021 at 11:51 am #303921
Aizaz Imtiaz AwanKeymasterHello,
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 StudiosJuly 2, 2021 at 12:08 am #304054
E-N AdminParticipanthi,
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/17xm7euThe ability to change the mobile version setting through this advanced typography doesn’t seem work.
July 2, 2021 at 8:04 am #304108
Aizaz Imtiaz AwanKeymasterHello,
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 StudiosJuly 2, 2021 at 10:11 am #304135
E-N AdminParticipantHello,
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.)July 2, 2021 at 1:38 pm #304184
Artem TemosKeymasterHello,
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/00MGjmt9ega9RSPLYNXgiG0NMOcHv7July 3, 2021 at 2:09 am #304241
E-N AdminParticipantHello,
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.
July 4, 2021 at 1:11 pm #304390
Artem TemosKeymasterHello,
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
July 5, 2021 at 12:13 am #304451
E-N AdminParticipantI 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
July 5, 2021 at 9:29 am #304521
Artem TemosKeymasterTry to update the theme to the latest version 6.1.4, clear your browser cache and check again.
July 6, 2021 at 9:36 am #304760
E-N AdminParticipantHow 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/18zawt0It 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
July 6, 2021 at 11:07 am #304783
Artem TemosKeymasterRead 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?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register