TOPIC: Slideshow Editing

Slideshow Editing 10 years 11 months ago #939

  • venkatesham
  • venkatesham's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
  • Karma: 0
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
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Slideshow Editing 10 years 11 months ago #943

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
You can edit the template file of module (mod_megasimpleslider/tmpl/default.php) and find this code:
var slideshow = j('.items')
.cycle({
fx: 'scrollRight',
speed: '300',
timeout: 6000,
pager: '.left_megaslider'
});

change it to:
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.112 seconds