Title: Plugin conflict &#8211; Slider not working
Last modified: August 24, 2016

---

# Plugin conflict – Slider not working

 *  [andrius1984](https://wordpress.org/support/users/andrius1984/)
 * (@andrius1984)
 * [11 years ago](https://wordpress.org/support/topic/plugin-conflict-slider-not-working/)
 * Hi!
 * I’m having a problem with the Customizr slider: it doesn’t scroll automatically
   and, when using the arrows, the visual effect is not a scrolling anymore.
 * I’ve detected that the problem is a plugin conflict with [Content Views](https://wordpress.org/plugins/content-views-query-and-display-post-page/),
   version 1.5.7.1, which I need to display all my pages as a grid.
 * After looking through this forum, I’ve found that other users had problems with
   the slider due to a plugin conflict. But, even after adding the slider_trigger
   function trigger to my functions.php, the slider is still not working.
 * Any suggestions? (I could also change plugin, but I don’t find an adequate one
   to display pages as a grid, normally they only display posts).
 * Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years ago](https://wordpress.org/support/topic/plugin-conflict-slider-not-working/#post-6125850)
 * Which is the slider_trigger function your’re referring to?
    Also, can you share
   a link to your site?
 *  Thread Starter [andrius1984](https://wordpress.org/support/users/andrius1984/)
 * (@andrius1984)
 * [11 years ago](https://wordpress.org/support/topic/plugin-conflict-slider-not-working/#post-6125864)
 * The code is the following:
 *     ```
       add_action ('wp_footer', 'slider_trigger', 50);
   
       function slider_trigger() {
       	?>
       	<script type="text/javascript">
       		!function($){
       			jQuery(function(){
       				$('#customizr-slider').carousel({interval:5000})
       			})
       		}(window.jQuery)
       	</script>
       	<?php
       }
       ```
   
 * It was written by nikkeo in [this post](https://wordpress.org/support/topic/slider-not-working-36?replies=22)
   which described a similar problem. nikkeo suggested that the problem may be the
   slider trigger script not being enqueued.
 * Sorry, I can’t share a link to my page because I’m woking in local 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin conflict – Slider not working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [plugin conflict](https://wordpress.org/support/topic-tag/plugin-conflict/)
 * [slider problem](https://wordpress.org/support/topic-tag/slider-problem/)

 * 2 replies
 * 2 participants
 * Last reply from: [andrius1984](https://wordpress.org/support/users/andrius1984/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/plugin-conflict-slider-not-working/#post-6125864)
 * Status: not resolved