Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,326 through 6,350 (of 32,562 total)
  • Author
    Search Results
  • #250024
    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 site

    Than

    shanebp
    Moderator

    Provide 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.

    #250017
    selenii
    Participant

    That 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

    #249974
    shanebp
    Moderator

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\messages\compose.php

    Adjust the conditional that shows the checkbox so that the ‘trainer’ role is allowed.

    #249951
    singhnavjeet
    Participant

    Hey 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,
    Singh

    #249941
    modemlooper
    Moderator

    Make sure to test plugins and themes by deactivating them and switching theme

    #249938
    jrb9406
    Participant

    I 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?

    shanebp
    Moderator

    If 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.php

    #249873
    mas6ce
    Participant

    Hi! 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/

    #249866
    sr3
    Participant

    Thanks, 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' );
    #249865
    navinachettri
    Participant

    I 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 redis

    1) 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

    #249832
    dlongm01
    Participant

    Update: the issue is with the bbPress plugin and XTheme. Issue has been added to XTheme bugfix list.

    #249826
    jino01
    Participant

    Thank 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.

    #249813
    airsid
    Participant

    Hello,

    WordPress version? Last one
    Theme activated? Customizr
    Plugins dealing with media activated?
    Browser used? Firefox, Chrome
    Host ? o2switch

    I’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 ?

    #249806
    Mathieu Viet
    Moderator

    Hi 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…

    #249803
    biloute
    Participant

    hi 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!

    #249797
    airsid
    Participant

    Hello,
    Same issue here, even after switching to twenty sixteen theme.
    My actual theme is customizr.

    shanebp
    Moderator

    To 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.

    #249775

    In reply to: main menu padding

    calvin
    Participant

    May worth a try to check your header.php or other header files of your theme to see whether there are conditionals or conflicts.

    #249774
    christopherwayne
    Participant

    In my case, the problem is solved if I change the theme. I’m not sure if I use ajax.Thank!

    #249773
    calvin
    Participant

    you 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

    #249770
    Leg3ndAry
    Participant

    I changed the theme to Twenty Fifteen, but the bug is still there:

    null

    #249767
    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 ?

    #249760
    David Cavins
    Keymaster

    I 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 groups

    #249759

    In reply to: Mystery privacy

    shanebp
    Moderator

    By 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

Viewing 25 results - 6,326 through 6,350 (of 32,562 total)
Skip to toolbar