Installed SmoothSlider and thought the effect produced a pretty messy front page, so I uninstalled it. However, posts keep scrolling, even new ones, in a space between the feature settings and the footer elements. The scrolling posts are at www.energyper.com. There are no traces of the plugin left, and I manually dropped the smoothslider tables in the database - but no results. I have also checked the widgets of the theme, and there is nothing there. Being well versed in IT but a newbee in WordPress, I have absolutely no clue what to do now. If anyone has suggestions, it would be immensely appreciated.
Hello, I think you are talking about home page post carousel slider. For this go to the Theme directory > js > jcarousellite_1.0.1.min.js and set "scroll" value to '0' Check image for reference. This will solve your issue.
Hello Gourav, Thank you very much for your reply. You are correct, and I changed the parameter as you suggested. This stopped the scrolling, which is a major improvement in itself. However, I really wished to remove the feature altogether. Could I for example just delete the two jcarousellite_1.0.1.min.js and jcarousellite_1.0.1.pack.js files, or is this too simplistic? Kjell
Hello Kjell, Removing js files will break carousel slider. So it is not a good solution. If you want to remove slider completely from front page then Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #carousel-full { display:none; } Thanks & Regards Nitesh Raghuwanshi