Reduce size of "Rich textarea" element.

This topic contains 9 reply and 2 voices, and was last updated by Tareq Hasan 11 years, 1 month ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
March 21, 2013 at 9:41 am 1364
Tareq Hasan Hi there, How can i reduce size of "Rich textarea" element. Because the width is too long and it made my site look ugly. Thanks PS: When i add a new post and have message like this: "

Page Not Found

Sorry, we’re not sure what you’re looking for here." What wrong with it!
March 21, 2013 at 9:46 am 1365
Tareq Hasan Tareq Hasan

Is it the post content area?

March 21, 2013 at 9:50 am 1366
Orthos Orthos

Yep, the post content area.

PS: When i add a new post and have message like this: ”

Page Not Found

Sorry, we’re not sure what you’re looking for here.”

What wrong with it!

Thanks.

March 21, 2013 at 9:59 am 1367
Tareq Hasan Tareq Hasan

If it’s the post content area, you can fix it by css magic. Try this:

.wpuf-form .post_content .wpuf-fields {
max-width: 500px;
}

About the page not found error: did you set the post status to pending? That might happen because if it’s pending, you can’t see anything on the post. In this case, the perfect solution would be selecting “Show Message” option in post settings.

March 21, 2013 at 10:28 am 1368
Orthos Orthos

Sorry, but i can’t see “Show Message” option in post settings. Also where i add the css code. Thanks

March 21, 2013 at 10:36 am 1369
Tareq Hasan Tareq Hasan

Sorry, I didn’t exactly say the right name. Select “Redirect to” option as “Same Page”, then “Message to show” input will appear.

March 21, 2013 at 1:00 pm 1372
Orthos Orthos

Can you tell me where i can add the css code or edit:

.wpuf-form .post_content .wpuf-fields {
max-width: 500px;
}

Thanks a lot.

 

March 21, 2013 at 1:08 pm 1373
Tareq Hasan Tareq Hasan

You can add that code on your themes style.css file.

March 22, 2013 at 1:49 am 1399
Orthos Orthos

Hi Tareg,

Can i ask you a question about the plugin. I use Annotum theme form wordpress.org. I activated your plugin and the layout doesn’t look right. I add two links for you to compare.

https://www.dropbox.com/s/o29sx3llflmyvkt/active.png?m

https://www.dropbox.com/s/xxjsysocr24i5m2/inactive%20.png?m

Do you have any suggestion?  Thanks in advance.

March 22, 2013 at 5:03 am 1400
Tareq Hasan Tareq Hasan

Seems like your sidebar style becomes tabs with jQuery UI. No idea what might be happening.

Viewing 9 Posts - 1 through 9 (of 9 total)