Viewing 1 replies (of 1 total)
  • matchalabs

    (@matchalabs)

    Hi Codevendor,

    Are you familiar with your themes functions.php file? If so, please could you paste this in and let me know if it fixes the slider?

    add_filter( 'no_texturize_shortcodes', 'no_texturize_metaslider_shortcode' );
    
    function no_texturize_metaslider_shortcode( $excluded_shortcodes ) {
        $excluded_shortcodes[] = 'metaslider';
        return $excluded_shortcodes;
    }

    This has been reported twice before, but I am unable to replicate it. As yet nobody has got back to me to confirm it fixes it or not, so I’d really appreciate it if you’d let me know! If it works I will add it to version 1.4.

    Regards,
    Tom.

Viewing 1 replies (of 1 total)
  • The topic ‘Encoding Error’ is closed to new replies.