The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Incorrect vision of forum with IE8

4 posters

Go down

Solved Incorrect vision of forum with IE8

Post by la valle dell'eco January 12th 2015, 7:42 pm

Hello everyone. First I wanted to thank all the single people on this forum have helped me to create the new style of my forum. It works well.
There's only one problem, and I turn to you hoping to help me also this time. With Internet Eplorer 8 it appears bad.


For example, if you quote a message you see this



Incorrect vision of forum  with IE8 Errore10

Someone can help me ? Embarassed

Forum link: http://www.lavalledelleco.net/
Version: Punbb
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by brandon_g January 12th 2015, 8:57 pm

Hello,

I have couple questions...
1. Have you ever experienced this problem before
2. Did it start after you changed your style over?
3. Do you have bbcode enabled (there will be a check box below the post saying if it is or not)
4. Does it appear this way once it is submitted?

Thanks -Brandon


Incorrect vision of forum  with IE8 Brando10
Remember to mark your topic Incorrect vision of forum  with IE8 Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Incorrect vision of forum  with IE8 Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by _Twisted_Mods_ January 13th 2015, 4:20 am

can you provide a test acct so i can login and see the error
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by Ange Tuteur January 13th 2015, 6:03 am

Hi @la valle dell'eco,

It seems to only happen on IE7. Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
Code:
.pun .frm DIV.posting-block DD.frm-textarea { width:82% !important }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by la valle dell'eco January 13th 2015, 6:00 pm

@brandon_g
1) The problem perhaps has always been there. I had not done the test with IE7 and IE8.
2) The problem appears after the change of style.
3) Bbcode are enabled.
4) The message you see evil before it is sent.


@_Twisted_Mods_

Sorry but i don't undestand. What is "test acct" ?
Do you need one account? Embarassed

Ange Tuteur wrote:Hi @la valle dell'eco,

It seems to only happen on IE7. Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
Code:
.pun .frm DIV.posting-block DD.frm-textarea { width:82% !important }

Perfect as usual.
You have solved this problem.
There's also another.

This

Incorrect vision of forum  with IE8 16atp9x

In private messages and posts profile field is blue . The topic author avatar is wrong.

Instead it is so
Incorrect vision of forum  with IE8 1qq1jd
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by brandon_g January 13th 2015, 6:54 pm

Hello,
To fix the avatar problem go to: ACP-->Display-->Avatar Management--->Avatars mangement.

See if you have anything set as the defualt avatar for new users, if so that may be your problem.

Hope this helps:
-Brandon


Incorrect vision of forum  with IE8 Brando10
Remember to mark your topic Incorrect vision of forum  with IE8 Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Incorrect vision of forum  with IE8 Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by la valle dell'eco January 14th 2015, 6:13 pm

Thanks of your help.
I tried, but it does not change. The avatar you see is displayed using Java code. I added later.
Have ideas for the field profile?
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by Ange Tuteur January 15th 2015, 6:14 am

For the JavaScript, it may use properties which are not supported in older versions of IE. I'm not sure what's causing the distortion of the profil, but try adding this as a fallback, so it's readable at least :
Code:
.pun .post, .post_block { background-color:#FFF }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by la valle dell'eco January 16th 2015, 2:32 pm

Ange Tuteur wrote:For the JavaScript, it may use properties which are not supported in older versions of IE. I'm not sure what's causing the distortion of the profil, but try adding this as a fallback, so it's readable at least :
Code:
.pun .post, .post_block { background-color:#FFF }


Unfortunately, the problem is not solved. I changed the code so, is it my fault?

Code:
.pun .post, .post_block { background-color:#2F4979}

la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by Ange Tuteur January 16th 2015, 11:22 pm

That's a bit dark, I would recommend a lighter color, like #F1F3F6 so the dark text is visible.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by la valle dell'eco January 17th 2015, 2:19 pm

You were right. So the problem is solved. Users do not I have reported other display. Everything works fine now.
Thank very much
la valle dell'eco
la valle dell'eco
Forumember

Female Posts : 103
Reputation : 2
Language : Italian/English

http://www.lavalledelleco.net/

Back to top Go down

Solved Re: Incorrect vision of forum with IE8

Post by Ange Tuteur January 17th 2015, 3:37 pm

Super, you're welcome ! Mr. Green

Topic archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum