A General Technology & Development Blog

Technology, Development, Programming – Magento, Wordpress.

Home » WordPress (WP) Carousel Horizontal Content Slider Fix

WordPress (WP) Carousel Horizontal Content Slider Fix

Do you find that your plugin for WordPress (WP) Carousel Horizontal Content Slider doesn’t scroll left and right when you use the navigation arrows?

Then you need this fix.

It was released by the plugin author. I don’t know whether it’s a conflict issue or update, but here is the code and it works like a charm:

Replace the code in custom.js file with the following code.

jQuery(document).ready(function($) {
$(‘#foo1’).carouFredSel({
scroll : 1000,
circular: true,
//infinite: false,

auto : false,
prev : {
button : ‘#foo1_prev’,
key : ‘left’
},
next : {
button : ‘#foo1_next’,
key : ‘right’
}
});
});

  • Was this Helpful ?
  • Yes   No

Name of author

Name: BlogOwner

Short Bio: "The master has failed more times than the beginner has even tried."

eXTReMe Tracker