Search Results for 'theme'
-
Search Results
-
WordPress 5.2.3 running Twenty Seventeen theme
Buddy press 5.0Hello, I have a fresh WordPress install.
I followed the steps and created all of the pages and then used the SETTINGS>PAGES> and it created the Register, Activate, groups, etc Pages but all of them are blank.
In a previous attempt I had a “register” link at the lower bottom of the page not in the register Menu page. The version of the register page I see on the PAGES> panel shows register and the like but they lack the components like forms.
Topic: Help with Extended Profiles
I have been struggling with this for a few hours, on the registration page it only shows the base profile fields,It is not showing extended profile fields. I have deactivated all other plug ins, changed the theme to twenty sixteen, still doesn’t work, please help me
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.
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
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
