I don’t know why, but since the last update the small tiny cookie-menu-button at the bottom of the page, which was on the left-bottom before, now sits on top of the goto-top-button at the right bottom of the page.
Can somebody help me with this?
Hey Imothep,
Add this to quick css:
#scroll-top-link.avia_pop_class{
top:425px!important;
}
.avia-cookie-consent.avia-cookiemessage-bottom{
width:40%!important;
}
Best regards,
Jordan Shannon
Sorry, but this did not work. When I insert this code, the the to-top-button slides up to the middle of the page.
See the screenshot in the private content area ->
Hi,
What about just keeping the second portion:
.avia-cookie-consent.avia-cookiemessage-bottom{
width:40%!important;
}
Best regards,
Jordan Shannon
Sorry, no change, as you can see.
I found the problem:
When I use the plugin “Email Address Encoder” with the setting “Protect emails using: Polymorphous ROT47/CSS”, than those strange things happen.
The blog post navigation was also gone.
Switched Email Address Encoder to “Protect emails using: ROT13 encoding”, now it seems to be fine! Thanks!