How to delete slider from home page?

Discussion in 'General InkThemes Discussion and Feedback' started by mbaker7302, Aug 17, 2013.

  1. mbaker7302

    mbaker7302 New Member

    Joined:
    Aug 12, 2013
    Messages:
    6
    Likes Received:
    0
    I purchased the Local Business Pro and every time I try to change my home page, it keeps adding the slider back. There is no "slider" settings in the left column of the WordPress Dashboard. How do I delete or disable the slider image from appearing on the home page?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signupright {
    display: none;
    }
    This will solve your issue.
     
  3. mbaker7302

    mbaker7302 New Member

    Joined:
    Aug 12, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you Piyush. That worked but it only removed the image in the slider. The content is still there along with a button called read more! Also, there is no "slider" widget in left column of the WordPress Dashboard.
     

    Attached Files:

  4. mbaker7302

    mbaker7302 New Member

    Joined:
    Aug 12, 2013
    Messages:
    6
    Likes Received:
    0
    I upgraded WordPress to 3.6. Could this be the reason I can't see the "slider" widget settings in the left column of the dash board?
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup {
    display: none;
    }
    This will solve your issue.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    We have checked the Local Business Pro Theme in WordPress 3.6 and the theme option is working fine and there is no problem with Slider Settings panel in the WP dashboard.

    See the image for the reference

    [​IMG]


    If you are still getting this issue, then could you please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/how-to-delete-slider-from-home-page.6809/
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check and try to resolve your issue.
     
  7. mbaker7302

    mbaker7302 New Member

    Joined:
    Aug 12, 2013
    Messages:
    6
    Likes Received:
    0
    Piyush,

    The screen dump you posted is completed different from mine. My dashboard doesn't show what your's does. I manually deleted the \wordpress\wp-content\themes\localbusinesstheme directory and reinstalled the Local Business Pro Theme and I got the correct "slider settings" under Theme Options.

    Thanks for you help!

    Mark
     
  8. mbaker7302

    mbaker7302 New Member

    Joined:
    Aug 12, 2013
    Messages:
    6
    Likes Received:
    0
    How do I disable the entire slider from home page and set my home page logo to redirect to a new page I call home?
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup {
    display: none;
    }
    This will remove the entire slider from home page.

    2. For your logo issue,
    Go to the header.php present in your theme directory and paste your the URL of your home page as shown in the image given below.

    [​IMG]



    This will solve your issue.
     

Share This Page