Hi,
I am using the template Twenty Eleven. Meteor slides works fine when i use the default index.php but when i try with a custom page it don't work.
The url is: http://javierpeiromoreno.com/blogseguros
Can you help me please?
Thanks!!!
Hi,
I am using the template Twenty Eleven. Meteor slides works fine when i use the default index.php but when i try with a custom page it don't work.
The url is: http://javierpeiromoreno.com/blogseguros
Can you help me please?
Thanks!!!
Hi, I don't see a slideshow on that page, but I suppose that is the problem!
Are you using the template tag? Where are you putting it, which file?
Hi friend!
This is the code:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(inicio_slide); } ?>
It works ok in header.php but in inicio.php (custom page)it shows only the navigation bar. I can't understand it.
You can download the files here:
http://javierpeiromoreno.com/blogseguros/files.zip
Thanks,
Sincerely
Try formatting the template tag like this:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "inicio_slide", "" ); } ?>
Also doublecheck the slideshow slug and make sure it matches.
You must log in to post.