Sloganator Slogan Rotator Module


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
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
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; }
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.
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.
Could you send me your changes? I'll put them into the next release.
Thanks for the free module. Just what I need to display rotating statistics on my website
Glad you like it! You mention that you have a problem--how can I help?






