Issue with upgrade to 2.0 Final

Started by diamondbuild, June 12, 2011, 03:12:23 PM

Previous topic - Next topic

diamondbuild

After the upgrade to SMF 2.0 Final I've been getting this:
http://snpr.cm/FGmZ5z.png

The theme is OverView Light by DzinerStudio.

Is there anything I can do to sort this out?

Lady Night Owl

It's doing that on mine as well on all themes (Curve variations) - it seems all the post boxes are stretched, both "reply" and quick reply. Looks like we have to fix the widths, but I'm not sure of which file.
Running SMF 2.0.1

Dzonny

Hello there.

Try with this, in index.css change:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}



to this:

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


Also, if your theme isnt built for 2.0 (but it is for RC5) please read this topic with tip to update theme from RC5 to 2.0 version:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

Spoogs

Clearing the browser cache should take care of that actually... I had the same issue and that's all I did to clear it up.

Lady Night Owl

Quote from: Spoogs on June 12, 2011, 04:12:17 PM
Clearing the browser cache should take care of that actually... I had the same issue and that's all I did to clear it up.

Looks like that did the trick. Thank you!
Running SMF 2.0.1

Spoogs


Deezel

Dzonny, your method was exactly what i was looking for!!!! Thanks mate!!

Advertisement: