• 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, 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)
  • Which is the slider_trigger function your’re referring to?
    Also, can you share a link to your site?

    Thread Starter andrius1984

    (@andrius1984)

    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 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.