Featured Post Slider

Viewing 12 posts - 61 through 72 (of 72 total)
  • #5697
    jalex11
    Participant

    So here is my site. It’s a bit of a mess while I’m trying to learn and figure it out. The static homepage is: http://cloverprairie.com/wrdprs/ and the blog page that I am trying to get the slider off of is: http://cloverprairie.com/wrdprs/?page_id=72

    #5699
    Jos Klever
    Participant

    I guess that your blog page uses index.php as page template, so you could try to change the condition on line 3 of index.php and delete the is_home() part. Or if you use front-page.php for your main page, you could delete line 3-5 in index.php entirely.

    #5758
    Cissi
    Participant

    I change line 590 to ( (is_home() || is_front_page()) && ! is_paged() ) in the function.php side as you wrote but now when I try to change update the file it trys to save but I gave up after 1h when it still tyde to save.. Any idees on whats wrong?
    thanks for the tip on how to get the advanced code editor, now that workes which makes it alot easier.
    What do you mean when you thakes about child page?
    Thanks so much for all the help!!

    #5759
    Cissi
    Participant

    eeeee… something must have gone very wrong… added line 3-5 at line 3 as I have done before and the change I wrote about just now. I then closed the page and now the webbside do not work at all and the logg in page do not work eighther!!!!! What do I do now????

    #5763
    Cissi
    Participant

    Ok now I got my page working again.
    Do anyone know have to get the slider to not show on the posting page (the page that showes the new postes). I have got the slider to show on the static front page but now it also show on the what I call the “newes page”
    If you do not understand what I mean: frittfolj.se under “nyheter”

    #5764
    Jos Klever
    Participant

    @Cissi – Please read this topic again. These questions have already been answered.

    #5765
    Cissi
    Participant

    ahhh sorry missed that post. Now it works! Thanks so much 🙂

    #5766
    jalex11
    Participant

    @Cissi – I got the same problem and I wasn’t able to get mine to work either. The slider is working fine on the front page, but I had it still showing on the blog page (your news page)

    I decided to create a “separate site” for my blog section. I installed a second copy of WordPress in a subfolder. Not the solution you are looking for but that’s what I did. Then I just hid the blog page from my original site.

    #6294
    gigowski
    Participant

    I added the 3 lines (3-5) from index.php to page.php and changed the is_home function() to is_front_page() and only the first stick post shows up and the buttons to switch to the next slide (ex: 1 2 3) don’t show up. It works fine on my blog page, though. What am I doing wrong? It does show up. it just doesn’t slide to the next post.

    • This reply was modified 12 years, 3 months ago by gigowski.
    • This reply was modified 12 years, 3 months ago by gigowski.
    #6297
    Jos Klever
    Participant

    When it’s visible but not working, then the flexslider script isn’t loaded. Can you give me a link to the page?

    #6348
    gigowski
    Participant
    #6359
    Jos Klever
    Participant

    You say you changed is_home() to is_front_page(), but actually you should try:
    is_home() || is_front_page()
    so it’s true for both cases.

    To be sure which template is being used for a particular page, I use the plugin Debug Options with the option “Theme” selected.

Viewing 12 posts - 61 through 72 (of 72 total)

Tagged: 

You must be logged in to reply to this topic.