Search Results for 'theme'
-
Search Results
-
All of my users can not login to there account. They get redirected to the Home page. I can login to my admin account true website.com/wp-login but not from the login-widget.
What to do.
website http://www.npf-forum.se
latest wordpress
latest bb press
latest buddy press
genesis child theme latest.
And have also uploaded a backupp from my host and with that updated the database
I have cleard the cach several times
I have created a new user-account wich doesnet work to login with.I´m, stuck
Hey,
I’m trying to remove
bp_add_friend_buttonfrombp_member_header_actionsby usingremove_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 );It is not working.
While I was able to remove follow button (Buddypress Follow plugin) with the following code:
remove_action( 'bp_member_header_actions', 'bp_follow_add_profile_follow_button' );The same code for friendship button is not working.
I have also tried the following code:
function remove_add_friend() { remove_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 ); } add_action( 'after_setup_theme', 'remove_add_friend', 11 );Any solution to the problem?
Thanks!
I just found a little problem on my website.
As an admin I can edit directly on the Front-End the profiles of my users if there is bad data.I show the fields like this (I have only 1 group):
<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> // many things are going on here! but nothing special <?php enwhile; ?>The problem is… EMPTY fields are not in the output!
I tried to put
array('hide_empty_fields' => 0)intobp_the_profile_field()but this doesn’t work.I handle everything (display of the profile, editing of the profile fields etc) in
<my-theme>/buddypress/members/single/cover-image-header.phpPlease help me 🙁
The two options: Group Cover Image Uploads & Cover Image Uploads checkboxes do not show up in admin->settings->BuddyPress->Options when my custom theme is active (created before cover images existed natively in BP). However when switching to 2015 theme, I see the options available. Obviously this is a theme issue, but not sure why it would not show up on my theme.
Thanks for your help!
I’ve removed the “upload avatar” area from my registration page and instead am using the profile fields “upload photo” field. I’d like the single members page to use the photo uploaded as their avatar.
I’m using the Sweet Date theme and in the single members theme file is the hook
<?php bp_displayed_user_avatar( array('type' =>'full','width' => 580, 'height' => 580) ); ?>. Does anyone know the hook for me to use the image the user uploads via the “upload photo” field?Topic: Private Member?
I was using the code example at https://codex.buddypress.org/developer/bp_user_query/#code-examples and found it works great for removing users from the Member’s Directory list based on an xprofile field.
However, when I change the order using the default Order By dropdown it seems the user that is removed comes back. I’m using the 2014 theme and default BP templates. Is there something else that needs to be done to get that to persist?
Debug wise, I’ve tried add
The POST source from Firebug below mentions a couple things about scope and filter but I’m not sure if that’s the place to look and why the action bp_before_directory_members doesn’t seem to fire on the Order By update:
action=members_filter&cookie=bp-activity-oldestpage=1&bp-members-scope=all&bp-members-filter
=active&object=members&filter=active&search_terms=&scope=all&page=1&template=
Thanks!
WordPress 4.5.2
BuddyPress 2.5.2Hi!
I have moved my website from one Godaddy hosting account to other, it always worked fine before the move. No BuddyPress activation emails are being sent now.
What have I tried so far? I have tried –
1 – switching to Twenty Twelve, Twenty Thirteen, Twenty Fourteen etc themes
2 – with Other plugins deactivated
3 – SMTP (Gmail), when mail() did not work
4 – MailGun. I am on MailGun now, configured to my domain name
5 – with BP Email to WP Mail From Bridge plugin on and off. In all above conditions.I can send contact form7 messages without a problem, which makes me think that WordPress mails are working fine. I have not been able to send a single BP activation email after the move.
Kindly help
Thank youTopic: Visual editor not working
After installing Buddypress plugin, visual editor does not works correctly.
Wordpress 4.5.2
BuddyPress latest versionPlugins installed
=================
BAW Login/Logout menu 1.3.3.
Contact Form 7 4.4.2
Contact Form DB 2.10.9
Cryout Serious Theme Settings 0.5.6
Huge IT Slider 3.1.82
Limit Login Attempts 1.7.1
Link Library 5.9.12.18
LinkedIn Auto Publish 1.3.2
mathtex latex equation editor 1.1.5
New User Approve 1.7.3
Peter’s Login Redirect 2.9.0
Recent Posts Widget With Thumbnails 4.9.2
SI CAPTCHA Anti-Spam 2.7.7.7
Simple Share Buttons Adder 6.1.5
TablePress 1.7
Testimonials Widget 3.3.0
Tooltips 3.5.9
Twitter Follow Button 1.0.2
Ultimate Tables 1.6.3
User Access Manager 1.2.6.7
WP Content Copy Protection Premium (YOOPlugins) 1.8.32
WP Statistics 10.1
WP Support Plus Pro 7.0.1
WP Twitter Feeds 1.4.8
WP-Polls 2.73
WP-Pro-Quiz 0.37
WP-SpamShield 1.9.8Hello,
I have been a wordpress user for a very long time and I also do themes and stuff every now and then. This time around I have a client who wants me to create a corporate community on his existing website with the following functions:
User Profiles, User can follow each other, User can make guest posts (which will be approved by the administrator), Users can share links/videos, FAQ, Webinars etc.
Since this is new for me – I would like to know if I can do all this using BuddyPress and how should I start? Would I be able to do this with BuddyPress or should I go with a third party tool and integrate it with wordpress manually. Also, If it helps; I am using the theme Jupiter by Artbees on the website currently.
I also have no experience with MultiSite so anyone who can guide me a bit about it would be great.
Thanks,
H.WordPress 4.5.1
BuddyPress 2.5.1
Geodirectory framework and Geodirectory’s Modern theme.Buddypress mails get sent but only using the plain text version. I have modified one of the templates with different wording for HTML and plain text, and no matter what, the system always send the plain text version, so it seems like some part of the system is deciding to just take such version.
My WordPress instance doesn’t have (and very likely won’t have) a local SMTP server so I’m using “Easy WP SMTP” to communicate with Google servers. I also use BP Registration Options to get account validations.
Hi there,
I am creating a custom theme and need to integrate BuddyPress. I am working locally.
I have a custom template and created the activity loop. This works great. Now I want to show the post-form at the top of my activity loop. Which I have done by calling in activity/post-form.php. However, you type in the textarea box and hit post comment and nothing happens. Any ideas?
I know the activity feed is working on /activity so everything is setup correctly with my theme. I just want to show it in a column on my new template page.
<div id="buddypress">
<div class="activity-comment">
<?php locate_template( array( 'buddypress/activity/post-form.php' ), true ); ?>
</div>
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update' ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?>
<?php locate_template( array( 'buddypress/activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>