Welcome Guest [Log In] [Register]
Add Reply
  • Pages:
  • 1
Updated To-Do
Topic Started: Aug 26 2010, 12:50 PM (201 Views)
Eccentric Feline
Member Avatar
梦想

Any solutions would be lovely. ^_^

  • Errors in IE. <--- Big issue.
  • Fix double scroll bar issue in Chrome (fixed the issue, but now have a problem with the sub-menu. It is shifted too far to the left now.)


  • Change green blog header.
  • Don't forget PM toast image.
  • Finish graphics.
  • Add links to footer?
  • Fix dark colored images on NAV. (as well as hover image on theme portal)



  • Widen theme portal previews (or reduce size of font to allow longer text to fit in). (Can't because it would be too much of an issue)
  • Fix hover on theme portal.
  • Fix calendar. On the calendar I'm still getting errors. Where it says "1 September" at the end of the calendar it's showing up as dark blue text with a green shadow, which looks awful on that section. Also it's over too far to the left.
  • Bottom section of topic page: where the "one user viewing" there is a double border and missing 1px on the left. Is there a way to fix this?
  • Make vectors for team icons.
  • Fix the H2 on the table in posts (would like to remove).
Edited by Eccentric Feline, Aug 28 2010, 12:46 AM.
Offline Profile Quote Post Goto Top
 
Arianna
Member Avatar


I'm sure you're aware of the errors in IE as well?

The navigation looks displaced
The colours change shade inc ertain places where they're not supposed to.
Also, the h2 is a bit weird on the left a bit.
The submenu is also a little to over to the left.
If you scroll to the right, there's a huge space at the right.
Theme box under the submenu-the image drops down into the wrap

I hate IE. :/
Edited by Arianna, Aug 26 2010, 04:15 PM.
Offline Profile Quote Post Goto Top
 
RedBldSandman


Bottom section of topic page: where the "one user viewing" there is a double border and missing 1px on the left. Is there a way to fix this?
Replace this script:
Code:
 
$('#blog').parent().css('padding-top', '1%');

if ($.browser.mozilla) {
$('body').addClass('mozilla');
}
if ($.browser.webkit) {
$('body').addClass('webkit');
}
if ($.browser.msie) {
$('body').addClass('ie');
}
if ($.browser.opera) {
$('body').addClass('opera');
}
with
Code:
 
$(function() {
$('#blog').parent().css('padding-top', '1%');

if ($.browser.mozilla) {
$('body').addClass('mozilla');
}
if ($.browser.webkit) {
$('body').addClass('webkit');
}
if ($.browser.msie) {
$('body').addClass('ie');
}
if ($.browser.opera) {
$('body').addClass('opera');
}
});

Fix calendar. On the calendar I'm still getting errors. Where it says "1 September" at the end of the calendar it's showing up as dark blue text with a green shadow, which looks awful on that section. Also it's over too far to the left.
Add this anywhere underneath the ".calendar td div.cal_div" line:
Code:
 
.calendar td.cal_inactive div.cal_div {
background:none;
color:#5DB9F9 !important;
text-shadow:none;
}


There are quite a few problems in IE XD I'll have a look at them soon and try to work out some fixes XD
Also, what do these three actually mean? :P
Quote:
 
Fix hover on theme portal.
Fix dark colored images on NAV.
Fix the H2 on the table in posts (would like to remove).
Edited by RedBldSandman, Aug 27 2010, 03:17 PM.
Offline Profile Quote Post Goto Top
 
Eccentric Feline
Member Avatar
梦想

Thanks for the help! <3

Fix hover on theme portal.
The image lags a little (takes a while to load and doesn't pop out right away when you hover on it), and I was thinking about changing the effect to just a glow or something.

Fix dark colored images on NAV.
On a mac computer some of the navigation images are a darker color. I think it is just an issue of saving the files on a different computer though.

Fix the H2 on the table in posts (would like to remove).
[ Screen-shot ] I would like to either remove the H2 image from the tables completely, or replace the image so it isn't so bulky and fix the alignment issue in the screen-shot.
Offline Profile Quote Post Goto Top
 
RedBldSandman


Fix hover on theme portal.
I'd suggest just preloading the hover image just like the preview bar's images are now preloaded. Add:
Code:
 
(new Image()).src = "http://z3.ifrm.com/28118/148/0/p352830/prev_hvr.png";
(new Image()).src = "http://z3.ifrm.com/28118/148/0/p352831/next_hvr.png";
to the top of the themedisplay.js (or get EA to do it) or wrap those lines in script tags and add them somewhere in the Theme Layout :) There shouldn't be any lag when you hover over them then!

Fix dark colored images on NAV.
Can't really help since I don't have a mac :P

Fix the H2 on the table in posts (would like to remove).
To fix the alignment issues, add in this CSS:
Code:
 
blockquote .h2wrap, blockquote .h2left, blockquote .h2right {
padding:0;
}
OR, if you want to completely change the images, you could try to use css classes beginning with blockquote then the class name (as done above) and also "blockquote thead td" for the td containing the 3-piece h2. Then you should be able to style the post tables like that. :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Service Discussion · Next Topic »
Add Reply
  • Pages:
  • 1

ThemesEvents
ThemesEvents