Support » Plugin: Responsive Gallery With Lightbox - Images Gallery for WordPress » Is it possible to disable the hover effect?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi Sojcher12,

    File: responsive-gallery-short-code.php

    Update below code line (61-66):

    #weblizar_<?php echo $WRGF_Id; ?> .b-link-stroke .b-top-line{
            background: rgba(<?php echo $HoverColorRGB; ?>, <?php if( $WL_Hover_Color_Opacity=="yes"){echo "0";} else{echo "1.0";} ?>);
        }
        #weblizar_<?php echo $WRGF_Id; ?> .b-link-stroke .b-bottom-line{
            background: rgba(<?php echo $HoverColorRGB; ?>, <?php if( $WL_Hover_Color_Opacity=="yes"){echo "0";} else{echo "1.0";} ?>);
        }

    Make sure below setting is “yes”.
    Hover Color Opacity = Yes

    And let us know.

    Thanks
    Weblizar

    Thread Starter sojcher12

    (@sojcher12)

    It worked! Thank you!

    Plugin Author weblizar

    (@weblizar)

    You’re Welcome.

    Let us know if we can do anything else for you today. We’ll glad to help!

    Please show us some love, rate us on our plugin if you like our plugin

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to disable the hover effect?’ is closed to new replies.