Search found 32 matches
- Mon May 02, 2011 3:37 pm
- Forum: Modules/Add-Ons
- Topic: Statistic Counter
- Replies: 0
- Views: 559
Statistic Counter
I have used the statistic counter from StatCounter.com on some of my previous (non-CMSms) sites. I want to have one on my CMSms site, so I installed it (javascript) within the template code of my main template. I didn't get any kind of errors when I did this so I just want to make sure that this is ...
- Tue Apr 26, 2011 1:57 am
- Forum: Modules/Add-Ons
- Topic: jQuery Cycle Plug In - Not Cycling Images Properly?
- Replies: 7
- Views: 3381
Re: jQuery Cycle Plug In - Not Cycling Images Properly?
Sorry!
I was checking it in IE 7 (on my computer).
I figured it was some kind of Microsoft hang up. I had actually tried a few "fixes" that I found online but hadn't gotten any of them to work. I'll try this out and see if that works.
Thanks!

I figured it was some kind of Microsoft hang up. I had actually tried a few "fixes" that I found online but hadn't gotten any of them to work. I'll try this out and see if that works.
Thanks!
- Mon Apr 25, 2011 9:23 pm
- Forum: Modules/Add-Ons
- Topic: jQuery Cycle Plug In - Not Cycling Images Properly?
- Replies: 7
- Views: 3381
Re: jQuery Cycle Plug In - Not Cycling Images Properly?
Yes, it appears to be working in Firefox and Chrome fine.
But NOT in Internet Explorer.
Any other suggestions??
But NOT in Internet Explorer.
Any other suggestions??
- Fri Apr 22, 2011 9:08 pm
- Forum: Modules/Add-Ons
- Topic: jQuery Cycle Plug In - Not Cycling Images Properly?
- Replies: 7
- Views: 3381
Re: jQuery Cycle Plug In - Not Cycling Images Properly?
I did validate the site, initially, which is why I had that bit of code in the footer indicating that I had. ;D However, just for the heck of it, I ran it through again and there were a couple of issues, but just a few break tags that weren't closed. So...my code/site validates. STILL having the sam...
- Fri Apr 22, 2011 8:40 pm
- Forum: Modules/Add-Ons
- Topic: jQuery Cycle Plug In - Not Cycling Images Properly?
- Replies: 7
- Views: 3381
jQuery Cycle Plug In - Not Cycling Images Properly?
I'm having an odd issue with this plug in... I used this site: http://jquery.malsup.com/cycle/basic.html as my guide to make a group of photos cycle/fade on my home page. I wanted my photos to cycle EXACTLY like this basic example. No more effects were added/needed. When you first load the website, ...
- Fri Mar 25, 2011 7:53 pm
- Forum: Modules/Add-Ons
- Topic: Gallery Module - Captions or Field Entries for each picture?
- Replies: 4
- Views: 1382
Re: Gallery Module - Captions or Field Entries for each pict
I just figured a work around this since I couldn't ever figure out how to modify the PHP. I just put breaks (<br />) in between each item inside the image's comment box and that nicely put the different captions on a new line. I wasn't sure it would recognize HTML but it did! Ex Code: Item Type <br ...
- Wed Mar 16, 2011 1:49 pm
- Forum: Modules/Add-Ons
- Topic: Gallery Module - Captions or Field Entries for each picture?
- Replies: 4
- Views: 1382
Re: Gallery Module - Captions or Field Entries for each pict
That is one of the first places I looked....so I have the naming convention figured out. Ex:
{$image->description.name}
{$image->description.value}
But where does this go in the for each loop? I've entered it in, but it's not showing up on the picture....
{$image->description.name}
{$image->description.value}
But where does this go in the for each loop? I've entered it in, but it's not showing up on the picture....
- Wed Mar 16, 2011 2:25 am
- Forum: Modules/Add-Ons
- Topic: Gallery Module - Captions or Field Entries for each picture?
- Replies: 4
- Views: 1382
Gallery Module - Captions or Field Entries for each picture?
I'm using...CMS Made Simple v. 1.9.2 I have a gallery with many subgalleries with images. They are all currently set to use Lightbox. I don't know if I am searching for this topic incorrectly or what but I can't seem to find the info on the forums, so here goes... When a visitor clicks on one of the...
- Tue Mar 01, 2011 2:07 am
- Forum: Layout and Design (CSS & HTML)
- Topic: The Case of the Disappearing Div Tag
- Replies: 2
- Views: 1379
Re: The Case of the Disappearing Div Tag [SOLVED]
That did the trick! Thanks so much, Wishbone! 

- Wed Feb 23, 2011 3:18 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: The Case of the Disappearing Div Tag
- Replies: 2
- Views: 1379
The Case of the Disappearing Div Tag
I have the following coded into my "home" page (w/ the WYSIWYG editor OFF): <div id="slideshow"> </div> <br /> <h4 style="text-align: center;">Please browse our online gallery of furniture and contact us to inquire about specific items you are seeking.<br /> We can help...
- Mon Feb 21, 2011 6:27 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: {literal} Tag Question [SOLVED]
- Replies: 17
- Views: 7223
Re: {literal} Tag Question
Ok, I'll do that.Dr.CSS wrote:To mark as solved, go to first post and look for the green check mark image and hit it, will add [SOLVED] to end of subject...
Thanks again for your help! You rock!!!

- Fri Feb 18, 2011 11:24 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: {literal} Tag Question [SOLVED]
- Replies: 17
- Views: 7223
Re: {literal} Tag Question
I have this one solved. I didn't have the pictures referenced in the page code. Dr. CSS helped me solve this. How do I mark this as solved?? 

- Fri Feb 18, 2011 9:18 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: {literal} Tag Question [SOLVED]
- Replies: 17
- Views: 7223
Re: {literal} Tag Question
Could it have anything to do with The [CDATA} usage?? Page Specific Metadata box.... {literal} <__script__ src="scripts/jquery-1.5.min.js"></__script> <__script__ src="scripts/jquery.cross-slide.js"></__script> <__script__ type="text/javascript"> // <![CDATA[ $(function...
- Fri Feb 18, 2011 7:33 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: {literal} Tag Question [SOLVED]
- Replies: 17
- Views: 7223
Re: {literal} Tag Question
Another thought....
Besides making sure I have the {metadata} tags in my template....is there anything else that should be on that related to the jquery?? I mean...normally you call the jquery in the header tags, but in this instance it's over w/the cross slide stuff in the meta data options box.
Besides making sure I have the {metadata} tags in my template....is there anything else that should be on that related to the jquery?? I mean...normally you call the jquery in the header tags, but in this instance it's over w/the cross slide stuff in the meta data options box.
- Fri Feb 18, 2011 7:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Vertical Navigation Menu
- Replies: 5
- Views: 4200
Re: Vertical Navigation Menu
I'm sorry, I'm still not understanding this....I don't know why. I have spent 3 weeks on/off researching this. When it comes to integrating this into CMSms, nothing I have found really properly explains it. On my HTML pages I have the typical NAV code w/ the list <li><ul> items which correspond to s...