thisisbs
Forum Replies Created
-
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.
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.
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.
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?
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.
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.