Home › Forums › WoodMart support forum › cancel size on product cover
cancel size on product cover
- This topic has 11 replies, 2 voices, and was last updated 3 years, 2 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 23, 2021 at 2:02 am #320456
LucasParticipantfirst question:
as title, I set some sizes on product, it shows the sizes auto on product cover image, how to cancel it.second:
I set sticky height px on mobile menu, but no matter what I set, it still show the same height px as normal menu(no sticky one).
how to fix it.September 23, 2021 at 8:28 am #320500
Aizaz Imtiaz AwanKeymasterHello,
Please elaborate on the issues you are having with the help of some relevant screenshots to check it myself and help you out accordingly.
Regards.
Xtemos Studios.September 23, 2021 at 8:36 am #320506
LucasParticipantAttachments file screen.png is first question:
as title, I set some sizes on product, it shows the sizes auto on product cover image, how to cancel it.Attachments file screen2.png is second question:
I set sticky height px on mobile menu, but no matter what I set, it still show the same height px as normal menu(no sticky one).
how to fix it.
(file include loge information, so please delete file after you see.)Attachments:
You must be logged in to view attached files.September 23, 2021 at 8:51 am #320512
Aizaz Imtiaz AwanKeymasterHello,
1) Please tell me how you modified the sizes to check it myself and help you out accordingly.
Also, provide the correct admin panel login details of the website because the login details provided previously are not working.
2) The issue is caused due to the size of the logo. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-logo img { max-height: 90px; }
Best Regards.
September 23, 2021 at 9:05 am #320515
LucasParticipant1) Please tell me how you modified the sizes to check it myself and help you out accordingly.
Also, provide the correct admin panel login details of the website because the login details provided previously are not working.
posted on private message
2) The issue is caused due to the size of the logo. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-logo img {
max-height: 90px;
}not work!
September 23, 2021 at 11:03 am #320542
Aizaz Imtiaz AwanKeymasterHello,
Both your issues have been Resolved.
I have set the Mobile header height and also disabled the size labels to show on the products.
Please clear cache and check back.
Best Regards
September 23, 2021 at 11:09 am #320545
LucasParticipantFirst, where can I edit it? What if I have two attributes want to show.
Second one, where do you set the height, and I only want to make it small on sticky header, normal header keep big as desktop version.
September 23, 2021 at 11:37 am #320562
Aizaz Imtiaz AwanKeymasterHello,
1) You need to Go to Products >> Attributes >> Edit attribute and enable the option to display the attribute labels on products.
Screenshot for Clarification: https://ibb.co/k9sYR83
2) I have set the row height of the general header for mobile.
Screenshot for Clarification: https://gyazo.com/e94b9e105e4cc8cec2a69e08b07e762f
Regards.
Xtemos Studios.September 23, 2021 at 11:41 am #320564
LucasParticipantFirst question solve, thanks.
Second one:
I set different height between normal row height and sticky row height on desktop version, it works. you can try on desktop web. But it doesn’t work on mobile web even the normal and sticky settings are the same.
I want mobile to show as desktop WenSeptember 23, 2021 at 12:47 pm #320579
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.whb-sticked .whb-general-header .whb-mobile-left, .whb-general-header .whb-mobile-right { margin-bottom: 50px; } .whb-sticked .whb-column.whb-mobile-center.whb-hidden-lg { margin-bottom: 50px; } .whb-clone.whb-sticked .whb-not-sticky-row { height: 50px; }
Best Regards
September 23, 2021 at 5:23 pm #320630
LucasParticipantThe code will cause the top header(above the logo) no display.
And When I access woocommerce page, Show large height header again.
Could you tell me why it works on desktop but mobile?
It’s bug or something?September 24, 2021 at 5:53 am #320696
Aizaz Imtiaz AwanKeymasterHello,
This is not a bug. Actually the Mobile sticky header height value is taken from the normal header.
We assume that on mobile devices normal and sticky header should have the same height.
That is why there is no dedicated option for sticky header on mobile devices.
Please provide some relevant screenshots of how it behaves on mobile after CSS added to check it myself and help you out accordingly.
Regards.
Xtemos Studios. -
AuthorPosts
- You must be logged in to create new topics. Login / Register