Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #227906

    Hello,
    I need little help with 2 things.
    1. How to decrease footer height to fit text height (see picture) ?
    footer
    2. How to display price excl. VAT in next line and with smaller font size (see pic.) ? I want do this on catalog page and on single product page. This is my setting of Price display suffix: incl. VAT {price_excluding_tax} excl. VAT
    Thank you.
    vat

    this is my page: acraft.sk

    • This topic was modified 10 years, 9 months ago by miso00.
    #228172

    Hey miso00!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    #footer, #socket .container { padding: 0; }
    #footer .widget { margin: 0; }

    2-

    #top .price span {
    float: left;
    clear: left;
    }

    Cheers!
    Yigit

    #228201

    Almost.
    First code edit only footer but socket height is the same.
    socket

    Second code works but incl.VAT and excl.VAT text is wrongly placed.
    Is it possible to place prices in two lines through woocommerce “Price display suffix:” option ?
    prices

    Site URL: http://www.acraft.sk

    Thanks for your help.

    #228504

    Hey!

    1- You do not have enough content on your page that is why socket section looks that high. Please add more content to your page
    2- Can you post the link to your page where this happens

    Regards,
    Yigit

    #228559

    1. Yes, if I add more content, footer and socket looks good. But on some pages I don’t want more content.
    Is it possible to decrease socket height by some other way than adding content ? Thank you.

    2. http://acraft.sk/en/product-category/diely-vzduchovych-podvozkov/audi/

    And one other problem. Do you know how to remove category image from THIS page (audi logo above products)??
    I want to have the category iamge only HERE. Thanks a lot.

    • This reply was modified 10 years, 8 months ago by miso00.
    #228925

    Hey!

    1) You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.

    2) I recommend to hide the image with some css code – insert this code into the quick css field:

    
    .template-shop .page-thumb{ display: none; }
    

    Cheers!
    Peter

    #228933

    Thanks Dude, Thanks Yigit. This helps me. You are the bosses.
    Last thing. Please help me with price and incl.excl.VAT displaying. I mentioned it in THIS post (second image).

    • This reply was modified 10 years, 8 months ago by miso00.
    #229591

    Hey!

    Please try adding following code to Quick CSS as well

    #top .price {
    display: table!important;
    }

    Regards,
    Yigit

    • This reply was modified 10 years, 8 months ago by Yigit.
    #229649

    Didn’t help, but thank you anyway. Nothing happens. Looks same after adding it.
    Shop link

    • This reply was modified 10 years, 8 months ago by miso00.
    #229670

    Hi!

    I have updated the code i have posted in my previous post, can you try it now

    Cheers!
    Yigit

    #229702

    No effect. I have this in quickCSS:

    #top .price span {
    float: left;
    clear: left;
    }
    #top .price {
    display: table!important;
    }

    But if I add only this:

    #top .price span {
    display: table!important;
    }

    Prices looks like THIS. Stupid incl.excl.VAT text isn’t next to price.

    #229706

    Hi!

    Do you mind creating a temporary admin login so i can take a look?

    Cheers!
    Yigit

    #229713

    OK wait

    #229718
    This reply has been marked as private.
    #229721

    Hey!

    “Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries.” I am from Lithuania

    Regards,
    Yigit

    #229723

    Can I change something in settings in order to acces the admin inteface by you ?
    EDIT: Just changes some setting on my webhosting. Try now.

    • This reply was modified 10 years, 8 months ago by miso00.
    #229846

    Hey!

    I still cannot login, sorry.

    Regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.