Title: thisisbs's Replies | WordPress.org

---

# thisisbs

  [  ](https://wordpress.org/support/users/thisisbs/)

 *   [Profile](https://wordpress.org/support/users/thisisbs/)
 *   [Topics Started](https://wordpress.org/support/users/thisisbs/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thisisbs/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thisisbs/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thisisbs/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thisisbs/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thisisbs/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Directorist: AI-Powered Business Directory, Listings & Classified Ads] Where is the form that user fills out?](https://wordpress.org/support/topic/where-is-the-form-that-user-fills-out/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/where-is-the-form-that-user-fills-out/#post-12001770)
 * You probably figured it out already or chose something else but in case not, 
   the shortcodes are generated on the new pages it creates. The person registers/
   creates account and then they log in and go to their profile. They submit their
   listing from the profile. The specific page for the form will be generated in
   the pages so find that one and link to it.
    -  This reply was modified 6 years, 7 months ago by [thisisbs](https://wordpress.org/support/users/thisisbs/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Directorist: AI-Powered Business Directory, Listings & Classified Ads] Single Listing and Directory Page Image Fitting](https://wordpress.org/support/topic/single-listing-and-directory-page-image-fitting/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/single-listing-and-directory-page-image-fitting/#post-12001767)
 * No you can’t because it doesn’t work. There are 2 cropping options and regardless
   of what it’s set to, it doesn’t change the image size…and it enlarges them on
   single post pages.
 * But in the grid view as OP points out there is a space and the image doesn’t 
   fit the container at all. There’s about a 50px space gap at the top of the category
   background box container, the image is scooted down, contain doesn’t work, cover
   doesn’t work, 0px doesn’t work, display: none doesn’t work.
 * The cropping doesn’t work…and apparently neither does editing the css options
   so please look into this and fix it or let people know how to remove that element
   entirely and just add an image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Profile photos – Impossible!](https://wordpress.org/support/topic/profile-photos-impossible/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/profile-photos-impossible/#post-12001740)
 * If you want to leave the element placeholder there and switch out the default
   image, you can do that through the settings – appearance tab for default profile
   photo or disabling upload.
 * Option B is to download the plugin, wp-content/plugins/ultimate-member/assets/
   img/default-avatar.jpg, changing it in a photo editor or changing it to what 
   you want and uploading it to the img folder so that becomes the new default.
 * Or make it transparent.png
 * If that’s not what you meant, agreed…please be more clear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Profile tab(posts)](https://wordpress.org/support/topic/profile-tabposts/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/profile-tabposts/#post-12001735)
 * In user profile page under POST tab, there is the list of all the posts that 
   the user has created.
 * ====
 * How did they create the posts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Why Profile PIC uploads at the bottom of designated pic holder???](https://wordpress.org/support/topic/why-profile-pic-uploads-at-the-bottom-of-designated-pic-holder/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/why-profile-pic-uploads-at-the-bottom-of-designated-pic-holder/#post-12001732)
 * Most likely your styles have been modified to add a big space between one element
   and another.
 * Plugins Editor / Ultimate Member / Assets / CSS / um-profile.css and start about
   line 185 for the profile photo styles…make small changes and save, checking, 
   and trying to find which style and setting will move the profile image back up
   where it belongs. You might need something specific like margin-top: -150px; 
   or something to scoot it back up.
 * Look at your theme styles as well because it looks like something may have overridden
   the plugin styles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] User Meta/profile textarea text size too large](https://wordpress.org/support/topic/user-meta-profile-textarea-text-size-too-large/)
 *  [thisisbs](https://wordpress.org/support/users/thisisbs/)
 * (@thisisbs)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/user-meta-profile-textarea-text-size-too-large/#post-12001726)
 * You have to edit the plugin files. Whoever made this plugin apparently left out
   a whole lot of stuff and doesn’t seem to care about answering all the support
   questions or asking why there are so many of them.
 * Anyway, go to your dashboard, select plugin editor, select ultimate member and
   when the plugin files load, go here:
 * assets/css/um-profile.css primarily with some additional options in um-old-default.
   css
 * Find the spots you need to change, do it incrementally, save, check to see if
   it worked, continue. Don’t change a bunch of stuff in the css at once or you 
   may have to overwrite that page with an original.
 * To help track down what you need, go to the element on the front end of the page,
   highlight it, right click and select “inspect”…when that window opens, you should
   see the plugin/class names. Hover over the ones in the list until the element
   in question is highlighted, and then look up at the top of the window and it 
   will show you the file path of the plugin so you can open it up as described 
   above and edit it that way.
 * Then click on the link in the window and it’ll give you the specific line number
   of the css page so you can get right to it.
 * If you figured out how to add a post creation tab in the member profile I could
   use the info…apparently the dev has better things to do than make this NOT a 
   big pain in the………
    -  This reply was modified 6 years, 7 months ago by [thisisbs](https://wordpress.org/support/users/thisisbs/).

Viewing 6 replies - 1 through 6 (of 6 total)