Hi Marius
I just updated to 2.6.8 and now experience a bug - before the update I set up an id class on my info text
to hide and show project info on the rollover with the below code
</style>
<script>
jQuery(document).on("hover", ".info", function(event) {
jQuery(".hide").toggleClass("show");
});
</script>
However on rollover now, I get a white page with a search box safari, a continuing flicker between project page and search page 0n google chrome and nothing on rollover in firefox
Any ideas why?
Cheers
Toby