New Site with Image_Rotator and True Type Modules

Post links to sites running CMS in all its glory.
kendo451

New Site with Image_Rotator and True Type Modules

Post by kendo451 »

Here is a site I designed with CMSMS:

Dominion Truss
http://dominiontruss.com/dt

It is still in development.  However, it is presently a good example of using the Image_Rotator tag and the True Type Module.

Info:

CMS 1.2.2
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: New Site with Image_Rotator and True Type Modules

Post by hexdj »

Nice Site!

Does the Image Rotator module produce that fading in/out effect? Looks really nice.
alby

Re: New Site with Image_Rotator and True Type Modules

Post by alby »

kendo451 wrote: It is still in development.  However, it is presently a good example of using the Image_Rotator tag and the True Type Module.
Very nice, I see that new rotator works well  :)

Alby
kendo451

Re: New Site with Image_Rotator and True Type Modules

Post by kendo451 »

Yes, Alby did a really nice job with that Image_Rotator tag.  Kudos to Alby!

The Image_Rotator has several parameters that allow you to control the duration of the fade and the duration of the picture between fades.  It's really nice.

Thanks again.

Ken Griffith
kendo451

Re: New Site with Image_Rotator and True Type Modules

Post by kendo451 »

One point that might be worth documenting:

When you set the image_rotator parameter to use the "new" method, the image floats in the spot where it normally would go.

As a result of the float effect, the content that would normally appear below it, appears behind it instead.

I fixed this by adding a spacer div the same size as the picture like so:

Code: Select all

{image_rotator class='PageBanner' random='false' folder='uploads/images/banners/1' alt='They said it can\'t be done.' title='They said it can\'t be done.' width='719' height='251' rotator='new'} 
<div id="RotaterSpacer"></div>
Then in the stylesheet I did this:

Code: Select all

#RotaterSpacer {
height:252px;
width:719px;
}
You could also solve this problem by clearing the content below the rotator (clear:both;), but in this case it would mess up the page layout.
Last edited by kendo451 on Thu Jan 03, 2008 5:25 pm, edited 1 time in total.
RSprinkel
New Member
New Member
Posts: 4
Joined: Sat Jan 12, 2008 1:03 pm

Re: New Site with Image_Rotator and True Type Modules

Post by RSprinkel »

Hello all,

Very new to the CMSMS and I am creating a new theme for my site and I have tons of questions, first off I like your site kendo451 with the image rotator, my question is how do I even start to use this as it would fit in PERFECTLY for my webhosting site, and did you create the theme or was it a theme you modified?

Sorry for the noob questions but again I truely want to use this image rotator for my site.

Thanks much in advance, very much appreciated.

Ron S.
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: New Site with Image_Rotator and True Type Modules

Post by hexdj »

How did you make the fade in/fade out work in FireFox too?

In ImageRotator's help it says it only works with IE, which I tried and seemed true, FF just makes a hard transition for me. Thanks
alby

Re: New Site with Image_Rotator and True Type Modules

Post by alby »

hexdj wrote: How did you make the fade in/fade out work in FireFox too?

In ImageRotator's help it says it only works with IE, which I tried and seemed true, FF just makes a hard transition for me. Thanks
I do not remember who I had reported on the forum.
This transition is new to tag and is here.
Is experimental and kendo451 has already submitted a correction

Alby
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: New Site with Image_Rotator and True Type Modules

Post by RonnyK »

Ken,

ver nice and clean styling...

Just 2 remarks, there is no submit button near the search, so you have to assume "Enter" does the trick, and the site doesnt validate, check http://validator.w3.org/check?uri=http% ... ne&group=0

Ronny
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: New Site with Image_Rotator and True Type Modules

Post by hexdj »

I don't understand, it's experimental and it works just for IE or does it work for both IE and FF? Do I have to load that script separately? (the one in the link you gave me)

By the way

The SVN Checkout link has no files at all

alby wrote:
hexdj wrote: How did you make the fade in/fade out work in FireFox too?

In ImageRotator's help it says it only works with IE, which I tried and seemed true, FF just makes a hard transition for me. Thanks
I do not remember who I had reported on the forum.
This transition is new to tag and is here.
Is experimental and kendo451 has already submitted a correction

Alby
Last edited by hexdj on Sat Jan 12, 2008 8:21 pm, edited 1 time in total.
alby

Re: New Site with Image_Rotator and True Type Modules

Post by alby »

hexdj wrote: I don't understand, it's experimental and it works just for IE or does it work for both IE and FF? Do I have to load that script separately? (the one in the link you gave me)
In last release (see notes of 1.6) of Image rotator there is a choice of select automatically (with the rotator="new") another script (the one used by kendo451 or link above).
When the reports, with this new method works well will be to remove oldest method (IE only)

Alby
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: New Site with Image_Rotator and True Type Modules

Post by hexdj »

Thanks for the explanation! it works in FF now.
kendo451

Re: New Site with Image_Rotator and True Type Modules

Post by kendo451 »

Answering hexj's questions about the styling for this site:

I used the CMSMS "Layout: Left sidebar + 1 column" Stylesheet and Template.

- I completely redid the header block to make it line up with my two column layout.

- In order to get the page on a vertical grid of 18 pixels per line, I changed the menu spacing in the simple vertical menu.  I zeroed all the top and bottom padding statements and then added line-height:35px and a bottom border of 1px to all the menu elements.  For accessibility I left all the font sizes in ems.  If you increase font size twice it breaks the page in some places, but hey, I do the best I can.

- For the menu graphics I just edited the gif files in images/cms and changed their colors.

- In the standard template I reversed the order of the sidebar and the content section.  Two good reasons for this:
A. For accessibility, I want content first, navigation second.
B. My page was working with tight tolerances and was having trouble with the IE6 3 pixel jog float bug.  To avoid triggering it, I needed to float both columns instead of just one.  So I float them both.
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: New Site with Image_Rotator and True Type Modules

Post by hexdj »

@kendo & @alby
Have you realized that using the image_rotator tag (which is great) will invalidate your XHTML because it gives the same ID to all images? is there any way to get around this?

Thanks!
alby

Re: New Site with Image_Rotator and True Type Modules

Post by alby »

hexdj wrote: @kendo & @alby
Have you realized that using the image_rotator tag (which is great) will invalidate your XHTML because it gives the same ID to all images? is there any way to get around this?
Right  ::).
Can you add a new topic in modules/addons or in tracker of plugin for next release?

This topic is for comment to kendo451 site  ;)

Alby
Post Reply

Return to “CMS Show Off”