vForums Support :: vForums :: Report a Bug :: Resolved Bugs :: Few bugs after update - View Topic
 |  |
| dog199200 Guest | Few bugs after update (16th Dec 09 at 7:13pm UTC) Resolved | | URL: http://www.forum.divineshadowsonline.com
- Bug 1 - Browser: IE Problem: For some reason it doesn't show up in IE anymore at all when it used to.
- Bug 2 - Browser: Firefox, and Google Chrome Problem: After the updates my logo image vanished. The image is still in my database and is still said to be attacked to the skin, but it doesn't show at all. And if i type in the image url it loads fine.
| |
| Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Few bugs after update (17th Dec 09 at 12:05am UTC) | | 1. Your IE problem is a bug with a code in your header or footer somewhere:
http://www.forum.divineshadowsonline.com/noheaders/1
None stood out to me as having problems so I would recommend trying to narrow it down in bulk. ie. Remove all codes from the global footer (save in notepad) and see if that fixes it. If not, remove all codes from the global header. Once you've identified where the problem lies, add blocks of code back at a time until it breaks again. Once you can narrow down the code which is causing it I'm happy to try and take a look at why. If I had to guess, I would say it was something welcome table related since the source code there is currently spaced out (more info on that coming soon)
2. Fixed.
@ Darkmage, I believe your image loading problems are most likely something to do with your ISP or image hosting provider. They all load perfectly fine for me. | |
|
| Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Few bugs after update (17th Dec 09 at 12:32am UTC) | | >_> Well now.. that's odd... It didn't work, even 2 seconds before I checked this post and I was on Forsaken Desire, and the image didn't show. now it's showing after I click this thread. Well that's an unexplainable miracle.
The rest are on PhotoBucket (not on Forsaken Desire) so both PhotoBucket and ImageShack shouldn't of had the same problem, as the other images loaded just fine. just not the banners on ANY site.
Maybe you checked the forums after you fixed the problem? | |
| Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Few bugs after update (17th Dec 09 at 9:16am UTC) | | >_> Well now.. that's odd... It didn't work, even 2 seconds before I checked this post and I was on Forsaken Desire, and the image didn't show. now it's showing after I click this thread. Well that's an unexplainable miracle. The rest are on PhotoBucket (not on Forsaken Desire) so both PhotoBucket and ImageShack shouldn't of had the same problem, as the other images loaded just fine. just not the banners on ANY site. Maybe you checked the forums after you fixed the problem?
Are you talking about banners or wallpapers? There was a problem with banners which Dwight mentioned, I fixed that. Your original post mentioned wallpapers, which there was nothing broken about | |
|
| dog199200 Guest | Re: Few bugs after update (17th Dec 09 at 5:53pm UTC) | | OK I'll check that out in a second then and edit this post when i get it figured out.
Edit: Ok I found the problem, its the custom navigation menu I had made, maybe you can help me figure out why its breaking the table structure of the forum, cause i've looked at both the css and the main code and i don't know why its messing up.
Global Header Portion:
CSS (Within the skins area):
 Code: - /* Drop-Down Titles Colour */
