The Joomla! Extensions Directory ™


Sloganator Slogan Rotator Module Module

Sloganator Slogan Rotator Module provides a simple way to present slogans on your website, one at a time, rotated with a smooth fade-in JavaScript effect. You can link each slogan to a separate page of your website if you want. A demo of the module in action is at http://caneyopc.org.

Report

2012-02-18
Reviews: 2
Really good Module. I have used it on two sites so far and no major issues. I still have not found out how to control the speed of the rotation but what I have done just far works for me!
Owner's reply

I'm glad it's useful to you. Currently the rotation speed is not configurable except by changing the "delay" or "transition" variables directly in the source code around line 37 of the PHP file: http://bazaar.launchpad.net/~tim-alwaysreformed/mod-sloganator/trunk/view/head:/mod_sloganator.php#L37

2011-09-28
Reviews: 4
Very easy to install and use. Ideal for displaying a slogan consecutively in several languages.
1 of 1 people found this review helpful
2011-07-11
Reviews: 1
Excellent module. My only gripe is that the style tag is placed in the body of the XHTML, instead of the head. This makes it W3C non-compliant. Is there anything I can do about this?
Owner's reply

Ok, I'll work on fixing it tonight.

2011-04-07
Reviews: 20
We needed a clean, light and easy controlled text display. This module did exact what we wanted. Thank you!
2011-02-23
Reviews: 1
I have added a suffix to the module: slogans
Then I have added in the main css file of my template the css code (in: table.moduletableslogans) for to change the color, align and weigth of the letter, but I only the weight of the letter are changed, no color or align.
How can I change the align and color of the letter?
Thanks
Owner's reply

The CSS text-align property must be applied to the text's containing block-level element, which is #slogans div. So try:

#slogans div { text-align: center; color: blue; }

2011-01-18
Reviews: 5
This works right out of the box, Couldn't see any documentation, so I just installed it, Came up wih a couple of slogans and it looks great. Not sure how I change font yet, But THANK you very much for a nice piece of work.
Owner's reply

When you edit an instance of this module, place your mouse over the module parameter title that says "List of Slogans." The tooltip contains most of the documentation you need. It says "Enter the list of slogans you want rotated, one slogan per line. Optionally, add a URL to which a slogan will link by using the format slogan|URL."

You can change the slogans' font by adding a line like this to your template's main CSS file:

#slogans { font-family: Arial; }

To change the module title's font you'll have to consult your template's documentation to get the reference to the module's containing DIV element right in the CSS.

2010-04-11
Reviews: 2
When I first found this module is was exactly what I needed...then I found out it was legacy 1.5.

No problem... Unzip the file mod_sloganator file. Open the sloganator.xml file and change the and tags to and save the file. Zip it all back up and install it like any other module. BOOM! It's not legacy any more.

I like the fact that you can include links on the slogan and how the fonts blend in with the template fonts depending on the modules location.
Owner's reply

Could you send me your changes? I'll put them into the next release.

2010-02-23
Reviews: 2
This module does what it says and is easy to install and use.

Thanks for the free module. Just what I need to display rotating statistics on my website
Owner's reply

Glad you like it! You mention that you have a problem--how can I help?