hello,
I built a masonry galery – everything is perfect. Text appears by mouse hover – perfect. But suddenly appears the text twice, directly at the mouse on the right side in a little yellow field. How can I deleate the second text appearing?
You can see, when yout stay with the mouse on the mansonry-picture for a while.
greats Gabi
Hey GaWi,
Please provide admin info in the private area below so we can work out the script to remove it.
Best regards,
Jordan Shannon
Hey Jordan,
thanks.
Greets Gabi
Hi,
Add the following to your header.php file and it seems to have solved the issue:
<script>
jQuery(document).ready(function() {
jQuery(".av-masonry-entry").removeAttr("title");
});
</script>
Best regards,
Jordan Shannon
Jordan, thanks! Fabulous!
Like always, super help!
Greets Gabi
Hi,
No problem I’m glad I was able to help. If you need anything further please let us know here in the forums.
Best regards,
Jordan Shannon