Hi, I want to use the Logos-showcase plug-in (http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745) with Enfold but the hover on logo thumbnails not working with URL link (the image disappears).
They work when the logo doesn’t have link.
The hover function use this CSS :
The plug-in work correctly with the core themes of WordPress…
regards.
Jean
Hi!
Try following – open up js/avia.js and replace
(function($)
{
"use strict";
$(document).ready(function()
{
with
(function($)
{
"use strict";
$(document).ready(function()
{
$('.lshowcase-logos a').addClass('noLightbox');
Regards,
Peter