help implementing jquery slideshow

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

help implementing jquery slideshow

Post by RyanC »

edited, don't need
Last edited by RyanC on Mon Jan 16, 2012 8:04 pm, edited 1 time in total.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: help implementing jquery slideshow

Post by Wishbone »

The link below should solve your issue.

http://www.smarty.net/docsv2/en/languag ... on.literal

The CDATA stuff must be new for 1.10 because in all my 1.9.X sites I have to add that in manually... I don't fully understand it, but my sites won't validate unless my JavaScript code is within CDATA, because the validators think that any < or > symbols inside the JavaScript is malformed HTML.

http://en.wikipedia.org/wiki/CDATA#Use_ ... ram_output
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

Re: help implementing jquery slideshow

Post by RyanC »

Thanks for the response, Wishbone. I added the literal tags and it took the gibberish away, and the first image of the slideshow now appears but the slideshow functionality itself has stopped.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: help implementing jquery slideshow

Post by Wishbone »

When you 'view source' on the site, does it appear any different than the one that worked?
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

Re: help implementing jquery slideshow

Post by RyanC »

Hi Wishbone, thanks for the help. When I view source it is hard to compare to the HTML original because CMSMS moves divs and comments and things around by its own logic and it doesn't make sense to me as much as the original HTML code. It's why I make all my changes on my local HTML file and paste it into CMSMS, otherwise I would lose track of how I structured my document.

Anyway the page is two pages, the template page which has all the head content and contains this part (which is from CMSMS now):

Code: Select all

code removed
Everything else is on a different page in content blocks. I don't know if that has anything to do with it.

But in any case, I didn't change anything in the CMSMS version, it's simply me copying my local HTML content into the CMSMS editing windows.
Post Reply

Return to “Layout and Design (CSS & HTML)”