Previous Thread
Next Thread
Print Thread
Hop To
#260173 05/12/2017 5:56 PM
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Hi
suddenly today our forum has a to wide left column almost half the widht.
Have not done anything that I know of.
It concerns IE browsers 11.x.x.x
No problem using safari or chrome.
Any ideas what could causing this?
Other members has mention this as well.
am using 7.6.0

Thanks for your advice

see this thread
http://www.britbike.com/forums/ubbthreads.php?ubb=showflat&Number=694985

Last edited by Morgan; 05/12/2017 6:00 PM.

Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
it looks like you have a huge part of your CSS commented out.

You have "extra_css {" and "}" wrapping the entire Extra Properties section.

Remove that from the top and bottom of the section, and your display problem should be fixed.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Hi Isaac,
Could you be more specific as I don't follow you, its both a language issue for me to understand as well as the tech bit.
Which file is it that needs to be altered or re-uploaded?
Thanks


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
You've added extra CSS to all of your styles within their "Extra Properties" section. This extra CSS that you added is breaking the page from displaying correctly.

The stuff that you added is:

AT THE VERY TOP of "Extra Properties" in all your styles
Code
extra_css {

and AT THE VERY BOTTOM of "Extra Properties" in all your styles
Code
}

Attachments
BEFORE.PNG AFTER.PNG


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Thanks for reply
OK This is VERY strange I have no clue of "adding" anything to the styles.
Can't I just reupload the styles folder?

If not better edit the extra properties.

I do wonder how the extra coding found its way in there


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Looking at your left column further, it seems that someone has posted an unbreakable line of text. That URL is not allowing itself to wrap. So its pushing its container beyond ths set value. What this means is that IE11 doesnt know how to deal with items it cannot split, nor does it know how to deal with items even when you tell it that you want them split.

Have a look at this thread:
https://www.ubbcentral.com/forums/ubbthreads.php/topics/259845/shout-box-wrapping

IE11 breaks the internet again. It doesnt support <WBR>.

The simple solution for you, just delete the comment with the long URL address in it.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
OK I see that, I deleted the unbroken text. However I don't have IE11 at home so I really cannot see the result until tomorrow.

Back to styles and "Extra Properties"
I see that there are some styles that have extra propertises code in it and some don't
should all these be empty?


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
no. just the code that i quoted in my previous post.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Isaac, I believe it fixed it self

after deleting that unbroken text in that shout there is no more "extra_css {" code in any of the Extra properties

what do you reckon about that???

Last edited by Morgan; 05/12/2017 6:59 PM.

Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Originally Posted by Morgan
Isaac, I believe it fixed it self

after deleting that unbroken text in that shout there is no more "extra_css {" code in any of the Extra properties

what do you reckon about that???

The file did not just fix itself. I still see the Value Error within each of your styles, which is preventing them from parsing that entire enclosed section.

The removal of the [Internet Explorer Unbreakable] url from your shoutbox fixed the text from pushing it's container around in Internet Explorer. thumbsup
Attachments
20170512_16-01-15.PNG


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
What is strange is that I only saw this in the "NEW" styles that I imported after 7.6.0

ZEN, Crimson etc..

This is the EXTRA Properties code that I see now, below is the "ZEN" option.
Please advice how or what I shall change again
thanks

#header{
margin-bottom: -7px;
}
table.popup_menu {
margin:5px 0 0 10px;
}
.footer-widgets { /* UBBC */
background-color:#f0f0f0;
border:1px solid #666666;
box-shadow:0 0 10px #17629c inset;
}
div#prev-next-links img {
display:none;
}
.cat-forum-header { /* UBBC */
background:#e9f2fa;
color:#555555;
}
.display-options-hdr { /* UBBC */
border-radius:4px 4px 0 0;
}
.subjecttable .date, .subjecttable .time {
color:#f5f5f5; /* 100 grey */
}
.subjecttable span.small .date {
color:#f5f5f5; /* 100 grey */
}
.subjecttable span.small .time {
color:#f5f5f5; /* 100 grey */
}
.subforum {
-moz-border-radius:4px;
background:#eceff1; /* 050p */
border:1px solid #b0bec5; /* 200p */
border-radius:4px;
display:inline;
padding-left:4px;
padding-right:4px;
white-space:nowrap;
}
.subforum a {
text-decoration:none;
}
.post-buttons img {
display:none;
}
.sb-butt {
background-color:#757575; /* 600s */
box-shadow:inset 0 0 8px -5px #000000; /* black */
}
.sb-text {
margin-top:5px;
width:80%;
}
.sb-text:focus {
border-color:#000000; /* black */
}
.sb-text:hover {
cursor:text;
}
#faq_data .alt-1 {
border:none;
margin:0;
padding:10px 6px 15px;
width:auto;
}
.miniicon {
display:none;
}
.fopts {
margin:9px 0 0;
}
.fopt {
background:#757575; /* 600s */
border:1px solid #757575; /* 600s */
border-radius:6px;
box-shadow:none;
color:#ffffff; /* white */
}
.fopt:hover {
background:#f5f5f5; /* 100 grey */
border:1px solid #757575; /* 600s */
color:#757575; /* 600s */
}
.fopt a:link, .fopt a:active, .fopt a:visited {
background:#transparent;
border-radius:4px;
color:#ffffff; /* white */
padding:4px 6px;
}
.fopt a:hover {
background:#ffffff; /* white */
color:#757575; /* 600s */
text-decoration:none;
}
.pl-mods {
background:none repeat scroll 0 0 #757575; /* 600s */
border-radius:6px;
box-shadow:0 0 6px #000000; /* black */
color:#ffffff; /* white */
margin-top:4px;
padding:4px 6px;
}
.pl-mods a:link, .pl-mods a:visited {
color:#ffffff; /* white */
}
.topic-label { /* UBBC */
border:1px solid #c1bdbd;
border-radius:4px 4px 4px 4px;
color:#ffffff; /* white */
font-weight:400;
line-height:18px;
margin:2px;
padding:2px 4px;
}
.topic-label a:link { /* UBBC */
text-decoration:none;
}
span.topic-label:hover {
background:#fff9c4; /* 100 yellow */
color:#000000; /* black */
}
.pr_announce, .pr_stick { /* UBBC */
background:#cfe3f8;
border-color:#e0e0e0; /* 300 grey */
}


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
OK I'm a layman, I deleted all the above code from the Styles "ZEN" Extra Properties and then changed to ZEN and it seems to work fine in
Safari, Firefox and Chrome

So I wonder what did I do when deleting the code from the Extra Properties box?

I do feel uncomfotable when not knowing.

I don't think I have altered anything in any of my styles so would it not just work to re upload some files?

Time soon to sleep as its going to 2.00 AM here

Cheers
Morgan


Last edited by Morgan; 05/12/2017 7:31 PM.

Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Now I looked at the ZEN file and its missing the faulty part so I think it did the thing.
I see for example the MOCHA styles still has the faulty part so my guess that emptying the extra properties box was the trick.
I would like to have that confirmed.

Last edited by Morgan; 05/12/2017 7:47 PM.

Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
I have now altered all files I found out how to.
Good night smile


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Havenofsobriety, rootman), 624 guests, and 106 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)