-
AuthorPosts
-
August 13, 2018 at 2:32 pm #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
August 13, 2018 at 2:40 pm #996703Hey 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,
DudeAugust 13, 2018 at 2:53 pm #996710Hello
this solution is invalid for us, because we need the links are visible and with the possibility to do click on any of them
August 13, 2018 at 3:11 pm #996722Hi,
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,
DudeAugust 13, 2018 at 4:27 pm #996749Great, add padding to the socket it is all we need.
August 13, 2018 at 4:27 pm #996750thanks
August 13, 2018 at 5:41 pm #996786Please help
We have seen that it only works on the home page of the web.
Thanks
August 13, 2018 at 5:54 pm #996795Hi 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,
VictoriaDecember 16, 2019 at 5:36 pm #1166509Please 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/
December 18, 2019 at 6:48 am #1167126 -
AuthorPosts
- You must be logged in to reply to this topic.