- #ubbc_buttons .drop_down {
- color: #FFFFFF!important;
- }
-
- /* Drop-Down Options BG Colour */
- #ubbc_buttons .drop_down div {
- background-color: #171717!important;
- }
-
- /* Drop-Down Options Text Colour */
- #ubbc_buttons .drop_down div a {
- color: #FFFFFF!important;
- }
- /* begin Menu */
- /* menu structure */
-
- .artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
- {
- text-align:left;
- text-decoration:none;
- outline:none;
- letter-spacing:normal;
- word-spacing:normal;
- }
-
- .artmenu, .artmenu ul
- {
- margin: 0;
- padding: 0;
- border: 0;
- list-style-type: none;
- display: block;
- }
-
- .artmenu li
- {
- margin: 0;
- padding: 0;
- border: 0;
- display: block;
- float: left;
- position: relative;
- z-index: 5;
- background:none;
- }
-
- .artmenu li:hover
- {
- z-index: 10000;
- white-space: normal;
- }
-
- .artmenu li li
- {
- float: none;
- }
-
- .artmenu ul
- {
- visibility: hidden;
- position: absolute;
- z-index: 10;
- left: 0;
- top: 0;
- background:none;
- }
-
- .artmenu li:hover>ul
- {
- visibility: visible;
- top: 100%;
- }
-
- .artmenu li li:hover>ul
- {
- top: 0;
- left: 100%;
- }
-
- .artmenu:after, .artmenu ul:after
- {
- content: ".";
- height: 0;
- display: block;
- visibility: hidden;
- overflow: hidden;
- clear: both;
- }
- .artmenu, .artmenu ul
- {
- min-height: 0;
- }
-
- .artmenu ul
- {
- background-image: url(http://www.divineshadowsonline.com/images/spacer.gif);
- padding: 10px 30px 30px 30px;
- margin: -10px 0 0 -30px;
- }
-
- .artmenu ul ul
- {
- padding: 30px 30px 30px 10px;
- margin: -30px 0 0 -10px;
- }
-
-
- /* menu structure */
- .nav {
- position: relative;
- margin: 0 auto;
- width: 888px;
- height: 28px;
- z-index: 100;
- }
- .artmenu {
- padding: 0px 0px 0px 0px;
- }
- .nav .l, .nav .r, .nav .r div {
- top: 0;
- position: absolute;
- z-index: -1;
- overflow: hidden;
- height: 28px;
- }
- .nav .l {
- left: 0;
- right: 0px;
- }
- .nav .r {
- right: 0;
- width: 0px;
- }
- .nav .r div {
- width: 888px;
- right: 0;
- }
- .nav .l, .nav .r div {
- background-position: left top;
- background-repeat: repeat;
- background-image: url('http://www.divineshadowsonline.com/images/nav.png');
- }
- /* end Menu */
-
-
- /* begin MenuItem */
- .artmenu ul li {
- clear: both;
- }
- .artmenu a , .artmenu a span {
- height: 28px;
- display: block;
- }
- .artmenu a {
- cursor: pointer;
- text-decoration: none;
- margin-right: 0px;
- margin-left: 0px;
-
- }
- .artmenu a span span {
- font-family: Georgia, "Times New Roman", Times, Serif;
- font-size: 13px;
- font-style: normal;
- font-weight: normal;
- color: #FFFFFF;
- padding: 0 12px;
- margin: 0 0px;
- line-height: 28px;
- text-align: center;
- background-image: url('http://www.divineshadowsonline.com/images/nav.png');
- background-position: left top;
- background-repeat: repeat-x;
-
- }
- .artmenu a:hover span span {
- color: #31507F;
- background-position: left -28px;
- }
- .artmenu li:hover a span span {
- color: #31507F;
- background-position: left -28px;
- }
- .artmenu a.active span span {
- color: #31507F;
- background-position: left -56px;
- }
- /* end MenuItem */
-
-
- /* begin MenuSeparator */
- .nav .separator {
- display: block;
- width: 1px;
- height: 28px;
- background-image: url('http://www.divineshadowsonline.com/images/item-separator.png');
- }
- /* end MenuSeparator */
-
-
- /* begin MenuSubItem */
- .artmenu ul a {
- display:block;
- text-align: center;
- white-space: nowrap;
- height: 28px;
- width: 206px;
- overflow:hidden;
- line-height: 28px;
- margin-right: auto;
- background-image: url('http://www.divineshadowsonline.com/images/nav.png');
- background-color: #05080D;
- background-position: left top;
- background-repeat: repeat-x;
- border-width: 1px;
- border-style: solid;
- border-color: #000000;
- }
- .nav ul.artmenu ul span, .nav ul.artmenu ul span span {
- display: inline;
- float: none;
- margin: inherit;
- padding: inherit;
- background-image: none;
- text-align: inherit;
- text-decoration: inherit;
- }
- .artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span {
- text-align: left;
- text-indent: 12px;
- text-decoration: none;
- line-height: 28px;
- color: #FFFFFF;
- font-family: Georgia, "Times New Roman", Times, Serif;
- font-size: 13px;
- font-style: normal;
- font-weight: normal;
- }
- .artmenu ul ul a {
- margin-left: auto;
- }
- .artmenu ul li a:hover {
- color: #31507F;
- border-color: #444444;
- background-position: 0 -28px;
- }
- .artmenu ul li:hover>a {
- color: #31507F;
- border-color: #444444;
- background-position: 0 -28px;
- }
- .nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span {
- color: #31507F;
- }
- .nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span {
- color: #31507F;
- }
- /* end MenuSubItem *//
| |
| Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Few bugs after update (17th Dec 09 at 7:27pm UTC) | | The problems are all the bits which have:
<span class="separator"/>
When they should be:
<span class="separator"></span>
IE, surprisingly enough, is sticking to the standards and saying that a span element cannot be self-closing.
| |
|
| Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Few bugs after update (17th Dec 09 at 7:59pm UTC) | | >_> Well now.. that's odd... It didn't work, even 2 seconds before I checked this post and I was on Forsaken Desire, and the image didn't show. now it's showing after I click this thread. Well that's an unexplainable miracle. The rest are on PhotoBucket (not on Forsaken Desire) so both PhotoBucket and ImageShack shouldn't of had the same problem, as the other images loaded just fine. just not the banners on ANY site. Maybe you checked the forums after you fixed the problem? Are you talking about banners or wallpapers? There was a problem with banners which Dwight mentioned, I fixed that. Your original post mentioned wallpapers, which there was nothing broken about
Yeah, I put. "The Same with bug 2" then I went on saying everything looks fine in IE8 for me. So I did mention about the banners, but it wasn't obvious. | |
| dog199200 Guest | Re: Few bugs after update (18th Dec 09 at 9:52pm UTC) | | The problems are all the bits which have:
<span class="separator"/>
When they should be:
<span class="separator"></span>
IE, surprisingly enough, is sticking to the standards and saying that a span element cannot be self-closing.
Oh ok :/ well I got it fixed, thanks ross. | |
| Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Few bugs after update (20th Dec 09 at 12:00am UTC) | | I have added some ad-free credits to those forums to make up for any inconvenience caused | |
|
| |
 |  |
|