Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-22-2013, 03:37 PM
ptmuldoon ptmuldoon is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Style Issue with IE8

I'm hoping somoone can call help me trying to learn why a style looks correct in Chrome, but not in IE8.

I'm setting up a new Clan website, and purchased a style from gamesitetemplates.com and am trying to get support from them, but they are very slow to respond, (yet fast to take your money!)

I purchased their Templar Skin, and have a site set up here.

www.lordsofvalkyrie.com

Would anyone know why it looks bad in IE8? At first glance, it looks as if it is missing alot of images. Could just a be a css issue of some type?

Thanks in advance for any help!
Reply With Quote
  #2  
Old 02-22-2013, 04:13 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sometimes syntax errors in CSS can cause it to fail in some browsers. Sometimes it's just something simple, but buried in the code. Surprised this wasn't tested before making it available to the public, but then, I see they don't have a demo of the skins, either. I recommend never purchasing a skin unless you can see a live demo and test it out first.

I can probably take a look at it a little later, if you don't mind someone poking around your Admin CP. I'd only need basic permissions.
Reply With Quote
  #3  
Old 02-22-2013, 05:41 PM
ptmuldoon ptmuldoon is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Digital

Thanks for being willing to take a look at it.

I sent you a PM with some login info. Hopefully I poke around in the templates myself later today.
Reply With Quote
  #4  
Old 02-22-2013, 09:04 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I addressed your IE issue. The issue was in doc_background. I had read that background images broke in IE if there wasn't a space after the image URL's closing parentheses. But I had never actually seen it in practice before. Turns out it's true.

So it was:
HTML Code:
url(images/gamesite/background.jpg)top center scroll
When it should have been:
HTML Code:
url(images/gamesite/background.jpg) top center scroll
The other issue is a bit more complicated. You'll notice that your navbar is not clickable on the forums. And partially missing if viewed in IE. The navbar was constructed badly, and I can't imagine it being fixed without being totally reconstructed. I think, maybe, they were trying to put Advanced Search in the small links below the navbar, but with the position set at absolute, that's really only going to work if your browser is that particular width. I would have constructed this completely different, myself. I would try and get them to fix this, because this is something of a glaring error.
Reply With Quote
  #5  
Old 02-23-2013, 12:05 AM
ptmuldoon ptmuldoon is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Digital.

Thank you so much for finding that!. I'm finding a couple of other small issues between chrome and IE as well, that I will try and resolve on my own.

For example, the forum User Quick links (Ie, Private Messages |FAQ, et) don't work in Chrome, yet they do in IE. It also looks like its not quite wide enough.

I've got 2 hours between planes here traveling today, so will see what I can learn.
Reply With Quote
  #6  
Old 02-23-2013, 05:32 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The div where they put the search box is a large part of the navbar problem. When you highlight all the floated elements on a page, you can see the div containing the search field and the Advanced Search link covers the entire navbar. It's set to absolute positioning, and padded something like 300px or so on the right. I tried setting the z-index to -1 to see if that would help, but even if that worked (which it didn't, oddly), it wouldn't have addressed the positioning issue.

Attachment 143908

One thing I didn't try was taking out all that padding on the right, and instead setting the margins to that same width. Again, a temp fix, but at least the links should have been clickable in webkit browsers. I'm not sure how that would have affected IE. The CSS class that controls the search box is globalsearch. I believe it was in the forumhome.css template.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:26 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01789 seconds
  • Memory Usage 2,226KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete