Quick reply box 3 screens wide?

Started by dsantana, August 08, 2011, 10:58:21 PM

Previous topic - Next topic

dsantana

Can anyone tell me why the quick reply box would be 3 times wider than my forum and where I might go to fix it?
SMF 2.0 | VJB2.0 Custom Theme | Simple Portal 2.3.3

emanuele

What browser (and version...and maybe operating system) are you using?
Are you using the default theme or a custom one?
Try using the default if you are using another one and try cleaning the cache of your browser.

I think it could be an issue with css and the fix for the number of rows in 2.0 final, updating your custom theme and cleaning the cache should fix it.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Illori

take a look at
Quote from: Dzonny on June 12, 2011, 03:51:48 PM
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.

dsantana

I changed the custom theme to that code... The default already had that code in it.
It didn't help though.. This is what was in the custom theme...
{
width: 91%;
height: 100px;
margin: 0.25em 0 1em 0;
}
That appears as though it should work too?
SMF 2.0 | VJB2.0 Custom Theme | Simple Portal 2.3.3

dsantana

Quote from: emanuele on August 09, 2011, 05:18:35 AM
What browser (and version...and maybe operating system) are you using?
Are you using the default theme or a custom one?
Try using the default if you are using another one and try cleaning the cache of your browser.

I think it could be an issue with css and the fix for the number of rows in 2.0 final, updating your custom theme and cleaning the cache should fix it.
Google Chrome... And I just looked at it in IE and it's fine... So it's a browser issue?
SMF 2.0 | VJB2.0 Custom Theme | Simple Portal 2.3.3

emanuele

Did you clean the cache?
Antechinus tested it with Chrome, so it should work.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

dsantana

Yes I did clear the cache...
The correct location for index.css would be in the default theme and my custom theme correct? Or is there another index.css file I'm missing?
SMF 2.0 | VJB2.0 Custom Theme | Simple Portal 2.3.3

Illori

it has to be in index.css for all themes that are used on your forum.

dsantana

So I went to my test forum and started uninstalling things...
I uninstalled everything and still had the problem.
The only this that was left was the Ostara theme.
I changed back to the default Curve theme and it was good.
So what in the theme could be screwing it up?

Thanks for all your help
SMF 2.0 | VJB2.0 Custom Theme | Simple Portal 2.3.3

Illori

you need to add the above code to the index.css file for that theme.

briggz5d

thanks  - this fixed my problem too.. my quick reply box was spanning out too long...
maybe making quick reply visible and always open will encourage my readers to comment.

Traxx

ok this worked for me but what about when you post a new thread ? whats the fix for that?

Illori

please open a separate thread in the proper support thread.

emanuele

Add this:
.editor
{
width: 100%;
max-width: 100%;
min-width: 100%;
}


at the beginning of your editor.css file.
Of course as usual empty the cache to see the changes. ;)

Not sure if it is necessary, but you can also change:
.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
}


to:
.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
width: 100%;
padding: 0 2px;
}


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Traxx


alchimia


emanuele

/Themes/default/css/
or
/Themes/{directory_of_your_theme}/css
;)


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Advertisement: