Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

How do I get the slider to appear on more than one page?

Home Forums Free Theme Support Zenon Lite How do I get the slider to appear on more than one page?

  • #69482

    Ann

    I am new to WordPress and am trying to get the Zenon slider to appear on my About Page, Contact Page, any additional pages but posts. What do I need to do?

    Thank you

    #69894

    Towfiq I.

    administrator

    Go to Appearance> Editor ad open up header.php and add this to the very bottom:

    <div class="slider_wrap">
            <div id="zn_slider">
            <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'easyslider').''); ?>
            </div>
            <div class="skew_bottom_big"></div>
            <div class="skew_bottom_right"></div>
    </div>

    and remove this from index.php file:

    <!--SLIDER END-->
    <?php if ( is_home() ) { ?>
    <div class="slider_wrap">
    
            <div id="zn_slider">
            <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'easyslider').''); ?>
            </div>
            <div class="skew_bottom_big"></div>
            <div class="skew_bottom_right"></div>
    
    </div>
    
    <!--SLIDER END-->
    #81913

    lee wiggins

    subscriber

    cancel any other replies i sent, fixed it all , but an image the same as a slider image is showing up under the slider on the home page. site is MarijuanaNics.com

    thanx,

    Oh and still want to make the bottom slider padding the same color as the menu border.

    #81971

    Towfiq I.

    administrator

    did you edit the index.php file by any chance?

    #81979

    lee

    I added to bottom of header and deleted lines from index as per your instructions on in this thread for making slider slide on all pages.

    Thanx

    #81993

    lee wiggins

    subscriber

    ok, found the code error and fixed it. Now, need to learn how to make the padding under the slider the same color as the border on the menu.

    deleted one too many lines at the top of your instructions.

    Anyway, thanx
    lee

    #81995

    lee wiggins

    subscriber

    This is the line i deleted accidentally … and, replaced just now…

    <?php if ( is_home() ) { ?>

    #81996

    Towfiq I.

    administrator

    add this to your stylesheet:

    #slider{background:#17733c!important;}

    #81999

    lee wiggins

    subscriber

    So far, still same as menu background and not menu border? the code is supposed to say background, instead of code for menu border. beats me, not changing yet. hit ctrl f5 several times and nothing, color is right but not going there, the other color is

    #82212

    Towfiq I.

    administrator

    i just checked your site and the slider bottom border color is as same as the menu border color.

    #84147

    Lee

    Perfect on the Transparency issue. When I look, I see the padding under the slider as a different color and not transparent like the other boxes, I would like that padding to be the same transparency as everything else.

    The corners at the bottom of the slider are no longer round.

    MarijuanaNics.com

    Again, Excellent Support

    #84156

    Lee

    Nevermind, took care of the padding under the slider.
    still have rounded corners on bottom

    #84844

    Towfiq I.

    administrator

    in your style.css replace this:

    #slider{border-radius: 0 0 2px 2px;-webkit-border-radius: 0 0 2px 2px;-moz-border-radius:0 0 2px 2px;}

    with this:

    #slider{border-radius: 0 0 7px 7px;-webkit-border-radius: 0 0 7px 7px;-moz-border-radius:0 0 7px 7px;}

    #86647

    Natasha

    How do i get the asteria Lite slider to appear on my static home page?

    #86674

    Towfiq I.

    administrator

    whats your site address Natasha?

    #87017

    Natasha

    This my Site Address, i want to add an image store in my home page, instead of the frontpage post.
    http://www.sisayonline.com/

    Tnanks for your reply!

    #87236

    Towfiq I.

    administrator

    what do you mean by image store?

You must be logged in to reply to this topic.