Hi there,
Thanks for writing back!
I’ve checked on OSX and can replicate the same issue on your homepage, the jumping on the initial hover/rollover, all additional ones are fine.
The Javascript causing issues, is that:
//Remove sorting menu
jQuery( document ).ready(function() {
jQuery('.x-portfolio-filters').click();
});
//Took all three lines to work
jQuery( document ).ready(function() {
jQuery('.x-portfolio-filters').click();
});
//Not sure which thing does which.
jQuery( document ).ready(function() {
jQuery('.x-portfolio-filters').click();
});
?
Could you post your wp-admin and FTP details please so we can take a closer look, as I’m unable to replicate this on my own development site.
Thank you!