Homepage Slider

Home Forums General Forums Homepage Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2748
    marcus7000
    Participant

    How can i insert a homepage slider?

    i wann use the “meteor slider” with this code -> <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    which file i need to edit?

    who can help?

    #2836
    MartijnMIC
    Participant

    Hello,

    You must edit the header.php file in the omega directory, just below </head> there must you put <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> and then you must edit your theme css, search for: .site-header, in the section:

    /*
    Site Header
    —————————————————————————————————- */

    you must put:

    .site-header {
    	display: none;
    }

    And in the section:

    /* Header Right
    ——————————————— */

    you must put:

    .header-right .widget_search input.search-field {
      	max-width: 300px;
    	display:none;
    }

    I hope you understand what I mean.

    It works fine at my site: http://annasmeubelen.nl/

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

You must login to reply to this topic.