Problems with Firefox
doomed - November 23, 2008 - 22:41
| Project: | AD Redoable |
| Version: | 5.x-1.3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Alan Cooney |
| Status: | closed |
Description
Hello,
I'm using v5.13 of the ad_redoable theme .
I have noticed a small problem with IE and some problems when using Firefox.
These happen when you enable post information (submitted by ...., date, etc).
I have attached two screenshots from the frontpage where i have marked the issues in a red circle. This is for your analysis.
Would love some solutions.
| Attachment | Size |
|---|---|
| redoable_problems_ff3.png | 11.5 KB |
| redoable_problems_ie7.png | 11.32 KB |

#1
I am having the same problems - in FF & IE. A list of some of the issues involved:
FF - "read more" overlaps title of next post in teaser view
FF - Page header extends over title of first post
FF - comment preview - buttons overlap post display
FF/IE - Views Pages - page Title, tabs, and first article title overlap
IE - Images in teaser view extend and are overlapped with title of next
article
IE - Search button and field text do not display inline in block view
In pages where footer & navigation menu align, navigation links are not
clickable
#2
> In pages where footer & navigation menu align, navigation links are not clickable
Hello,
This can be fixed by editing ad_redoable\style.css and changing the z-index of #footer from 1000 to 0.
#footer {position: relative;
z-index: 1000; /* <<<---Change this to ZERO */
float: left;
width: 100%;
}
I'm not sure this will affect something else. I will post if I find some problem.
#3
I would like to add that i really like this theme but it's suffering from some serious Firefox incompatibilities.
I think most are CSS related.
I wish i could fix the problems because i would definitely do it.
#4
I'm having some similar problems with this theme too. I changed that section of code, but am still having issues with the amount of space between audio entries sorted by taxonomy terms. I've looked through the code, however I don't know CSS. This is the only really issue that we're having with this theme, and we really would like to use it if possible. Please help! Thanks..
Dave
#5
Please test the latest version and let me know if any of these problems still exist.
Regards,
Alan
#6
Hello Alan
Would you mind listing which files were changed?
This would help on the upgrade side.
#7
Hello,
I can confirm that on v1.4, the issues reported on the original post are not present anymore.
Screenshots in attachment.
But I cannot comment on the problems brought by typehost on Reply #1 - http://drupal.org/node/338195#comment-1123241 - except for this one:
>> In pages where footer & navigation menu align, navigation links are not clickable
This is still happening on v1.4 !
But anyway, the solution was offered on Reply #2 - http://drupal.org/node/338195#comment-1124371 .
#8
Thanks for this - the new release cleared up most of the problems with the display. I still have:
1. Images in teaser view extend and are overlapped with title of next article
2. IE - Search button and field text do not display inline in block view
But should be able to work them out with CSS adjustments.
#9
I can confirm the issues that typehost just posted.
#10
> FF/IE - Views Pages - page Title, tabs, and first article title overlap
This can be fixed by editing ad_redoable\style.css and changing the margin of .node h2.title from -44px -30px 15px; to -14px -30px 15px;.
.node h2.title {background: #292929;
float: left;
display: block;
width: 100%;
margin: -44px -30px 15px;
padding: 5px 45px 5px 15px;
border-bottom: 10px solid #2d2d2d;
}
IE7
This can be fixed by editing ad_redoable\ie7.css and changing the margin of .node h2.title from -30px; to -10px;.
.node h2.title{
margin-top: -30px;
}
#11
I can confirm this fixed both issues for me in FF as well as IE 7.
Nice theme & good work
#12
The above fix doesn't work for me, but I have added different fixes. To avoid confusion I am closing this issues, please report new issues individually.
Thanks,
Alan