Final touches on profile page and create-a-post form

This topic contains 7 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 12 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
April 17, 2013 at 6:17 am 2325
Tareq Hasan I'm creating the profile and create-a-post pages as in the FREE version and am encountering these issues:
  1. (Profile and Create-a-post) The pages are replete with bullet points and the spacing between lines is too wide (I think it's a double, instead of a single) see http://img138.imageshack.us/img138/1500/needsedit.jpg
  2. (Profile) The problem with the bio info text area (as I mentioned in http://wedevs.com/support/topic/problems-uploading-media/) not showing up persists.  So I have had to delete this system-defined element and replace it with a custom field.  But can you look at making the original bio info element work?
  3. (Create-a-post) The posting area overflows (see http://img577.imageshack.us/img577/2486/overflow.jpg).  I thought I could play with size and columns to fit the form in, but it turns out I may not be understanding what these mean.
I'm almost there ....
April 17, 2013 at 11:29 am 2340
Tareq Hasan Tareq Hasan

1. You need to fix CSS in your theme. Your theme is overriding CSS from the plugin.
2. I don’t understand what problem you are facing.
3. You’ve got some custom buttons in your rich text editor and thats why it overflows. May be you’ve to widen up the posting area with CSS.

April 25, 2013 at 11:33 am 2858
blackswan blackswan

For #2:

I dropped the pre-defined Biographical info field into the form.  It looked fine on the preview page. But see attached what it looks like in the actual Profile page created by the shortcode: there is no input box for this field.

Uploaded with ImageShack.us

April 25, 2013 at 2:52 pm 2862
Tareq Hasan Tareq Hasan

Could you give me access to check whats going on?

April 25, 2013 at 5:59 pm 2864
blackswan blackswan

The site is private..  Where can I PM you login credentials?

April 25, 2013 at 10:26 pm 2871
Tareq Hasan Tareq Hasan

Post the details here as a private reply.

April 26, 2013 at 12:26 am 2881
blackswan blackswan This reply has been marked as private.
April 26, 2013 at 4:45 am 2889
Tareq Hasan Tareq Hasan

It’s a CSS issue from your theme. In your themes style.css, there is a `#description` rule with `display: none;`. That matched with the user bio textarea and it’s hiding the textarea.

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