Search Results for 'theme'
-
AuthorSearch Results
-
September 14, 2018 at 9:52 am #276401
In reply to: Widgets / sidebar issue
Prashant Singh
ParticipantHi,
Can you check with the default theme? If it works with that then I think it’s your theme’s issue otherwise it is supposed to be not there and should be applied by theme settings only.
Thanks
September 14, 2018 at 9:28 am #276392Leonid
ParticipantThank you! Updated the template in my theme and it all worked!
September 14, 2018 at 9:00 am #276386In reply to: How to redirect user to their Buddypress profile
Prashant Singh
ParticipantHi,
Please paste the following code snippet in child theme’s functions.php or bp-custom.php
function ps_redirect_profile() { if(is_user_logged_in()){ if(is_page('your_page_slug')) { wp_redirect( bp_core_get_user_domain( get_current_user_id() )); exit; } } } add_action( 'wp', 'ps_redirect_profile' );Thanks
September 11, 2018 at 9:21 pm #276309In reply to: Group Page Not Showing
Prashant Singh
ParticipantHi,
Please check on the users panel(dashboard->users->manage signups) that if they are activated or not ?
If yes, then there may be any plugin or custom code creating the issue, try disabling them and also check once by activating default theme.
Thanks
September 11, 2018 at 7:36 pm #276301In reply to: Profile page showing only Name !!!
karimbelghazi
Participantsorry forget to mention : latest wordpress : 4.9.8 buddypress 3.1 and islemag theme…but the issue is still there event if i switch to twentyfefteen or twenty seventeen
tnxSeptember 11, 2018 at 1:30 pm #276296In reply to: Put BuddyPress into a page area
dom123
ParticipantHello Prashant Singh,
thanks for your quick reply. With the plugins you mention I can only put single parts on a page (like the activity stream or the members listing), but not the whole content (with the profile picture, the profile header, all the menu tabs etc.). I need to do this so I can design the surrounding with the theme’s settings (such as custom sidebars with background gradient colors etc.) …I guess there is not an easy way to take the whole BuddyPress console and put it within a normal page, but what would be a good workaround for that?
September 11, 2018 at 8:59 am #276290In reply to: Groups forum BP menu item for admin only?
bapakrob
ParticipantI’ve checked changing themes to Twentyseventeen, but i get the same ooops not found message.
September 10, 2018 at 1:18 pm #276274In reply to: How to add ClassName to am avatar
Prashant Singh
ParticipantHi,
I know you want to use BuddyPress function only but as an alternative you should use this one if you want to add class there:get_avatar( bp_displayed_user_id(), $size = '150', 'default_image_url', 'alt_text', $args = array( 'class' => array( 'newClass' ) ) );For other solution, paste the following in your child theme’s functions.php file:
add_filter( 'bp_get_displayed_user_avatar', 'bp_get_displayed_avatar_class',10,3 ); function bp_get_displayed_avatar_class ($avatar, $r, $args){ $args['class'] = 'newClass'; return $avatar; }and keep your code same
bp_displayed_user_avatar('width=150');Thanks
September 10, 2018 at 12:54 pm #276270In reply to: Groups keep logging me out
Prashant Singh
ParticipantHi,
This seems to be a plugin conflict or any custom code issue. Try disabling plugins and test then and also try switching to default theme and see if it is happening there also or not.
Thanks
September 10, 2018 at 12:52 pm #276269Prashant Singh
ParticipantHi,
Try overriding the widget code in child theme and the edit it there.
You can find the file at buddypress->bp-blogs->classes->class-bp-blogs-recent-posts-widget.php
Thanks
September 8, 2018 at 3:02 pm #276228In reply to: Activity stream problem
Sbrack
ParticipantI have been trying to find any error on the site with the wordpress assistance but couldn’t find any, actually. Everything seems to be working fine and I couldn’t see any JavaScript problems. I tried to change the theme and put 2016 but the error was still there. After I deactivated the plugins one by one to see if the error persisted and something strange happened: I disabled the buddypress activity filter plugin. I reloaded the page and on the first try the error disappeared and loaded all the other posts. However, since the second attempt did not work. I tried to completely delete the plugin but it did not change. I reinstalled it and still nothing. What could be the problem?
September 8, 2018 at 1:39 pm #276225In reply to: Activity stream problem
Sbrack
ParticipantIf I change theme, I do not lose anything about the changes? Excuse me but I’m not very expert about it. How can I access the console to check for errors?
September 8, 2018 at 1:07 pm #276223In reply to: Activity stream problem
shanebp
ModeratorSounds like you are having javascript issues.
To determine if the issue is caused by your theme, try switching momentarily to a WP theme like 2016.
Also check your browser console for errors and your site’s error-log.September 7, 2018 at 11:06 pm #276212In reply to: Remove Profile Tabs Dropdown Menu
shemakeswebsites
ParticipantThank you for your response.
So to clarify, if you use BuddyPress on a basic theme, then the dropdown toggle does not show and ALL active tabs appear in the menu?
September 7, 2018 at 10:27 pm #276211In reply to: Remove Profile Tabs Dropdown Menu
shanebp
ModeratorThe Media tab is always visible if you are logged out.
The change needs to be made in your theme.
You should ask the theme authors how to make that change for logged in users – especially since it is a premium theme.
Questions about premium theme are outside the scope of these forums.September 7, 2018 at 10:08 pm #276210In reply to: Remove Profile Tabs Dropdown Menu
shemakeswebsites
Participantimage link isn’t working: https://seventhqueen.com/themes/kleo/members/kleoadmin/
September 7, 2018 at 9:46 pm #276209In reply to: Remove Profile Tabs Dropdown Menu
shemakeswebsites
ParticipantI forgot to add an image to better explain my post.
After the tab listed “Articles” there is only one more tab, which is the tab for “Media”. How can I force this tab to be visible instead of being nested in the drop-down. I basically just want to get rid of the drop-down altogether. Thank you.
September 7, 2018 at 11:45 am #276198shanebp
ModeratorThat is not default BP behaviour.
BP does not create a page called ‘My Account’.
It sounds like it is due to your theme or some other plugin.
To test, try deactivating other plugins and switching momentarily to a WP theme like 2016.September 7, 2018 at 2:01 am #276180In reply to: Fatal Error with BP Nouveau and Email Customizer
shanebp
ModeratorI cannot duplicate that error.
Sounds like a conflict with other code, or you found a bug.
So you have to narrow it down, debug.Do you have other plugins installed ?
Try deactivating them.Try switching momentarily switching to a WP theme like 2017.
Try removing any custom code.
Can you use the customizer without errors for general customization ?
September 6, 2018 at 10:10 pm #276177Prashant Singh
ParticipantPlease try this plugin to hide members page, you just have to select it in settings. Also for the search we can override the template index.php in child theme then can wrap the search form in the condition
if(is_user_logged_in())Thanks
September 6, 2018 at 9:52 pm #276174Prashant Singh
ParticipantHi,
Please check this link :
You just have to override members-loop.php in your child theme and then have to modify ajax querystring.
Hopefully, it will help you.
Thanks
September 5, 2018 at 5:56 pm #276163In reply to: problem with avatar in multisite
Prashant Singh
ParticipantNot a problem 🙂 I am here to help you sir.
Ok so let’s check it from starting. Please let me know the steps you have performed till this time like whatever changes you have done for avatar fixes mention theme here.
Thanks
September 5, 2018 at 1:48 pm #276160In reply to: problem with avatar in multisite
jaimebaron
ParticipantYes the principal is 1. I already tried that some days ago as it was in the post…the side effect is that my users are redirected to the settings is the theme one and I lost the settings functionalities of theme 2 (see maps favorites, and other specific stuff)…
Sorry for bothering you so much…but this is tricky
Thanks again!
September 5, 2018 at 1:27 pm #276158In reply to: problem with avatar in multisite
jaimebaron
Participanthaha oh thanks, I just pasted the code in the functions.php (I tried just pasting in the child theme file and in both the parent and child themes files) but nothing happens…I tested and uploaded again a new picture but is not updated in the second theme.
I’m missing something…or the code doesn’t work in my site…
September 5, 2018 at 11:45 am #276155In reply to: problem with avatar in multisite
Prashant Singh
ParticipantOh no! you have pasted the code in the wp-config.php file.
This code needs to be pasted in your child theme’s functions.php otherwise you can create the bp-custom.php file in the plugins folder and then have to paste the code there.
Else, you can install the plugin https://wordpress.org/plugins/code-snippets/ and can paste the code there.
Thanks
-
AuthorSearch Results