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.

Comments

typehost’s picture

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

doomed’s picture

> 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.

doomed’s picture

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.

djdave’s picture

StatusFileSize
new115.41 KB

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

Alan Cooney’s picture

Assigned: Unassigned » Alan Cooney
Status: Active » Needs work

Please test the latest version and let me know if any of these problems still exist.

Regards,
Alan

doomed’s picture

Hello Alan

Would you mind listing which files were changed?

This would help on the upgrade side.

doomed’s picture

StatusFileSize
new10.88 KB
new10.96 KB

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 .

typehost’s picture

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.

doomed’s picture

I can confirm the issues that typehost just posted.

koav’s picture

> 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;
  }
robert_hanley’s picture

I can confirm this fixed both issues for me in FF as well as IE 7.

Nice theme & good work

Alan Cooney’s picture

Status: Needs work » Closed (fixed)

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