Hi, I also have the same problem, can I contact you? Thank you
Yes, realtime changing of banner, slide effect or fade.
Plan to integrate in the future? or there is already a pro version?
Thank you
ok in this way displays only on the home page , in case you want to display on all other pages excluding the home ?, I entered this code, right?
Thanks again
<?php
if (is_page(‘page1’)) {
if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “adv03”, “” ); }
}
if (is_page(‘page2’)) {
if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “adv03”, “” ); }
}
if (is_page(‘page3’)) {
if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “adv03”, “” ); }
}
?>