Slider for pages (Dazzling theme)

Hello,

I am reading this post in order to obtain the same result as shown here:
https://colorlibsupport.com/t/slider-for-pages/

Unfortunately, even modifying the code on my own I cannot achieve any result, can you please tell me how to do it?

Thank you,
Roberta.

Hi Roberta,

I hope you are well today and thank you for your question.

The solutions posted on that topic is for Sparkling theme so it won’t work for you if you are using Dazzling theme so to achieve this you have to develop custom solution. You can refer the solution posted on that topic to develop solution for Dazzling theme.

Best Regards,
Movin

Shared the solution for Dazzling theme in the following topic.

https://colorlibsupport.com/t/two-slider-questions-child-theme/#post-61538

Thank you Movin!

Hi Movin,

I have only one more question to ask, what should I remove from that child-theme in order not to show the slider in all pages?

Removing this part on the code in functions.php I partially solved the problem but the slider still shows in the blog page:

  if(  of_get_option('dazzling_slider_checkbox') == 1 ) {
  	wp_enqueue_script( 'flexslider', get_template_directory_uri() . '/inc/js/flexslider.min.js', array('jquery'), '2.2.2', true );
  }

Thank you for your time,

Roberta.

Hi Movin,

no more help needed about this, I got the solution.

Thank you for your time and help.

Best wishes,
Roberta.

You are most welcome here :slight_smile: