Home › Forums › WoodMart support forum › Footer whitespace
Footer whitespace
- This topic has 22 replies, 2 voices, and was last updated 5 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
December 16, 2018 at 12:32 pm #96431
leonidasParticipantHello
How do we remove the white space below the footer?
Thank you for your time.December 17, 2018 at 7:24 am #96482
Elise NoromitMemberHello,
Please provide the page URL and updated access.
Best Regards
December 17, 2018 at 7:28 am #96483
leonidasParticipantHello
Bellow is the URL
RegardsDecember 17, 2018 at 8:24 am #96494
Elise NoromitMemberHello,
The page is empty that is why this gap appears add some content or a row and empty space element
Best Regards
December 18, 2018 at 7:51 am #96703
leonidasParticipantHello
I have enabled the stock progress bar.
Why I am not able to see it like your example?
RegardsDecember 18, 2018 at 8:26 am #96710
Elise NoromitMemberHello,
Also, it is necessary to enable “Manage stock” in the product, fill the “Stock quantity” field out, and insert the initial quantity. http://prntscr.com/lwe1ee
Best Regards
December 19, 2018 at 1:10 pm #97064
leonidasParticipantThank you.
I have another two questions regarding the stock progress bar:
1. Is it possible to move it to the new highlighted position (first image)?
2. Although I tried to enable it to a bundled product (I have installed
https://woocommerce.com/products/product-bundles/) it doesn’t seem to work (images 2 and 3).
I suppose it has to do with compatibility between them.
Regards LeonidasDecember 19, 2018 at 4:48 pm #97097
Elise NoromitMemberHello,
It is not possible to move the progress bar and it is applied to single products only.
Best Regards
December 22, 2018 at 8:11 am #97709
leonidasParticipantHello
Can you please check my size guide?
I have an issue which I can not explain.
Thank youDecember 22, 2018 at 10:39 am #97738
Elise NoromitMemberHello,
Your video does not clarify the problem. I see you have added an image to the size-guide item. You should create a table with the sizes and assign to a product category. Please find more details here: https://xtemos.com/docs/woodmart/faq-guides/create-size-guide-table/
Best Regards
December 22, 2018 at 11:47 am #97751
leonidasParticipantHello
I don’t want a table with sizes because it is not necessary.
That’s why I have disabled it.
The problem is with the highlited bar.
When I try to change a setting it flickers
Use my login credentials shared at the first post to verify the issue or not.
RegardsDecember 22, 2018 at 2:45 pm #97766
Elise NoromitMemberHello,
Size guide item is destined for sizes not for inserting images. If you want to add content, add in HTML and insert in the After/Before add to cart area.
Best Regards
December 23, 2018 at 10:16 am #97923
leonidasParticipantThank you.
I have another question:
I want to change the z-index value of
“.woodmart-hover-base .woodmart-product-countdown” to 393.
When I try to change it with css the value is changing to “auto”.
Is there another way?
RegardsDecember 23, 2018 at 2:31 pm #97970
Elise NoromitMemberHello,
Times is a block inside an absolute positioned block. It cannot have z-index at all, yes, we can assign it but it would not work. Please inform the purpose, perhaps we shall solve it in another way.
Best Regards
December 23, 2018 at 4:32 pm #97984
leonidasParticipantHello
First of all check the attached video and then the image.
I have activated a dark layer every time I hover a product because I wanted to be more visible.
The problem appears when I move the cursor over the product countdown.So I suppose I need to change it’s z-index somehow.
Regards LeonidasDecember 23, 2018 at 7:51 pm #98026
Elise NoromitMemberHello,
Z-index would not solve the problem. Please provide the page URL with the problem cause I do not see the problem https://gyazo.com/00fac5f3dbcf7b24a369f9fda09bdd73
Best Regards
December 23, 2018 at 8:02 pm #98029
leonidasParticipantHello
Maybe I wasn’t clear enough
The page URL you are seeing is correct.
Just put the cursor over the countdown and leave it.Do not move it.(first video)
You will see that the dark layer activates and then deactivates instantly.
This doesn’t happens when the cursor is somewhere else.(second video)
This is the correct behavior of the layer.
RegardsDecember 24, 2018 at 7:58 am #98090
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS
.fade-in-block .woodmart-product-countdown { pointer-events: none; }
Best Regards
December 24, 2018 at 8:07 am #98093
leonidasParticipantThank you very much.
My problem solved
RegardsDecember 24, 2018 at 8:31 am #98102
leonidasParticipantI need your help again.
Check this url
I can’t figure out which part of my code affects the alignment of the related products.
RegardsDecember 24, 2018 at 10:45 am #98127
Elise NoromitMemberHello,
Your question is not clear enough what is wrong with related products? You can configure the view of the related products in the Theme Settings > Product Page > Hide or show the elements
Best Regards
December 24, 2018 at 10:52 am #98129
leonidasParticipantYes you are right.
Check another image.
When you compare the second and the third product you can see that they are not in the same line from the bottom.
Hope was clear enough.
RegardsDecember 24, 2018 at 2:01 pm #98160
Elise NoromitMemberHello,
You need to configure all the products in the same way. As you see https://gyazo.com/edb7b7c32022c5a572df5ca0831213ef your products have a different set of components: one has the gallery, rate, and counter other products do not have.
You can add this CSS to make all the blocks the same height:
div.related-products .woodmart-hover-base .product-information { padding-bottom: 5px; min-height: 350px; }
You will get a result like this http://prntscr.com/lz0bxm
Best Regards
-
AuthorPosts
The topic ‘Footer whitespace’ is closed to new replies.
- You must be logged in to create new topics. Login / Register