Search Results for 'theme'
-
AuthorSearch Results
-
August 22, 2017 at 8:22 pm #267660
In reply to: registration page styling
dhsllc
ParticipantI didn’t have a big problem with the look of the registration but the little cosmetic changes I made with handled with CSS. However, the message that appeared after the form was submitted, that needed work.
To customize it, I made a copy of register.php, modified the section where the message appeared and added this new directory in my child theme > mytheme/buddypress/members/register.php
Looks much better now. Hope this helps.
August 22, 2017 at 9:21 am #267654In reply to: CSS causing cover image to disappear.
awpt
Participantanyone solved this problem? When I get the css file from buddypress plugin to the css folder in my theme it doesnt show it too.It saves the cover image because when I remove the file I can see it but the problem is when i make changes on the css file I can also see the changes.
Is there any required php file to integrate it in the correct mode?
A screensho from my theme the black background is from just a css command not an image.
https://s2.postimg.org/f8lwj34o9/Schermata_2017-08-22_alle_10.37.16.png
August 20, 2017 at 9:59 am #267621In reply to: Custom Code
peter-hamilton
Participant1. You could use the template for buddypress – members – single – settings
Here you could add a link inside the navigation div, right after the call to get-options-navThis should be in your buddypress folder in your child theme.
2. I do not know
August 18, 2017 at 7:40 pm #267613In reply to: avatar upload smaller then 0kb
Hugo Ashmore
Participant@winstart I can’t replicate any issue with avatar or cover image uploads, can you ensure you have any third party plugins disabled and test again with a plain WP/BP install preferably running a Stock WP theme i.e 2017.
I’ve closed the trac ticket for the moment, that’s more suitable when there is a proven issue.
August 18, 2017 at 12:51 am #267604In reply to: registration page styling
Henry Wright
ModeratorYou should use your theme’s style.css document. Editing core files isn’t recommended.
August 17, 2017 at 3:07 pm #267599Peter Hardy-vanDoorn
ParticipantHave a look at this plugin: https://themekraft.com/products/woocommerce-buddypress-integration/
August 16, 2017 at 12:37 pm #267574In reply to: Single line text field
Brajesh Singh
ParticipantHi Carsten,
Do you want to disable the toolbar(Rich text area) and use plain text area?If that is the case, you can put following line in your theme’s functions.php or the bp-custom.php(in the plugins directory)
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', '__return_false' );Hope that helps.
Regards
BrajeshAugust 16, 2017 at 11:17 am #267570Henry Wright
ModeratorThe
screen-reader-textaccessibility class is something that all themes should have I agree. You’ll likely find some RTL styles that are worth keeping also.August 15, 2017 at 10:38 am #267546Steve Taylor
ParticipantThanks. I was wary because @danbp suggested otherwise: ‘Yes i understand (i’m also using a bootstrap theme), you can do like you want. But don’t claim after that that BP doesn’t work correctly.’ You’re saying that ‘doesn’t work correctly’ means ‘won’t be styled correctly’? There seems to be a confusion between functionality and presentation here.
August 15, 2017 at 10:36 am #267545Henry Wright
ModeratorAugust 11, 2017 at 4:08 pm #267514In reply to: You do not have access to this activity
udarmo
Participanttheme? it is not theme’s problem.
August 11, 2017 at 3:54 pm #267511In reply to: You do not have access to this activity
Anthony Tornambe
ParticipantYou have to update the theme in latest version to fix this issue.
August 11, 2017 at 12:34 pm #267504ygagnon2016
ParticipantI like your idea about calling a function from the php for the modal window.
Just FYI .. this is what I have set up for colorbox (which isn’t a real ajax call, you’ll see):
echo '<a class="ajax cboxElement launch-dashboard" href="' . get_stylesheet_directory_uri() . '/buddypress/members/single/dashboard.php?username=' . $row->username . '" title="Dashboard">Launch Dashboard</a>';If you aren’t familiar with how colorbox works … note that the modal window is being enabled by simply adding the “ajax” class to the link … similar to how a lightbox popup works.
Ideally .. it’d be great if I didn’t have to call these 2 lines in my dashboard.php file either:
require("../../../../../../wp-blog-header.php"); require('../../../../../../wp-load.php');It’s my understanding that this is a terrible approach anyways .. since the WordPress engine is supposed to be already loaded in the background (making it redundant).
So how would I implement something like what you’ve suggested? Could you show me an example, maybe? I’m assuming that if I don’t load the WordPress engine in my dashboard.php file, that I wouldn’t be able to call a function that’s been added to my functions.php file, right?
Here’s a dumb question. Should I maybe just place my dashboard.php file in a different location within my child theme directory structure, perhaps? I ask because I’m starting to think that I might need to treat this as a normal WordPress template file .. instead of a standalone PHP script. Any thoughts?
August 11, 2017 at 11:36 am #267503vgvidscom
ParticipantDear R-A-Y,
Thank you for the support, appreciate it, and sorry I did not check google myself to find out you need to create bp-custom.php in case it does not exist yet.
It seems there is a conflict with my theme after extra review of my theme builders’ team.
Once they update the theme it hopefully works with the updated wordpress and buddypress. If I need your help afterwards, I will send a new request.
Only issue left is that I don’t know why the lines of coding don’t match in my buddypress version, I never changed code in the core buddypress files.
Thanks for the support,
Bart
August 10, 2017 at 5:28 pm #267490r-a-y
KeymasterYour line numbers do not match up with v2.9’s, which is why I recommend re-installing. Not sure how re-installing will cause problems unless you have directly modified core files in the past.
Regarding
bp-custom.php, a quick search on Google would have explained what to do with it. Regardless, here’s the link to find out more:If the code snippet I provided didn’t work in your theme’s
functions.php, it most likely will not work inbp-custom.phpeither.The other potential issue is there might be a plugin conflict.
August 10, 2017 at 3:33 pm #267487vgvidscom
ParticipantDear r-a-y,
I have the latest version v.2.9.0. I did not re-install yet, since that can maybe cause problems with my setup.
I found the spot where I have to add your code, see image: http://prntscr.com/g6uoav
However, I don’t see it fix the problem unfortunately.
I also added the code you’ve provided again as your second solution under childe theme functions.php –> the code does not seem to the trick either, also not in combination with the 1 above. See image:
http://prntscr.com/g6usssI don’t know yet what you mean with: wp-content/plugins/bp-custom.php , do you mean wp-content/plugins/buddypress/bp-custom.php? Anyways, also in this location I can’t find bp-custom.php
Hopefully you can help me out now.
Best regards,
Bart
August 9, 2017 at 11:11 pm #267462In reply to: Profile & Group Crop Avatar Issue
r-a-y
KeymasterCannot duplicate this.
You might have a javascript conflict.
Try disabling all plugins except BuddyPress and try again. If it works, then it’s a plugin conflict somewhere. If you’re running a custom theme that has purported BuddyPress support, also switch to a default WordPress theme.
August 9, 2017 at 11:07 am #267442In reply to: How can I stop the akismet of buddypress?
Brajesh Singh
ParticipantHi,
You can put this in your bp-custom.php or yoour theme’s functions.phpadd_filter( 'bp_activity_use_akismet', '__return_false' );That should stop akismet from checking activity.
August 8, 2017 at 7:46 am #267428vgvidscom
ParticipantDear R-a-Y,
Thank you for the quick reply.
I don’t understand the first part of your reply. If I follow the link you’ve provided, I see I have to add the following code:
https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patch
I have to add this code in: wp-content/plugins/buddypress/bp-core/bp-core-avatars.php.
However, the link you’ve provided with the code that I have to place between the lines 1402 and 1403, does not match with what I see when searching for that spot in bp-core-avatars.php. See the following image to see what I mean:
The second part of your question: pasting the following code in functions.php:
// Replace BP’s avatar override filter at a higher priority:
remove_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 10 );
add_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 99, 3 );–> seems not to do the trick. I pasted the code in my child theme functions.php
The other option: pasting it in wp-content/plugins/bp-custom.php I was not able to do, because I cannot find bp-custom.php. Not in plugins, and also not in the Buddypress plugin folder. What do you mean with this or where can I find it?
Hopefully you can help me out, thanks.
August 7, 2017 at 9:57 pm #267422In reply to: Create Group Link Broken
r-a-y
KeymasterI cannot duplicate this report.
Can you test and see if this is due to a plugin conflict? Try disabling all plugins except BuddyPress to see if the problem still occurs.
Also try switching your theme.
August 7, 2017 at 9:53 pm #267419r-a-y
KeymasterSee:
If this doesn’t fix the problem, let us know.
It might be the case that a plugin is overriding BuddyPress’ avatar URL, you could try the following in your theme’s
functions.phporwp-content/plugins/bp-custom.php:// Replace BP's avatar override filter at a higher priority: remove_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 10 ); add_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 99, 3 );August 5, 2017 at 10:35 am #267397In reply to: Logged in status not holding
Henry Wright
ModeratorIn your experience how compatible is buddyboss?
I’ve used a good number of BuddyBoss plugins and themes with BuddyPress without problems. If you do find an issue be sure to report it to them, their support is very good.
August 4, 2017 at 6:26 pm #267391In reply to: Register Button Redirecting to Home Page
r-a-y
KeymasterNobody responded because a fresh BuddyPress install does not exhibit this problem and you didn’t provide enough details.
You can try disabling all your plugins except BuddyPress or changing your theme to see if the problem is with a plugin or theme.
August 4, 2017 at 12:24 pm #267382In reply to: Buddypress avatars are blurry for post authors
ajobbins
ParticipantSame issue here – patch also fixed.
Looks like both the OP and I are using the same theme – Extra by Elegant Themes
August 2, 2017 at 2:13 pm #267347In reply to: BuddyPress pages are blank
Henry Wright
ModeratorThis might be a theme issue. Try contacting the theme author. Hopefully they can issue a fix. It might be worth mentioning Twenty Fifteen doesn’t have the problem.
-
AuthorSearch Results