-
Henry Wright replied to the topic [Resolved] Photo Profile in the forum How-to & Troubleshooting 9 years, 12 months ago
Most likely this is because your theme is displaying an enlarged version of a tiny image.
See this link which shows you how to customise the default BuddyPress avatar sizes: https://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/
-
Henry Wright replied to the topic Change Profile Photo in the forum How-to & Troubleshooting 10 years ago
You’ll need to provide a lot more info so that people can help diagnose and solve the problem. As much info as you can, about your set-up, and about the problem that you’re seeing.
-
Henry Wright replied to the topic Profile BuddyPress in the forum Installing BuddyPress 10 years ago
That’s how your theme styles the page. It’s done via HTML and CSS. Regarding your question, you have a few options:
1. Write HTML and CSS yourself so that the style looks the same. See here and here for a guide to get you started
2. Find a theme from the Themes Directory that does this for you. Note that you’ll want a theme…[Read more] -
Henry Wright replied to the topic Profile BuddyPress in the forum Installing BuddyPress 10 years ago
That’s how your theme styles the page. It’s done via HTML and CSS. You have a few options here:
1. Write HTML and CSS yourself so that the style looks the same. See here and here for a guide to get you started
2. Find a theme from the Themes Directory that does this for you. Note that you’ll want a theme that includes styles…[Read more] -
@mercime replied to the topic Top bar – Help me please in the forum How-to & Troubleshooting 10 years ago
@icaroferreira
1. Those are the default settings. Logging in and Registering are related but have totally different functions. What exactly is the issue you find with the current settings? BuddyPress has a log in widget which you can add to your sidebar area so that people can just log in in the front end of your site.2. Check out style960’s…[Read more]
-
@mercime replied to the topic Where is the option to register? in the forum How-to & Troubleshooting 10 years ago
@icaroferreira “open source” means anyone is free to use the code available in the link Henry gave above. It’s relevant to your query because you can adapt the code for your site or hire a developer to do it for you.
-
Henry Wright replied to the topic Where is the option to register? in the forum How-to & Troubleshooting 10 years ago
1. The registration form is usually at somewhere like example.com/register/
2. You can add the following to your theme’s functions.php file should you wish to remove the admin bar:
add_filter( 'show_admin_bar', '__return_false' );
@icaroferreira
Active 3 years, 5 months ago