Greyscale Problem fix update 8.4

edited June 2015 in Portfolio
Hi.
After 8.4 update, greyscale effect doesn't work.
Probably devs disable it for some debugging and then forget about it.
Here is the fix until next patch:

Open: wp-content/themes/betheme/js/scripts.js

Go to line: 612

Or find: Black & White

Change this code block:
 $('.greyscale .image_wrapper > a, .greyscale .client_wrapper .gs-wrapper, .greyscale.portfolio-photo a').has('img').BlackAndWhite({
    hoverEffect : false,
    intensity : 1 // opacity: 0, 0.1, ... 1
    });

with this:
$('.greyscale .image_wrapper > a, .greyscale .client_wrapper .gs-wrapper, .greyscale.portfolio-photo a').has('img').BlackAndWhite({
     hoverEffect : true,
     intensity : 1 // opacity: 0, 0.1, ... 1
     });

Comments

  • Hi,

    you don't need to change anything because everything works properly here right now. We modified this code because now css is responsible for this effect. Please refresh your site and remove cache and everything will be fine for sure.
Sign In or Register to comment.