Hi
On my website (still in development) http://www.venezianoplastering.co.uk/enfold
– none of the links are clickable in the footer (tag cloud, blog etc)
– various other link on the homepage are not clickable either.
it seems to be just the dark colour backgrounds where the links dont click
Thanks
Stephen
Hey stephen,
They’re working fine on my end, could you try to clear your browser cache and reload a few times to see if that helps?
Best regards,
Rikard
Hi Rikard
They’re working fine? on a mobile / iphone?
Ive cleared the cache and tested it on other mobiles no links work?
please help with this
thanks
Hi,
It seems it doesn’t work because of a css from a plugin which causes the issue (blog manager light), this can be resolved by adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #footer .flex_column.av_one_fourth {
float: left !important;
}
}
Hope this helps :)
Best regards,
Nikko