Uninstalled post scroller on front page, but posts keep scrolling

Discussion in 'Infoway WordPress Theme' started by keikland, Nov 20, 2013.

  1. keikland

    keikland New Member

    Joined:
    May 24, 2013
    Messages:
    2
    Likes Received:
    0
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.

    [​IMG]


    This will solve your issue.
     
  3. keikland

    keikland New Member

    Joined:
    May 24, 2013
    Messages:
    2
    Likes Received:
    0
    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
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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
     

Share This Page