Page 1 of 1

Coda-slider navigation with URL Rewrite

Posted: Sat Apr 03, 2010 7:43 pm
by TJ2010
Hi

If using CMS Made Simple with URL Rewriting here is what you need to do, which is actually quite simple, to get the navigation working with the '#'

In the jquery.coda-slider-2.0.js find the line below:

ul.append('' + $(this).find(settings.panelTitleSelector).text() + '');

Add in the name of the page with your slider in it as highlighted (example: sliderpage.htm) including the extension if you have changed those in CMSMS.

ul.append('' + $(this).find(settings.panelTitleSelector).text() + '');

Upload the new jquery.coda-slider-2.0.js.

When you now click the first tab you should have in your url:

http://www.mydomain.com/sliderpage.htm#1

Took me some time to work it out!

CMS Made Simple is great and adding coda-slider 2.0 just makes it an excellent tool.

Hope that helps.