Remove slider from pages

Home Forums SKT Biz/Corp Theme Support Remove slider from pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #11792
    Jill BallouJill Ballou
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: September 20, 2015

    How do I remove the slider from all pages and posts? I only want it to appear on the home page.

     

    #11805
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Go to Appearance>Customize>Slider settings>There is a checkbox. Hide slider in inner pages.

    Check it and save and publish.

    Regards,
    Shri

    #15819
    hossam samirhossam samir
    Member
    • Topics: 0
    • Replies: 1
    • Total: 1
    Member since: November 16, 2015

    there is no slider settings in customize and despite the fact that i made it on “hide” in the theme properties it still appears on the news page which i made for the blog

    http://www.cakegiggles.com/?page_id=12

    please advice

    #15823
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Very strange. Can you email us: [email protected] your WordPress admin details?

    We will check and resolve this issue.

    Regards,
    Shri

    #16659
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    This is solved.

    Regards,
    Shri

    #25902
    Matthew DillMatthew Dill
    Participant
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: October 21, 2015

    I am trying to remove the slider off the site completely including the homepage. I tried using a one pixel high gif and it was working initially but it is no longer working.

    the site is http://yoursecondchancestore.com/

    #25905
    GailGail
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: March 5, 2016

    I have the same problem as Hossam Samir: “despite the fact that i made it on “hide” in the theme properties it still appears on the news page which i made for the blog”. I will email you our site admin details.

    #25959
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    @matthew dill: Kindly add this in appearance>theme options>layout settings>custom CSS box:

    #home_slider{display:none;}

    Regards,
    Shri

    #25960
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    @Gail: Okay once we get the details we will check it out what’s wrong.

    Regards,
    Shri

    #26205
    GailGail
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: March 5, 2016

    (Sorry if this is off-topic; I just realized that the original post is about the SKT Biz/Corp theme. We have SKT BeFiT PRO theme.)

    add this in […] custom CSS box:
    #home_slider{display:none;}

    There are a couple of problems with this:

    1. The selector is incorrect. The HTML is:
      <div class="slider-main">
          <div id="slider" class="nivoSlider">
              <img src="..." />

      So the correct selector would be .slider-main.

    2. This is still not correct: it hides the slider not only on the blog (posts) page but also on the home page! To select only the <b>posts</b> page, you need to add an ancestor to the selector: body.blog .slider-main.
    3. On the posts page, I want to hide <b>all</b> home-page items; this includes the four boxes, whose HTML begins with <section id="wrapone" class="menu_page featuresbg">. So I would need to add an alternate selector: body.blog .slider-main, body.blog section#wrapone.
    4. Even if the CSS successfully hide these items, I believe that the browser will still fetch the images and execute the JavaScript. (I could be wrong on this.) This adds an unnecessary burden to both the web server and browser. The PHP should really not generate the objects in the first place.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove slider from pages’ is closed to new replies.