Slider does not work on any browser anymore!

The slider no more works on my website on any browser. The arrows do not even appear.

Edit: I’ve deactivated all of the plugins to see if a plugin conflicts with the slider but no change happened!

Hi hesham,

For me it is theme related things and i wait update for it, i am using older version of wordpress 5.5.5 and older theme at the moment, cant update also to php 8, it is at php 7.4.19.

Hope it comes out in July, but i do not know nothing when theme update will be released.

I hope you all the best!

marx-veix

Hi there

Im sorry guys, this problem was already reported, :frowning:

It’s been more than a year now and FlexSlider didn’t fix it. I think they won’t!
I’ve made a workaround by using an old JQuery in the HomePage through the functions.php. It works fine, but it causes errors for some other used plugins in the homepage:

if ( $pageTitle == ‘home’ ) {
wp_enqueue_script( ‘jquery-min-1.12.4’, get_stylesheet_directory_uri().‘/inc/js/jquery.min_1.12.4.js’, false, ‘1.0’ );
}

Thank you for sharing your solution @hesham !!!