• Hi there,

    I am just trying to figure out how to use the Meteor Slides Plugin to display in the header of my wp template. I am NOT a coder and fairly new to wp. I am using wp template, “Magazine Basic” Where in my CSS editor do I place this code? <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    I assume I will have to change the slide size settings to adapt to my template, which is 1200x288px?

    Thanks in advance for the help!

    Brad

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

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

    (@jleuze)

    Hi Brad, yes you’ll want to change the slideshow dimensions in the settings to fit the size of your slideshow. Do this first and then upload your slide images for the slides.

    The CSS is just for styling your theme, you can’t use the slideshow template tag in your stylesheet, as it’s PHP. If you can I’d try to use either the slideshow shortcode, or the slideshow widget, so that you can avoid messing with PHP. But it depends on your theme and where you want the slideshow to go exactly. I would check and see if the header of your theme is widgetized.

    Thread Starter WhiskeyXray

    (@whiskeyxray)

    Hi Josh,

    The header in my theme allows you to upload a custom image, if that’s what you mean. But that’s as much as it appears you can do.

    Plugin Author Josh Leuze

    (@jleuze)

    No, that would only support a single image. It looks like the theme had a widgetized header, go into the the Widgets section of the admin, you should see a “Header Area”, you could add the Meteor Slides Widget to that area.

    Thread Starter WhiskeyXray

    (@whiskeyxray)

    There is an image widget in the theme but it only allows you to “Showcase a single image with a Title, URL, and a Description”. I guess I’m outta luck :/

    Thanks though,
    Brad

    Plugin Author Josh Leuze

    (@jleuze)

    Meteor Slides has a widget you can use to add a slideshow to a widget area. If you have Meteor Slides active you should see the widget.

    Thread Starter WhiskeyXray

    (@whiskeyxray)

    Yes, I see that. Unfortunately my template will not display widgets on “pages” only posts.

    I think I need someone to code some custom stuff for this template. Know anyone who’s good at it?

    Thanks for all the help Josh

    Plugin Author Josh Leuze

    (@jleuze)

    It shouldn’t be too tough to fix, probably your theme is just loading the header widget area conditionally, and the conditional needs to be removed so that it will load on each page.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Slideshow In Header’ is closed to new replies.