Topic RSS
And they are correct values as I recall.
So it looks like something else is in play when using those browsers on a PC. I do not have access to a PC so I can not take a look myself but I think you should, perhaps, start to take a look at what plugins you have active to see if any of those are havng an effect. Also try briefly switching to the WP default theme to see if your theme might be the cause.
Tried disable all plugins, changing themes etc … still same thing ^^
Ive tried to test on fresh installation and the result is the same. The issue is prob a css related conflict in between, that specific theme and the div structure of the forum … maybe the solution is something like coloring the background in the div behind the post div white or so … since the placement of the text is in the correct place.
I really can't think of anything that would be the cause. We have no other reports of specifically Safari/Chrome – PC display problems and we do test those browsers under Windows.
You could try removing the word-wrap code although the cookie values you gave me should work just fine. But if you want to gve it a try then you need the file sf-header-forum.php. Function sf_setup_header() and look for and delete the following code section:
# set word wrap to the cookies p value
if(isset($_COOKIE["p_width"]) && isset($_COOKIE["c_width"]))
{
$c_width = $_COOKIE["c_width"];
$p_width = $_COOKIE["p_width"];
if($p_width > $c_width ? $w = ($c_width-80) : $w = $p_width);
?>
<style type="text/css">
.sfpostcontent p, .sfpostcontent pre {
width: <?php echo($w); ?>px !important;
text-wrap: normal;
word-wrap: break-word;
}
td.source {
max-width: <?php echo($w-40); ?>px !important;
text-wrap: normal;
word-wrap: break-word;
}
</style>
<?php
}Hehe that didnt work either.
Ive noticed that it displays the same way on my iphone and that i cannot write any text (make the text field activate the keyboar on the phone) in the tetx field on the iphone .. strange
Most Users Ever Online: 444
Currently Online: irlandes1, MacBravO
58 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
-Radio-: 1251
Lee H: 606
Luffer: 535
Conrad_Farlow: 502
jim: 478
neon: 263
ovizii: 240
Tal: 240
Member Stats:
Guest Posters: 2626
Members: 7363
Moderators: 1
Admins: 2
Forum Stats:
Groups: 5
Forums: 16
Topics: 10895
Posts: 79576
Newest Members: Rick Thomas, joelrob, ndc, MacBravO, irlandes1, triphop, betokan, Jonathan Yovani Muñoz, somosguatemala, ahcreate
Moderators: Brandon C (162)
Administrators: Yellow Swordfish (22236), Mr Papa (23688)
Log In
Register
Home
Add Reply
Add Topic
Offline
Quote



Privacy Policy



