Search Results for 'theme'
-
Search Results
-
Hi! I’ve been playing with buddypress for a couple of weeks and so far so good, but I am struggling now.
I don’t know why but in the Front/home page of my members there is an event that I am not able to delete. Even though I don’t have any event, it is showing an event of the default template of my theme.
I would really like to delete.
WP 5.2.3
WordPress as a directory install?
BP 5.0.0
Child theme of Virtue premiumMy problem doesn’t seem to be an issue, by a fonctionnality which seems weird.
When a user wants to change his email adresse in his buddypress profile, then an activation mail is sent… to the old email that have been just changed, not on the new one. In case this user changes his adress because he doesn’t have any access to this old email, he is stuck.
But if he changes his email adress in the WP user admin (actually, he can’t do that because he doesn’t have this access, only buddypress profile. it’s me who can make the test), WP send an activation email to the new adress.
And I can see that the fist example is an activation mail sent by Buddypress (email layout of buddypress), and in the second, it’s sent by WordPress.
So, it seems obvious that it’s a Buddypress action. I would like so that Buddypress send the activation mail on the new email adress of the user not the old one.But impossible to find any clue, or any option in the Buddypress setting, or any information in this forum or in the web. As if only me have this problem…
Somebody could help me ?
Thank you very much !Laurent DAGANY
Hi Guys
I have recently had an issue with the 4.4. version it crashed my site – I am not a developer which is why I am asking.I updated to 5.0 and it still crashes my site, because i run most thing from BP i need some advice on how to fix this issue.
can someone please advise me. My theme is geodirectories surpreme and my website is
http://www.thesmallbusinesswarehouse.comHi everyone, thanks in advance for your help.
I installed BuddyPress, first time and I’m a total newbie. I dont know why, but Both pages, registration and activation pages goes to homepage.
I have checked membership box, its settled, uninstalled deleted and installed buddypress again, deleted cache, and the only plugins activated are Updraft and super cache…
I saw a tutorial wich said I had to add a shortcode to .htaccess with my IP, haven’t done that yet, should I? And if it so, should it be on a .htaccess file on a child theme folder?
All your help its fully appreciated, thank you!
Wordpress 5.2.3 Buddypress 4.4.0
When uploading a profile picture, the picture uploads but the crop tool don’t work. It’s a small 2×2 square that’s unusable.
I’m using the current KLEO theme and Buddypress Noveau.
Topic: Where to find custom code
I am so sorry in advance and I really don’t know how I am having such a hard time finding this, but where can I customize my buddypress code. Here is how I installed everything. Got the domain from godaddy and installed wordpress right through them. Then on the wordpress dashboard, went to plugins and downloaded buddypress, bbpress and the theme Customify. Every time I am trying to go through a tutorial that involved customizing, I see things like “edit pb-custom.php” and things like that. Where are these files located, how do I literally access them? People say things like “its in /wp-content/plugins” but I dont know where to find that folder to begin with. Is it through the wordpress dashboard of my site? On godaddy somewhere? I know this is like 101 stuff but Im seriously confused where to find anything relating to code. I can find Customify’s Theme Editor very easily, not anything else though. Please help
Topic: Page.php to buddypress.php
I want edit buddypress page template.
i followed the steps showed here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
but it seems does not work. Any advice is appreciated. Thanks
Topic: Custom Sidebar in BuddyPress
im working with pre_get_posts action hook, and calling xprofile_get_field_data in the function it is returning an empty string, after looking into the function it seems the $bp->profile array is not fully loaded, and $bp->profile->table_name_fields is missing and generating a mysql error.
I have disabled all other plugins, and still the issue persists.
what am i missing?
WordPress 5.2.3
BuddyPress Version 4.4.0
this is an intranet site!
Theme: Multi NewsVersion: 2.6.5 [www.momizat.com]The Issue does not happen on TwentyFifteen/ TwentyTwelve
Looking for a fix.
i have a dark theme but the only white pages left are from buddypress profile pages how do i make it dark theme
Topic: User profile – edits
Hello guys,
I need to help with BuddyPress plugin. I’m trying some edits, but without success.
What I want is the simple profile from 4 sections – My posts (snax), My comments, Favourites posts, Setting.So:
https://www.topkomenty.sk/members/parfi5681) Can I delete for example Profile or Votes? I don’t need these sections. If yes, how can I?
2) Is there a section ‘My comments’ ? It would be great if the user could follow his comments.
3) For favourites posts I’m currently using Snax Favourites Posts – for example: https://www.topkomenty.sk/snax_collection/favourites/
I want this page add to user profile, by the posts, setting, etc. Is there some possible way?4) Each sections has some another options. For example: Setting has option to General, Profile Visibility, Export Data. I absoulutely don’t them. All I need is the default option. Can I delete them some way?
5) Snax post + Setting work perfectly.
I try to have a user section like 9gag.com (you can check). They have absolutely simple and satisfactory. I use Buddypress plugin and theme Bimber.
Can you help me with these requirements?
Thank you very very much!
Best regards
Patrik S.Hi,
I need some help here. I have been searching on Documentation and Forums but nothing related to this. For now, I replace the template location to my plugin with this function
bp_register_template_stacktobp_inithooks. So, when my site change to another theme it will not affect the template. I want to apply custom cover image to my template but it makes me confuse because there is no bp-parent-css on my site.When i search i got some code that can create a custom cover image but the code is not work for me:
function cover_image_css( $settings = array() ) { /** * If you are using a child theme, use bp-child-css * as the theme handle */ $settings['theme_handle'] = 'bp-parent-css'; // Adjust size $settings['height'] = 300; $settings['callback'] = 'cover_image_callback'; return $settings; } function cover_image_callback( $params = array() ) { if ( empty( $params ) ) { return; } return '#buddypress #header-cover-image { height: ' . $params['height'] . 'px; background-image: url(' . esc_url( $params['cover_image'] ) . '); }'; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'cover_image_css', 10, 1 );I am not really experienced with BuddyPress so I would really appreciate some help.
Thank you
Topic: Group menu not showing
Hey, so i am working on this Website where someone else has been working on beforehand.
My Problem is, that the group menu is only visibly on the home page of the group and not anywhere else (like the activity or add members page). I looked up tutorials for buddypress groups and noticed that everything looked different. I can’t upload a foto and i do not have a forum and so on.
I am not really experienced with buddypress so i would really appreciate some help.
Currently, i am using the Avada theme.hii, I am using BuddyPress in wplms theme, but all mails from BuddyPress are going as root@localhost name, I want to change sending email and name. Please also tell where I can add that code. thankyou.
Hello
I’m having the following problem when I activate the Buddy Press plugin. Can you help me?Theme Customizer Preview Screen is blank
Customize / Live Preview not workingBuddypress versiyon 4.4.0
WP versiyon 5.2.3Thanks
