Hi team,
i have rebuilt this function (https://kriesi.at/support/topic/portfolio-grid-questions-2/) on a new website.
Mouseover works … clickable too.
Now, i have 2 blocks here that should only show text with link for contact without mouse over scroll function .. can i exclude those both blocks from the global setting with scrolling? and how?
Hey Sebastian,
In your theme settings you had the Load jQuery In Your Footer option enabled, so you were getting a jQuery error. I added
window.addEventListener('DOMContentLoaded', function() {
...
});
To the script to correct this.
Best regards,
Mike
Great thx .. i wondered why this worked now :) without seeing your answer.
But i figured another issue with the blue boxes with should contain only the without animation .. is that possible?
Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
