Search Results for 'theme'
-
AuthorSearch Results
-
February 19, 2016 at 9:43 am #250024
In reply to: Comment and Reply on Activity Page
vohraraghu
Participant@bhagwantmann
Hey Dear
Thanks for sharing the helpful Information about this I dont check my plugins and activate the theme on my wordpress siteThan
February 18, 2016 at 10:57 pm #250018shanebp
ModeratorProvide an example of a profile link that results in a 404.
And an example of the link to the members page.It only takes a few seconds to test if it’s a theme or pmpro issue.
Assuming that it’s not deprives you of valuable clues.February 18, 2016 at 10:20 pm #250017In reply to: wpdiscuz update edit the user template
selenii
ParticipantThat saide to me the wpdiscuz support.
Ok, this is not a regular post or page, this comes from BuddyPress template file. It sees they don’t use the regular <?php comments_template() ?> function in activity template file. The only way to turn on wpDiscuz on buddyPress activity page is editing activity template file and changing its comment function to WordPress Theme standard <?php comments_template() ?> function.
More info: https://codex.wordpress.org/Plugin_API/Filter_Reference/comments_template
February 17, 2016 at 6:48 pm #249974In reply to: Option – This is a notice to all users
shanebp
ModeratorCreate a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\messages\compose.phpAdjust the conditional that shows the checkbox so that the ‘trainer’ role is allowed.
February 17, 2016 at 2:18 am #249951In reply to: Comment and Reply on Activity Page
singhnavjeet
ParticipantHey modemlooper,
Thank you very much for the reply.
I have switched my theme (child theme) to main theme (buddy theme) and also to the default wordpress theme 2015.
The comment still does not appear to work on any of the themes.
Also I have deactivated all the plugin still it does not work. :S
Regards,
SinghFebruary 17, 2016 at 1:17 am #249941In reply to: Comment and Reply on Activity Page
modemlooper
ModeratorMake sure to test plugins and themes by deactivating them and switching theme
February 17, 2016 at 12:51 am #249938In reply to: Buddypress profile fields css
jrb9406
ParticipantI should probably clarify my last post
I understand CSS, but I’m a beginner at it. I can change CSS attributes of the table like color, font, width, etc. I just can’t figure out what is keeping the data fields so far apart. It doesn’t look like cell spacing, margins, padding, or borders.
I understand that this may be an issue with my theme, but perhaps someone knows how buddypress setup the table?
February 16, 2016 at 8:07 pm #249931shanebp
ModeratorIf it was okay on shared, but now is not on VPS – talk to hostgator about it.
I can only make general suggestions.
Try switching to a WP theme like 2013.
Remove any custom code, ex./plugins/bp-custom.phpFebruary 15, 2016 at 7:47 pm #249873Topic: Users Sell Items
in forum How-to & Troubleshootingmas6ce
ParticipantHi! I was wondering if it’s possible to allow individual users to sell items. I’m using the WPLMS theme with Woocommerce, MyCred, and Buddypress plugins. I’d like to allow certain users (instructors) to sell downloadable items and “mentoring sessions”. Is there a way to do this? Users would pay with MyCred and instructors would receive a cut of the payment in the form of MyCred as well. Thank you!
Here’s a link to my site:
http://www.culturecorners.com/latestupdate/February 15, 2016 at 2:50 pm #249866In reply to: Display WP Username by default without Plugin
sr3
ParticipantThanks, I only needed to override the author name in blog post comments, so I searched for the related code in the plugin, modified it and added it to my functions.php in my child theme. Now the username is displayed instead of the full name 🙂
function sr_get_comment_author( $author ) { global $bp, $comment; if( $comment->user_id) { $user=get_userdata($comment->user_id); echo $user->user_nicename; } else { return $author; } } add_filter( 'get_comment_author', 'sr_get_comment_author' );February 15, 2016 at 2:38 pm #249865In reply to: Is anybody using Redis with Buddypress?
navinachettri
ParticipantI dont know if this issue is specific to me but when I enable redis I get all kinds of weird results.
My host is cloudways and I have followed this instructions for enabling redis1) Could not delete activity streams
Disabled redis…changed my theme to twentyfifteen and enabled redis once again but
1) I could not activate the redis plugin….no matter ho many times I activate it, it gets deactivated on its own
2) The active theme reverted to my original theme on its own
3) When I try to get to redis plugin settings; get error”You do not have permission to access this ..”Is this issue specific to me? Please update on your tests too
February 13, 2016 at 2:39 pm #249832In reply to: CORRECTED support query
dlongm01
ParticipantUpdate: the issue is with the bbPress plugin and XTheme. Issue has been added to XTheme bugfix list.
February 13, 2016 at 12:51 am #249826jino01
ParticipantThank you so much. What I did was change this part in my member-header.php to
$name_to_display = bp_get_displayed_user_displayname();But all I get is the first name ex: @Daniel
And I want the full name to show ex: @DanielCuell
I did it for both the “member header php” files: one that is in the plugins section, and the other which is on the themes/mytheme/buddypress
Seeing you are a moderator I take you might understand what I am trying to say (as Im not that advanced on this as I would like at the moment)
What I am trying to achieve is show the name and lastname throughout the whole site, I have managed to show those pretty much everywhere except the members page. My theme’s documentation doesnt show how to do it. I need to hide the usernames and show the first name and last name instead.
Any help with that will be greatly appreciated.
February 12, 2016 at 11:24 am #249813In reply to: Can´t upload avatars and proflie covers
airsid
ParticipantHello,
WordPress version? Last one
Theme activated? Customizr
Plugins dealing with media activated?
Browser used? Firefox, Chrome
Host ? o2switchI’ve disable cache plugin, lazy load video plugin and clear the browser cache.
When changing image profile or image cover, the right sidebar goes down and {{data.filename}} text appears next to the profile content div area.How can I send you admin access so you can have a close look at it if you have time of course ?
February 12, 2016 at 4:18 am #249806In reply to: Can´t upload avatars and proflie covers
Mathieu Viet
ModeratorHi all,
Thanks a lot for your feedback, but just saying “it’s not working for me” is not helping that much 🙂
Let’s share as much infos as possible..
WordPress version?
Theme activated?
Plugins dealing with media activated?
Browser used?
Host ?I’m saying this because i was able to set my cover image on @christopherwayne website and set my avatar using the wp-admin/profile Extended profile area of his website.
Perhaps try to clean your browser’s cache…
February 12, 2016 at 1:42 am #249803Topic: Integrate Listify theme
in forum How-to & Troubleshootingbiloute
Participanthi there!
I’m trying to integrate BP with the Listify theme.I contacted Astoundify support and they say most of the work is “a matter of supplying the necessary template files for BuddyPress” but not much support
does anybody has an idea how to make it work? Did anybody succesfully integrated BP with this theme?
thanks!
February 11, 2016 at 11:12 pm #249797In reply to: Can´t upload avatars and proflie covers
airsid
ParticipantHello,
Same issue here, even after switching to twenty sixteen theme.
My actual theme is customizr.February 11, 2016 at 7:29 pm #249781shanebp
ModeratorTo confirm that some ( maybe all ) of the Notices are due to your theme,
try switching momentarily to a WP theme like 2013.
Do any of the Notices disappear?Do you have any plugins that affect Profiles?
If so, try deactivating them – check for Notices.Try deactivating Membership 2 – check for notices.
February 11, 2016 at 5:49 pm #249775In reply to: main menu padding
calvin
ParticipantMay worth a try to check your header.php or other header files of your theme to see whether there are conditionals or conflicts.
February 11, 2016 at 5:42 pm #249774In reply to: Can´t upload avatars and proflie covers
christopherwayne
ParticipantIn my case, the problem is solved if I change the theme. I’m not sure if I use ajax.Thank!
February 11, 2016 at 5:35 pm #249773In reply to: private event for exclusive company site
calvin
Participantyou can block google using robots.txt, you can read about that here https://www.elegantthemes.com/blog/tips-tricks/how-to-create-and-configure-your-robots-txt-file
February 11, 2016 at 5:31 pm #249770In reply to: Can´t upload avatars and proflie covers
Leg3ndAry
ParticipantI changed the theme to Twenty Fifteen, but the bug is still there:
February 11, 2016 at 4:49 pm #249767In reply to: Can´t upload avatars and proflie covers
Mathieu Viet
Moderator@christopherwayne found the problem was relative to the theme he is using. @leg3ndary can you switch theme to see if that’s also the case for you.
If the theme is problematic for the new avatar UI, can you tell me if the content of the page is loaded using Ajax ?
February 11, 2016 at 3:58 pm #249760David Cavins
KeymasterI suspect that BP is trying to use the new cover-header-specific member and group header template files. You can disable them until you have a chance to retheme for cover headers by visiting wp-admin > Settings > BuddyPress > Settings and unchecking the check boxes for group and user cover images:
Allow registered members to upload cover images
Allow customizable cover images for groupsFebruary 11, 2016 at 3:51 pm #249759In reply to: Mystery privacy
shanebp
ModeratorBy default, all BP pages are public.
Your feedback page is not a BP page, afaik.
Therefore something in your theme, plugins or custom code is setting that WordPress page to private.
I doubt it is related to .htacess -
AuthorSearch Results
