Goofy formatting..

LiquidPen

Forum Sponsor
Jun 23, 2011
3,073
22
Bartlett, IL
whats up with the goofy formatting?

X9PK15c.png
 

Mook

Mr. Manager
Staff member
Admin
May 23, 2007
206,693
117,578
Elgin
Real Name
Mike
Half of it is fixed. It has to do with vbseo. Turned off the share option that was at the bottom right of posts so that cleans that up....however, it seems that on updated versions of browsers, the likes pop out menu at the top right is faulty....code perhaps. Looking into it.
 

Jack

Admin
Staff member
Admin
TCG Premium
Dec 31, 1969
6,476
583
It should now be fixed.. if you're still seeing it, make sure to clear your cache before reporting a problem.

The issue was with VBSEO using vb statements in their CSS code. Chrome ignored it, other browsers, not so much.

Code:
.vbseo_buttons .vbseo_liked {
	border-color:#D5D5D5 #B3B3B3 #999999;
	border-style:solid;
	border-width:1px; 
	background-image: url(../images/forum/vbseo_like.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	clear: both;
	display: block;
	padding: 7px ;
	padding-left: 25px;
	margin: 10px;
/*	<vb:if condition="$stylevar['textdirection'] == 'rtl'">
		background-position: right;
	</vb:if>
*/
}
/*
.vbseo_liked_image {
	left:{vb:math 10px/2};
	position:absolute;
	top: {vb:math 10px/2};
} 
*/

I ended up commenting out the offending code, so their might be some side effects... I guess we'll wait and see
 

ChrisRac

Still not Italian
TCG Premium
Jan 31, 2008
9,667
4,799
Gilbert, AZ
Real Name
I Think That’s Obvious
It should now be fixed.. if you're still seeing it, make sure to clear your cache before reporting a problem.

The issue was with VBSEO using vb statements in their CSS code. Chrome ignored it, other browsers, not so much.

Code:
.vbseo_buttons .vbseo_liked {
	border-color:#D5D5D5 #B3B3B3 #999999;
	border-style:solid;
	border-width:1px; 
	background-image: url(../images/forum/vbseo_like.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	clear: both;
	display: block;
	padding: 7px ;
	padding-left: 25px;
	margin: 10px;
/*	<vb:if condition="$stylevar['textdirection'] == 'rtl'">
		background-position: right;
	</vb:if>
*/
}
/*
.vbseo_liked_image {
	left:{vb:math 10px/2};
	position:absolute;
	top: {vb:math 10px/2};
} 
*/

I ended up commenting out the offending code, so their might be some side effects... I guess we'll wait and see

Yea... cuz THAT makes sense. LOL.
 

Thread Info