[Plugin: Meteor Slides] metadata php
-
Hi there,
Ive got stuck using the Meteor Slides plugin.
I had it inserted in my template’s header with the code:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>
Because i wanted the order to be random i changed the code to:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(“”, “random: ‘1’”); } ?>
It works perfectly, but now my pagenav has mysteriously disappeared(!).I didn’t change anything in the css file (although i want the slideshow to have borders later)
Does anyone have any idea? Iam a Newbie when it comes to using css.
Regards,
Ruben
[no bumping, please]
-
Hi Ruben, this probably won’t affect anything, but numbers in the metadata do not need single quotes. It should look like this:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("", "random: 1"); } ?>I think the disappearing nav is probably just the slideshow breaking your theme’s layout. If you can post a link I will check it out.
your right, they are still gone 😛 must have gone lost somewhere else in the process then.. Iam very gratefull for your quick response! my link is:
here.regards,
p.s. sorry for the bump
Did you get this fixed, I can see your page navigation in Firefox, or maybe this problem is only in some browsers?
No i didn’t get it fixed 🙁 it still doesnt work in chrome (my browser) or internet explorer. Iam going to review my code again this afternoon.
regards,
It looks alright to me in browsers, could you take a screenshot so that I can see what you’re seeing?
The topic ‘[Plugin: Meteor Slides] metadata php’ is closed to new replies.