Slider Displayed on 2 pages.

Viewing 11 posts - 1 through 11 (of 11 total)
  • #12781
    tpreje3
    Participant

    I have my slider appearing on my landing/home page which is what I want, but it’s also coming up on my blog/posts page. I do not want it on my blog page. How do I remove it?
    This question is in addition to my sidebar question. My slider is stretching my images. Images are 580×300 72dpi.

    Thanks!

    http://authortaraelizabeth.com

    #12811
    tpreje3
    Participant

    Please ignore the second part of this question. I found the answer.

    #12851
    tpreje3
    Participant

    Please help!
    Does anyone know the answer to this?

    I have my slider appearing on my landing/home page which is what I want, but it’s also coming up on my blog/posts page. I do not want it on my blog page. How do I remove it?

    #12854
    tagada
    Participant

    What “modele” or “template” did you use to create your blog page ?
    If you chose “landing page” the slider is automatically displayed…

    #12856
    tpreje3
    Participant

    I am on “default template” now, but also tried ALL of them. Nothing will get rid of it.

    #12871
    tpreje3
    Participant

    Can someone please help me resolve this issue. Or tell me if there is no resolution.
    Thanks!

    #12872
    Alexander
    Participant

    Hi tpreje3,

    Try to add this to your css:

    .blog ul.slides {
    display: none;
    }

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12875
    tpreje3
    Participant

    Oh my goodness, you are awesome!!!! Thank you soooo much!!! Now it all works/looks just the way I want.
    You Rock!

    Thanks,
    Tara E.

    #12877
    Alexander
    Participant

    Glad I could help πŸ™‚

    #12981
    Daniel Tara
    Keymaster

    I’m still seeing the slider controls, try this:

    .blog #slider {
    	display: none;
    }
    #13016
    tpreje3
    Participant

    Thank you so much! I didn’t want to ask for anything else so I let it go. I really appreciate the extra code! It worked like a charm!

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.