• Resolved niyazadvt

    (@niyazadvt)


    Hi friends,

    I m trying to add Meteor Slide Plugin in wordpress theme named Responsive . I wanna Place this theme, on the Place where default Image (HOME Page) located. Can anyone redirect the Path. it would be great helf.

    If there any other great Plugin for Image Slide at Home Page you can refer that too.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter niyazadvt

    (@niyazadvt)

    thanks very very very much Emil

    Thread Starter niyazadvt

    (@niyazadvt)

    Still Problem Emil bro 🙁

    I added correctly how u said on theme. no image is displaying.

    May I know where to use

    {as said in meteor description)

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> to add this slideshow to your theme,

    I posted [meteor_slideshow] on Featured Content

    choosed max of 460px width.
    but May I know height also?

    I m responsive-full-content child theme. DO u have any tutorial link to do meteor slideshow there

    Thread Starter niyazadvt

    (@niyazadvt)

    resolved my self…

    Emil please add in your tutorial forum that

    paste this code also in header file

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    [sig moderated as per the Forum Rules]

    great and thanks!

    Hi Emil, I’m having the same problem as niyazadvt.

    First of all, I followed your instructions in http://themeid.com/help/discussion/2323/featured-slider-slideshow-and-shortcode-support, with responsive “main” theme, and It works fine. But after that I decided to use the full-content child theme, because I want to have a full-width slider. I installed this theme and activate it, and it doesn’t works. I mean, putting [meteor_slideshow] shortcode on featured content doesn’t show the slider. In fact I have the system message “Your title, subtitle and this very content is editable from Theme Option…”. so.. it’s a bug or something with shortcodes?

    thanks!

    Hi Emil,

    I’ve done a workaround and it seems to work. There’s a problem with the shortcode and this child-theme.

    The code of my home.php in the full-content child theme:

    <?php get_header(); ?>
      <div id="featured" class="grid col-940">
        <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
      </div><!-- end of #featured -->
    <?php get_sidebar('home'); ?>
    <?php get_footer(); ?>

    Tt works. (Maybe not the best solution)

    yes, you just need to add your shortcode into content area instead and it works 🙂

    Emil

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how to add Meteor Slide Plugin in Responsive theme HOME page’ is closed to new replies.