I have a site (
www.stageneck.com) in which the web developer used the jquery cycle plug in to control the SPECIALS and PACKAGES widget that appears near the bottom of most pages. This widget DOES NOT CYCLE IMAGES, it cycles page links. While I am more knowledgable than the average web designer, I am not a programmer. I need help customizing the javascript to change the order of the "slides" appearance in the widget. Since they are NOT IMAGES, I cannot merely name them in the desired numeric order.
The items being cycled are web pages, not slides. Modx assigns a sequential (next available) number of the pages. Currently the pages are being loaded into the widget (it appears) in descending order of page id #. Since I cannot control the page # or reassign it, I'd like to control the order of the pages using the "menu Index", I can assign, or "menu title", etc.
Is there a way to do this? Alternately, is there a way I can specifiy more than just the "startSlide" to manually input the order that I want the pages to load?