Malinho Tyafa
Forum Replies Created
-
Thanks a lot for help, all seems to be cool now. I just call each slide as you explained: <?php if ( function_exists( “meteor_slideshow” ) ) { meteor_slideshow( “home”, “” );}?> from pages template files just after: get_header(); ?
Thanks a lot.
Hi JLeuze, my stupid mistake I’m sorry to waist such time. I just noticed that I didn’t assign slides to the slideshows and now it’s sorted.
I’ve got another problem, I want echo specific slideshow for specific page and I tried the code below:
<?php
if(is_page(‘Home’)){
echo ‘<?php if ( function_exists( “meteor_slideshow” ) ) { meteor_slideshow( “home”, “” );}?>’;
} ?><?php
else(is_page(‘About Us’)){
echo ‘<?php if ( function_exists( “meteor_slideshow” ) ) { meteor_slideshow( “training”, “” );}?>’;
} ?>…and get errors, I’m not that GOOD in PHP.
Thanking you in advance.
I tried to displayed deactive all running plugins and no luck, should maybe try run new WP installation then install only Meteor Slides plugin and test multi-slideshows again?
My apologies, I forgot to send you the login details:
username == elf
password == elf123My sideshow is called ‘Training’ and slug is ‘training’ but doesn’t work…
I’m not quite sure what I’m missing.
Cheers,
Mali@jleuze – thanks a lot for coming back to me, I’m stuck with the slideshows.
If I use the snipplet below it shows the first slideshow by default:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>But when I define the slideshow name as below, it doesn’t show the slideshow:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “training”, “” );}?>Here’s link to the page: https://www.elginlearning.org.za/?page_id=47
Thanking you in advance.
Hi guys
I have 2 slideshows and I want to add both of them and I use snipplet above from Staceyeight:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “header”, “” );}?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “training”, “” );}?>But he doesn’t show any of the slideshow above and when use this shortcode: <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> it shows the first header by default.
Please advice.