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.

Post profile structural displacement

4 posters

Go down

In progress Post profile structural displacement

Post by Inhaps October 5th 2013, 10:16 am

Post in question:
http://www.smokinelite.com/t78306-fat-runescape-nerds#1087989

The problem:
The post profile appears underneath the post and signature, while normally it is to the left of it.
issue: https://i.servimg.com/u/f55/17/87/70/72/screen11.png
how it should be: http://gyazo.com/286a228f730b138c10db176c203ebfb7.png

For the more tech-savvy:
Post profile structural displacement F147c89b7ee730ac261c21246f538e03
Normally the only thing directly under the post div is the inner div (like p1087986) but every now and then that gets fumbled (p1087989) and a bunch of stuff gets placed outside the inner div.

Is that something I can fix or is that beyond my reach?
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by Ange Tuteur October 5th 2013, 10:44 am

Does this only occur for that user, or other users as well?
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by Inhaps October 5th 2013, 10:49 am

SethC1995 wrote:Does this only occur for that user, or other users as well?
I have seen this happen for at least 3 separate users.
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by Ange Tuteur October 5th 2013, 10:57 am

From what I looked over this may be an issue with the signatures. I had a few tests and the only way the profile returns to where it's supposed to be is when I've removed the signature block itself. What tipped me off is that the signature divider was where the postprofile should be.

Right now I am unable to supply a fix for this as the frequency this occurs is unusual. I believe we should wait for someone with more technical experience to handle this.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by levy October 5th 2013, 12:01 pm

Code:
.signature_div{
display: inline-block;
margin: 0 auto;
width: 82%;
float: right;
}
Try this code , that will resize your signature.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Post profile structural displacement

Post by Inhaps October 5th 2013, 2:54 pm

candy_fear wrote:
Code:
.signature_div{
display: inline-block;
margin: 0 auto;
width: 82%;
float: right;
}
Try this code , that will resize your signature.
I tried that a while ago but it solved nothing. This code also compresses signatures of the unaffected posts, making them unusually narrow. And it only positions the post profile like this: http://gyazo.com/53a16cab2807c0def61fce94c4ec8de0.png
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by levy October 5th 2013, 3:44 pm

Code:
.postprofile{
float: none;
}

.signature_div{
clear: both;
width: 88%;
float: right;
}
Try this code.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Post profile structural displacement

Post by Inhaps October 5th 2013, 5:55 pm

candy_fear wrote:
Code:
.postprofile{
float: none;
}

.signature_div{
clear: both;
width: 88%;
float: right;
}
Try this code.
Thanks. That does set it right, but every signature unaffected by this glitch ends up being narrower than it should be. http://gyazo.com/1da132b3a8ebfd154caaa257809561a3.png 
Small but annoying price to pay for something that affects a minute amount of posts. The problem is half-solved now.

I'd really be interested in hearing anyone's theory as to why does the HTML structure get messed up for some posts.
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by levy October 5th 2013, 6:00 pm

Code:
.post {
background: transparent url(http://i76.servimg.com/u/f76/15/09/29/86/gradie11.png) repeat-x 0 0;
padding: 15px 10px;
}
Try this code , replace your old .post class from CSS
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Post profile structural displacement

Post by Inhaps October 5th 2013, 6:45 pm

candy_fear wrote:
Code:
.post {
background: transparent url(http://i76.servimg.com/u/f76/15/09/29/86/gradie11.png) repeat-x 0 0;
padding: 15px 10px;
}
Try this code , replace your old .post class from CSS
What was that supposed to achieve if you don't mind telling?
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by levy October 5th 2013, 7:24 pm

That will move little bit down your post and will make a difference between your posts , I'm not sure what you really want from the last screenshoot.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Post profile structural displacement

Post by Inhaps October 5th 2013, 7:34 pm

candy_fear wrote:That will move little bit down your post and will make a difference between your posts , I'm not sure what you really want from the last screenshoot.
The signatures' width becomes 82% of what it normally is with the code you've given; this stops signatures from looking centered. The spoiler container in that image should stretch further left.
avatar
Inhaps
New Member

Posts : 9
Reputation : 1
Language : English

http://smokinelite.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by levy October 5th 2013, 7:45 pm

Code:
.postprofile{
float: none;
}

.signature_div{
clear: both;
width: 100%;
margin: 0 auto;
}
Try now .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: Post profile structural displacement

Post by SLGray October 5th 2013, 8:05 pm

Could there be a code in a signature that is causing this issue?


Post profile structural displacement Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Post profile structural displacement

Post by Ange Tuteur October 5th 2013, 10:01 pm

SLGray wrote:Could there be a code in a signature that is causing this issue?
That is what I was thinking, but I found another post by that member in a thread and their postprofile/signature was positioned correctly.

They could always try that by clearing their signature content temporarily to see if that may be the issue.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Post profile structural displacement

Post by SLGray October 6th 2013, 5:17 pm

Could it be a code in a message? It could be that a code is not posted correctly.


Post profile structural displacement Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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