Blog Slider not showing after update version BE 22

Hi.

Any help on this... the Be Blog Slider is not showing after the update to version 22 this morning.

I searched already, but no real solution.

Anybod with the same thing?

cu

Frank

Comments

  • Got it. JS Error inside child theme.

  • Short question.

    This function is gone inside vers. 22 - inside scripts.js - We have the old file inside the child theme, which produces the problem. We blocked the lines 1550 to 1555 and it works again.

    For what is this function/where is it used? Can we just block it and everything is fine?

    Thanks

    Frank

    #########################

    /**

        * Black & White

       function mfnGreyscale() {

         $('.greyscale .image_wrapper > a, .greyscale .image_wrapper_tiles, .greyscale.portfolio-photo a, .greyscale .client_wrapper .gs-wrapper').has('img').BlackAndWhite({

           hoverEffect: false,

           intensity: 1 // opacity: 0, 0.1, ... 1

         });

       }

       mfnGreyscale();

        */

  • This function is for changing the colored pictures to black and white.

    If you do not use this feature, you can remove it, but I recommend doing some backup for safety.


    Thanks

  • Hi.

    Inside the new version I can not find any blackandwhite function...

    Has it a different name or what happend to it?

    Thanks

  • If you select, for example, an image item in options of this item, you are able to turn on the Grayscale Images option. That is what this function is responsible for.

    Thanks

  • Ok... Thanks

Sign In or Register to comment.