Featured Post Slider

Viewing 15 posts - 16 through 30 (of 72 total)
  • #4555
    kimaya
    Participant

    And if I can make a suggestion, it would be better that the images of the slider (and the slider at the same time) keep always the same height.

    #4586
    bpsc
    Participant

    I too would support featured Pages as well as featured posts.

    #4606
    Frank
    Participant

    @Daniel: Hi, is there a reason that your solution above of replacing:
    set( ‘ignore_sticky_posts’, 1 ); ?>
    with
    set( ‘post__not_in’, get_option( ‘sticky_posts’ ) ); ?>
    inside the function esplanade_ignore_sticky_posts() will not go into the official theme code? This first one has never worked for me (even not the old Esplanade version 1.0), the second does work.

    #4733
    ddadian
    Participant

    I agree – it never worked for me, too. I would recommend to use the suggested esplanade_ignore_sticky_posts() overwrite in the official release, too!

    I also have a question – is it designed to show the slideshow with sticky posts only the default home page is set to the LATEST POST option? It does not apply when I select a STATIC PAGE option.

    … otherwise – GREAT THEME! very clean, easy to use, a lot of options provided so I don’t need to go and make a lot of changes in the actual php files. THANK YOU!

    #4770
    elephant
    Participant

    I agree with all the others —> great theme

    But I would also welcome a function to use pages for the slider and make the slider visible on a static page.
    Do you have a hint for me to ‘hack’ this for myself? maybe slider.php?

    thank you for your work!

    #4871
    iromeroricote
    Participant

    Guys there is another post talking about the videos in the slider… I am having problems with that. I don know how to show a youtube video in the slider neither a image… I tried changing the options editing the post,,, but nothing. I tried changing the heigh and the width and nothing… anyone knows anything??? I have the version 1.0.6 dunno if there is another one and if it would solve the problem…

    #4903
    haga22
    Participant

    I can’t get slider displayed on a front page that is a static page, not the posts page. How can I get this slider on a front page in both WP options: static home page or posts home page?

    #4942
    Jos Klever
    Participant

    To add the slider on a static home_page, you can insert line 3-5 from index.php on the 3rd line of page.php. Then change the is_home() function to is_front_page()

    • This reply was modified 12 years ago by Jos Klever. Reason: I tried to put the code in the post but that didn't work
    #4944
    stefanoneri
    Participant

    yes! very helpful, but … slider appear in the static page, but don’t slide and the buttons on bottom right disappeared… I’ve forgot something? (italian, sorry for my english)

    #4945
    Jos Klever
    Participant

    Hi stefanoneri, I also noticed that and am still figuring out why… (I’m Dutch, so my English isn’t perfect too 😉 )

    #4946
    stefanoneri
    Participant

    Hi Jos, change line 573 in function.php is_home->is_front_page, to define flexslider class. Ciao

    #4947
    Jos Klever
    Participant

    Thanks! Now I only have to figure out how I define this change in my child theme, because I don’t want to edit the original theme files…

    #4951
    tunamaldives
    Participant

    Great theme.

    Like many others here I’m also having a problem with images NOT showing with the sticky posts/slider.

    Anybody figured out what could be wrong and how to get images showing up on the slider?

    Cheers.

    #4952
    haga22
    Participant

    I figured it out. Sticky posts show as a slider on the home page, even when it is static page, not posts page – I just moved slider to the header.php (last line before ) and added condition:

    Love this theme because of multiple template options for the page.

    #4953
    haga22
    Participant

    Oops, code is not showing in my post. So I moved slider just before closing header and added condition get_template_part( ‘slider’ ) if this is front page and slider is an option selected: is_front_page() && esplanade_get_option( ‘slider’ )

Viewing 15 posts - 16 through 30 (of 72 total)

Tagged: 

You must be logged in to reply to this topic.