• Resolved Albert Eghan

    (@albert-eghan)


    Please can u help me position meteor slideshow in figero theme’s frontpage header,exactly where the images are positioned.I installed the plugin and made a slideshow for the frontpage which never showed up on the page.How can I make it show up on the front page and also set it at the image portion of the header.

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi Albert, do you want to replace the whole featured section in the blue bar with the slideshow, or just the image inside that featured section?

    To replace all the featured content, you would remove the “slider-main” container and everything inside it from the front-page.php file and replace it with the slideshow template tag like this:

    <div class="grid_24">
    	<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    </div>
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Meteor Slides] Positioning meteor slideshow into theme header’ is closed to new replies.