niccolo_tapparo 0 Report post Posted January 9, 2011 I have a problem with carousel on my blog (bottom side, after posts). Next and previous buttons are not displayed. I fixed it by patching carousel/carousel.jcarousel.js file, in order to delete the attribute disable="false" for the classes jcarousel-prev and jcarousel-next. Is there another way to fix it? Or maybe did I do something wrong with settings on control panel? thanks Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 10, 2011 What exactly is the problem? There is a known conflict with cforms: http://www.pagelines.com/forum/topic.php?id=3373 Share this post Link to post Share on other sites
niccolo_tapparo 0 Report post Posted January 10, 2011 previous and next button are not displayed, as you can see on this screenshot: If you click in the area of the button, it works! I think it's a CSS issue. With firebug I see that jcarousel-prev and jcarousel-next take background none from the [disable] selector. I've never used it, so I don't know how it works. I tried to disable cforms, but the problem persists. Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 10, 2011 Then it might be a conflict with another plugin. Try disabling them until you find the culprit. Share this post Link to post Share on other sites
niccolo_tapparo 0 Report post Posted January 10, 2011 I have disabled all plugins except NextGEN Gallery, otherwise the carousel does not work (it's based on NGG thumbnails). The issue persists and buttons are still invisible. I think that the attribute disable it's true when it is defined, not when its value is "true". It is false when it's undefined not when its value is "false". In fact, if I delete the code which prints disable="false" from carousel/carousel.jcarousel.js it works correctly. Am I right? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 11, 2011 Better check the gas; There are indeed more than 5 images in the gallery and set to show correct? Thanks, Bryan Share this post Link to post Share on other sites
niccolo_tapparo 0 Report post Posted January 11, 2011 Carousel image mode is set as "post featured image" and there are 9 posts in the selected category. Each post has a Next-Gen Gallery thumbnail as featured image. The other settings: Max Rotating Carousel Items 30 Displayed Carousel Items 5 Items to scroll 1 Max Image Width (in pixels) 130 Max Image Height (in pixels) 130 thanks for the help Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 11, 2011 Can you please double check that you have disable the CForms global styling because it doesn't look the way it should if you had done that. Share this post Link to post Share on other sites
niccolo_tapparo 0 Report post Posted January 11, 2011 I solved it! I don't know why nothing changed when I disabled all plugins (maybe browser cache?). I have just deleted "disable" selector from CForms minimal.css (I don't need it) and now I can see correctly next and prev buttons. Thanks a lot for the help. And thanks for this great theme! Share this post Link to post Share on other sites