Search found 10 matches
- Fri Jun 10, 2011 5:16 pm
- Forum: General Discussion
- Topic: Why I switched to Drupal
- Replies: 11
- Views: 6643
Re: Why I switched to Drupal
All down to what you need I suppose, I tried Drupal too but still prefer CMSMS. I'm no expert and CMSMS just seemed to suite me.
- Fri Jun 10, 2011 3:45 pm
- Forum: CMS Show Off
- Topic: CMS made simple needs YOUR help
- Replies: 37
- Views: 53983
Re: CMS made simple needs YOUR help
I'm learning slowly, as soon as I can make a template that does not suck i'll be sure to upload. Great software and helpful forum, damm near perfect.
- Fri Jun 10, 2011 2:32 pm
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Not sure if this is the right way to do it, but the following made it do what I wanted. ul.sf-menu li a:link, ul.sf-menu li a:visited, ul.sf-menu li.sectionheader { display: block; padding-left: 10px; line-height: 68px; text-transform: uppercase; color: #ebeaea; font-weight: bold; float: left; backg...
- Fri Jun 10, 2011 11:51 am
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Sorry, guess its just to early for me to understand at this stage
I'm only just starting out with this really. I might not even be explaining it clearly.
The code you posted, is that an addition or replacement to existing code?
Thanks for helping

The code you posted, is that an addition or replacement to existing code?
Thanks for helping
- Thu Jun 09, 2011 9:10 pm
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Hello, Indeed, I used the code and it does seem to work but it seemed to override one set of images. In the photoshoped image I posted, the following would be happening: Home Tab: Current page being browsed (uses navright and navleft) Support Tab: Mouseover (uses navright and navleft) Other Tabs: No...
- Thu Jun 09, 2011 8:38 pm
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Hello, Thank you for your help, I think i might be missing something though. I've attached an image of what i'm trying to do. In the image, Home would be the page being browsed at the moment and Support just has the mouse hovering over it. The other tabs just use another set of images with other fil...
- Thu Jun 09, 2011 5:47 pm
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Hmm, the closest code I could find is: ul.sf-menu li a:link, ul.sf-menu li a:visited, ul.sf-menu li.sectionheader { display: block; padding-left: 10px; [[if ($color == 'orange') or ($color == 'black')]] line-height: 34px; [[else]] line-height: 68px; [[/if]] text-transform: uppercase; color: #ebeaea;...
- Thu Jun 09, 2011 1:17 pm
- Forum: CMS Show Off
- Topic: QuattroSimple - New custom CMSMS Theme
- Replies: 129
- Views: 79493
Re: QuattroSimple - New custom CMSMS Theme
Hello, Great template! I've got it running locally while I try to understand both CMSMS and the template a bit more. I'm trying to make a basic modifcation but I'm having very little luck. On the template I have removed pageTopBG.gif so the area surrounding the teaser is white. This has had the side...
- Thu May 19, 2011 2:39 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Gallery module - 5 images per row
- Replies: 2
- Views: 819
Re: Gallery module - images per row
Thanks for that, I did not quite work as I thought it would. I found someone on the forum who was doing a 3*3 grid and altered it a little to match what I wanted it to do. <div class="gallery"> <div align="center"> <table> <tr> {foreach from=$images item=image name=foo} <td> {if ...
- Mon May 16, 2011 1:24 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Gallery module - 5 images per row
- Replies: 2
- Views: 819
[SOLVED] Gallery module - 5 images per row
Hello, I'm using the Gallery module with the the Fancybox template and i'm having problems getting it to display images they way I want it to. First of all I would like it to show 5 images per row, at the moment it just puts on as many as will fit. I would also like these rows to be centered on a pe...