-
jalex11Participant
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
Jos KleverParticipantI 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.
CissiParticipantI 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!!CissiParticipanteeeee… 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????
CissiParticipantOk 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”Jos KleverParticipant@Cissi – Please read this topic again. These questions have already been answered.
jalex11Participant@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.
gigowskiParticipantI 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.
Jos KleverParticipantWhen it’s visible but not working, then the flexslider script isn’t loaded. Can you give me a link to the page?
Jos KleverParticipantYou 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.
Tagged: post slider
You must be logged in to reply to this topic.