- Posts: 1
- Thank you received: 1
Slideshow Editing
- Venkatesha Munivenkatachari
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 4 weeks ago #939
by Venkatesha Munivenkatachari
Slideshow Editing was created by Venkatesha Munivenkatachari
Hi,
Thanks a lot for your Free WOOTE Template, it is very nice template.
I would like to remove the counter below Slideshow. How can i remove this, I tried disabling it, right I am getting numbers (1, 2, 3, 4, 5) in the small box. I don't want to have anything below the slideshow, but the slideshow has to run automatically.
Thanks in advance and warm regards,
Venkatesha
Thanks a lot for your Free WOOTE Template, it is very nice template.
I would like to remove the counter below Slideshow. How can i remove this, I tried disabling it, right I am getting numbers (1, 2, 3, 4, 5) in the small box. I don't want to have anything below the slideshow, but the slideshow has to run automatically.
Thanks in advance and warm regards,
Venkatesha
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 4 weeks ago #943
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Slideshow Editing
Hi,
You can edit the template file of module (mod_megasimpleslider/tmpl/default.php) and find this code:
change it to:
Thanks for using our products!
You can edit the template file of module (mod_megasimpleslider/tmpl/default.php) and find this code:
Code:
var slideshow = j('.items')
.cycle({
fx: 'scrollRight',
speed: '300',
timeout: 6000,
pager: '.left_megaslider'
});
change it to:
Code:
var slideshow = j('.items')
.cycle({
fx: 'scrollRight',
speed: '300',
timeout: 6000
});
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds