Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29053

    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 :

    Code:
    .lshowcase-hover-grayscale:hover {
    filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0’/></filter></svg>#grayscale”);
    opacity: 1;
    }

    The plug-in work correctly with the core themes of WordPress…

    regards.

    Jean

    #139574

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logos-showcase plug-in – No hover with Enfold’ is closed to new replies.