http://partswala.byethost6.com/ you can see a small aeroplan like banner at top What I want is to change this image as slider I want to change the image after every 30 secondons and it can be even 2-10 any number of images. Currently i writed this code to bring this image ?> <?php $cookies_name = "cookiesBanner"; $cookies_val = '<img style="height:50px; width:320px; margin-top:10px;" src="<?php echo $path ?>/images/cimg.jpg">'; setcookie($cookies_name, $cookies_val, time() +(86400 * 30 * 30), "/"); //print_r($cookies_val); ?> Complete code of page is also attachea as tempalte.txt This is just a dummy site for demo purpose only so I am ready to give username and password too for any person who needs to help let me know how can i make the images to work as slider one by one after every 30 seconds. I already uploaded few ohher images on site , links are http://partswala.byethost6.com/images/banners/osmbanner2.png http://partswala.byethost6.com/images/banners/banner1.jpg Notes its a joomla template
I found this script https://www.phpsnaps.com/snaps/view/php-image-slideshow-auto and it work too but it does not making it auto rotato rather giving option to rotate using click, i want to auto rotate after 30 seconds
I have zero experience in Joomla, sorry But perhaps I could give this a try with pure PHP, HTML and js: http://smokingscript.com/pages/_img-rotator/ I'll share source codes here if you like to adopt them into anything