• Resolved toots2708

    (@toots2708)


    I would like to put a static page with text that I create name home page.
    But If I choose this page to be home page static, the slide disapear.
    What should I do to have the slide on my static homepage only?
    Should I create a page model?
    In which php file can I found the code who says when the slider does appear?

    Sorry for my english.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Advanced Slider Configuration, choosing where it can be enabled or disabled are a part of pro version.

    But, if you share your url, i could suggest you a tweak.

    Thread Starter toots2708

    (@toots2708)

    Hello
    First of all my web site is not online yet, i work In local server.
    I found a solution ans understood the problem yesterday.
    The slideshow is set to be on home with a preview of article and not a page with content that’s why it disappear when i chose a static page create by me.
    So, i create a child them ans i took the file slider-nivo.php
    And change:if ( get_theme_mod('freak_main_slider_enable' ) && is_home() ) :
    By
    if ( get_theme_mod('freak_main_slider_enable' ) && is_page( array( 42, 'about-me', 'Contact' ) );
    With the name of the page where i want the slideshow.
    I found the code

    Yes. This is what you need to do exactly. Or to enable on front page. replace is_home with is_front_page

    Thread Starter toots2708

    (@toots2708)

    I’ll try this tanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider on static page’ is closed to new replies.