Hi James and Jonah:
Posting this reply to both forums. Hope you don’t mind. Think that if we all work together on this one we can eventually figure it out.
To recap, I am trying to install RSGallery2 in Colormatic (Rocket Theme Template) and get distorted text in RSGallery2 when I do.
http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,7216.new/topicseen,topicseenhttp://www.rockettheme.com/option,com_smf/Itemid,190/topic,20202.new/topicseen,1#newI have set up two test websites:
RSgallery2 on clean Colomatic
http://rsg2rc.amgeek.com/index.php?option=com_rsgallery2&Itemid=49RSGallery2 on clean Joomla
http://rsg2j.amgeek.com/index.php?option=com_rsgallery2&Itemid=0RSGallery works fairly well on the clean Joomla install. However, it distorts, not only itself, but other modules on the page, when installed on Colormatic.
(see attached or visit site)
Jonah has suggested in the past that there may be a broken /DIV somewhere in the Colormatic template. I don’t think I would recognize it if I could find it.
There is a broken div on the page. The net effect is it is collapsing the text into a clr line of 0 height. Try HTML validating it to see what I'm saying.
He also says that both Colormatic and RSGallery2 both use a .clr class and that is confusing thing because they both use it differently and suggested I rename one or both to end the confusion.
----------------------------------------------------------------------------------------
I searched the com_rsgallery folder and can only find one references to “clr” in rsgallery.css and one in the several template.css files (total of 4, none in any of their sub-folders).
Renamed lines 252 - 257 in template.css and tested – no change.
Commented out lines 252 - 257 in template.css – no change.
------------------------------
I also have searched Colormatic for “clr” and found three files: Install.css, template.css.css and admin_login.css. I am going to assume (correct me if I am wrong) that the install.css and admin_login.css are not players in this issue.
Searched template.css.css for “clr”. Only found one instance, lines 675 – 677.
.clr {
clear: both;
}
Commented it out – no change.
---------------------------------
James suggested I add
Try adding this to template_css.css
Quote
ul#rsg2-navigation li {
line-height: 10px;
}
added to lines 831 – 833
This one brought “Main Gallery Page” into view
And then
Try
ul#rsg2-galleryList li,
ul#rsg2-navigation li {
line-height: 10px;
}
Modified lines 831- 835
No change.