Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1031742

    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

    #1033098

    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

    #1034061

    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

    • This reply was modified 6 years ago by Vic.
    #1035024

    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

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