Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #996698

    Hello I use the new Privacy and Cookies in Enfold.

    I have a button with a link to my contact page (you can see attached), but now we can not see down this message the footer with all the links we have there.

    Please Help

    #996703

    Hey keep12,

    In this case I’d recommend to set a rgba background color for the cookie consent bar. RGBA will make the bar semi-transparent and your website visitors will notice the links in the footer.

    Insert this css code into the quick css field or child theme style.css file to make the the cookie notice bar semi-transparent:

    
    #top #wrap_all .avia-cookie-consent {
        background-color: rgba(29, 106, 179, 0.5);
    }
    

    You can replace 0.5 with a value between 0 and 1 to change the opacity.

    Best regards,
    Dude

    #996710

    Hello

    this solution is invalid for us, because we need the links are visible and with the possibility to do click on any of them

    #996722

    Hi,

    You could add a “close” button to the cookie bar – the user will then be able to close the bar and to click on the socket links – or you could use this css code:

    
    #top #wrap_all #socket {
        padding-bottom: 92px;
    }
    

    to add a padding to the socket. The cookie bar won’t cover the links if the user scrolls to the very bottom.

    Best regards,
    Dude

    #996749

    Great, add padding to the socket it is all we need.

    #996750

    thanks

    #996786

    Please help

    We have seen that it only works on the home page of the web.

    Thanks

    #996795

    Hi keep12,

    This code should work on all the pages:

    
    
    #top #wrap_all #socket {
        padding-bottom: 92px;
    }
    

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
    Best regards,
    Victoria

    #1166509

    Please need to solve this issue. The problem is the same in all my sites, is there any possibility to fix this, please. I need to see the footer….. https://www.dronesmalaga.net/

    #1167126

    Hi,

    Thank you for the update.

    Can we have access to at least one of the sites? We would like to check the dashboard and the footer settings.

    Have you tried disabling the plugins temporarily to rule out any incompatibilities?

    Best regards,
    Ismael

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