Hello,
We recently upgraded to Enfold 4.5 and have a child theme installed for all custom CSS and functions. We haven’t changed anything with the code other than doing the version upgrade.
It seems that the the entire columns are no longer clickable after this upgrade. See private section for details and advise. Thank you!
Vic
Hey Vic,
How did you make it clickable? The column is not a link and so there was supposed to be some script doing it.
Best regards,
Victoria
Hi Victoria,
I set the link inside Edit Column > Column Link and it worked just fine before. See screenshots in the private section.
The columns are not clickable now even though the links are set properly in the Column Link setting.
The only additional code that I am aware of is the one targeting “columnzoom” custom CSS. Here is that code:
.columnzoom {
transition: transform .3s;
}
.columnzoom:hover {
transform: scale(1.1);
}
Please advise.
Vic
Hi,
Thanks for the info.
This thread might help.
// https://kriesi.at/support/topic/link-animation-to-anchor-point/#post-987452
If it doesn’t work, try this:
// https://kriesi.at/support/topic/scroll-to-top-change-window_offset/#post-1005978
Best regards,
Ismael