Home Forums WoodMart support forum Footer whitespace

Footer whitespace

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #96431

    leonidas
    Participant

    Hello
    How do we remove the white space below the footer?
    Thank you for your time.

    #96482

    Hello,

    Please provide the page URL and updated access.

    Best Regards

    #96483

    leonidas
    Participant

    Hello
    Bellow is the URL
    Regards

    #96494

    Hello,

    The page is empty that is why this gap appears add some content or a row and empty space element

    Best Regards

    #96703

    leonidas
    Participant

    Hello
    I have enabled the stock progress bar.
    Why I am not able to see it like your example?
    Regards

    #96710

    Hello,

    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

    #97064

    leonidas
    Participant

    Thank 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 Leonidas

    #97097

    Hello,

    It is not possible to move the progress bar and it is applied to single products only.

    Best Regards

    #97709

    leonidas
    Participant

    Hello
    Can you please check my size guide?
    I have an issue which I can not explain.
    Thank you

    #97738

    Hello,

    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

    #97751

    leonidas
    Participant

    Hello
    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.
    Regards

    #97766

    Hello,

    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

    #97923

    leonidas
    Participant

    Thank 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?
    Regards

    #97970

    Hello,

    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

    #97984

    leonidas
    Participant

    Hello
    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 Leonidas

    #98026

    Hello,

    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

    #98029

    leonidas
    Participant

    Hello
    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.
    Regards

    #98090

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    .fade-in-block .woodmart-product-countdown {
    	pointer-events: none;
    }

    Best Regards

    #98093

    leonidas
    Participant

    Thank you very much.
    My problem solved
    Regards

    #98102

    leonidas
    Participant

    I need your help again.
    Check this url
    I can’t figure out which part of my code affects the alignment of the related products.
    Regards

    #98127

    Hello,

    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

    #98129

    leonidas
    Participant

    Yes 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.
    Regards

    #98160

    Hello,

    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

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

The topic ‘Footer whitespace’ is closed to new replies.