Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,476 through 2,500 (of 32,066 total)
  • Author
    Search Results
  • #301958
    Venutius
    Moderator

    That would probably be best, otherwise you’d have to write your own progrmatic way of switching between the two template files depending on the theme used.

    #301935
    Venutius
    Moderator

    That’s down to your theme, open the page in the editor and see if there’s an option to have a one column layout applied to it.

    #301932

    In reply to: Social Media Website

    Venutius
    Moderator

    I’d first try switching between BP Nouveau and BP Legacy in settings/BuddyPress/Options. I’d then try a default theme.

    #301923
    shanebp
    Moderator

    It’s doubtful anyone will sign up to see the error.

    Did you check your browser’s javascript console for errors while on that page?

    Did you ask the theme creators ( BuddyBoss ) about your issue ?

    Are you using some code or plugin that minifys javascript ?
    If so, try turning it off.

    #283066
    Trex2303
    Participant

    How can I edit the colors in BP extended profile area as well as the text? I need to remove the “white” background to either the color of my current theme or to something that’s not white.
    Do I need to edit my sites theme CSS or is it BuddyPress CSS?

    Profile

    Wordpress V. 5.0.2
    BP V. 4.1.0
    URL: https://arcade.gamerzfan.com
    Theme: Paraxe / Paraxe Child

    Thanks in Advance.

    #283055
    Venutius
    Moderator

    Imgur allows you to upload images and provide a link to view them.

    By the sounds of things you probably have a conflict. Things I would try:

    1. Set BuddyPress theme to BP Legacy
    2. Deactivate all other plugins apart from BuddyPress
    3. Try with a default theme such as 2016.

    #283035
    Venutius
    Moderator

    That’s probably one for the bbPress forums then – https://bbpress.org/forums/ within each group with a forum there should be a forum menu item that links to the group forum. I’d first check there are no plugin conflicts by deactivating all other plugins except for BuddyPress and bbPress, if you still don’t get the menu item within the group then try a default theme such as 2016. BuddyPress forums are provided by bbPress, so that’s the best place to go for support.

    https://bbpress.org/forums/

    #283029
    Fotoz
    Participant

    MAMP local
    most recent everything
    no plugins
    PHP 7.08
    pretty permalinks
    all themes including 2014, 2017, 2019

    Everything works fine, including /activity, but user profiles give 301 redirect loop.

    #283023
    shanebp
    Moderator

    I cannot duplicate your issue re friendships and woocommerce.

    Just to be sure re theme issues, try switching momentarily to a WP theme like 2016.

    Also try deactivating other plugins and check the issue after each one.

    My guess – javascript > ajax is in a loop.
    So make sure to turn off any settings ( cache plugin ? ) that minifys javascript.

    makyn
    Participant

    Using Healthcheck, and Twenty-Seventeen Theme:
    With Buddypress enabled, I can accept friend requests that have been sent.

    When WooCommerce is enabled, cannot accept friend requests. Is happening on various browsers, Safari & Chrome.

    See Screenshots:
    https://www.dropbox.com/s/zaujx9sx74vb44u/Screenshot%202018-12-26%2008.22.48.png?dl=0
    (Nonce? This is the string at bottom in Chrome during infinite spin)
    Shows friend request accepted – with only BuddyPress & Theme activated, when WooCommerce is activated, infinite load when try to accept the friend request.

    If WooCommerce is activated, regardless of theme (ReHub or Twenty-Seventeen) cannot a

    Site: https://makyn.me
    BuddyPress: 4.1.0
    Wordpress: 4.9.9
    WooCommerce: 3.5.3

    #282996
    Venutius
    Moderator

    Hi elexem,

    Looks like you are getting quite a few Javascript errors:

    JQMIGRATE: jQuery.fn.load() is deprecated – Orange Login plugin
    JQMIGRATE: AJAX events should be attached to document: ajaxComplete – A3 lazyload assets plugin
    JQMIGRATE: jQuery.attrFn is deprecated – Jannah theme
    JQMIGRATE: Global events are undocumented and deprecated – Cookie Notice plugin
    JQMIGRATE: jQuery.fn.size() is deprecated; use the .length property – Jannah theme.

    Depricated means usually that those functions will no longer work, so they need to be seen to. The AJAX event warning may of may not be an issue, but it should be looked at.

    However I doubt any of these have a bearing on the issue at hand, there’s no sign of the shortcode output. Do any other shortcodes work? Mind, the form would not display to a not logged in user.

    #282988
    shanebp
    Moderator

    BuddyPress does not include the code for those kinds of searches.
    Please ask the support staff for your theme or for the plugin that handles your searches.

    #282984
    Melanie Jimenez
    Participant

    After the theme on the site is changed, the search results are reversed.
    Example: Man looking for a woman – the results showed are – all registered men.
    In the other case: Woman looking for a man – the results are – all registered women
    In Users – Profile/Extended Profile: the gender of the members is correct.

    Any solution on how to fix the search results?

    #282937
    popeye987
    Participant

    Hi BuddyPress community,
    I’ve been struggling with this problem for a few days now, and since i can’t find an answer i come for your help.
    I want to edit some files (some functions within them) from the “public_html\wp-content\plugins\buddypress\bp-templates\bp-nouveau\includes” Directory, like “functions.php”, and “template-tags.php”. The issue i have, is that i don’t know how to edit them on my child theme (i don’t want the changes go away every time i update BuddyPress).

    So the question is.. How can i edit those files in my child theme?.

    Thank you very much guys. Please explain me like you were teaching a kid so i can understand (im not very experienced at this, so please bear with me).

    boundless_ink
    Participant

    i put this in the function.php child theme: is this correct code?

    function my_login_redirect( $user_id, $user_login, $user_password, $user_email, $usermeta ) {
        wp_redirect( bp_loggedin_user_domain() . '/profile/edit/group/2/' );
        exit();
    }
    add_action( 'login_redirect', 'my_login_redirect', 10, 5 );

    .. cant seem to get it to work.. i tried in bp-custom.php too.. maybe my code is not correct??

    #282888
    eLeXeM
    Participant

    Venutius, I’m telling you 🙂 the whole arrangement (theme, plugins, etc.) was working until the recent big Buddypress update. Then my manually placed whatsnewbox stopped showing.

    But I’m the nice guy 😛 I have put

    define('WP_DEBUG', true); 
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true); 

    + let’s see what we get. 🙂

    #282886
    Venutius
    Moderator

    With all the plugins deactivated apart from BuddyPress, did it work at all? Same goes with your theme. Do you have error logging switched on? I’m thinking there must be an error showing somewhere and you are just not seeing it.

    See this page to see how to enable the error log https://codex.wordpress.org/Debugging_in_WordPress

    #282881
    Arize Nnonyelu
    Participant

    I didn’t edit it. So you have seen the screenshots where could these strings possibly come from? I’ve edited the Theme (2017). The plugin and buddypress but I’m still seeing these words where could the have come from?

    #282872
    Venutius
    Moderator

    Well wit the theme set to BP Nouveay the form displays, it’s just the input area is missing, so with either theme you should be getting something. I take it you’ve ruled out other plugins conflicting?

    #282855

    Topic: No sidebar

    in group forum Installing BuddyPress
    ranxx
    Participant

    I don’t have a sidebar in buddypress. I’ve tried using different templates on the pages it creates, groups, members, activity etc, but no luck. I’ve tried adding widgets to sidebar but there is no sidebar. If I change to an official wp template there is a sidebar as expected but not in the theme we use. What is the process to add a sidebar in this instance. I’m using wp 5.0.1 – buddypress 4.1.0. I can’t supply a link as the site is in a staging area for now.
    Thanks for any assistance.

    #282851
    Venutius
    Moderator

    There’s two options, you could either overload that file, by placing your edited file in the wp-content/themes/your-child-them/buddypress/members/single directory or the other option is to create your own translation of the BuddyPress text. This last option is preferred, in general overloading files adds to the admin burden as you will need to kepp track of changes in the master file.

    To do the translation you would need to download PoEdit and follow this:

    Languages and Translations

    You just set up a translation of your own language which removes the text.

    Also, to manage translations, use the WPT Custom Mo File.

    This is handy because as you develop your site you are bound to come across other instances in BuddyPress and other plugins where you would prefer to change the text.

    #282839

    In reply to: profile picture

    emmanuel1234
    Participant

    hi i change the theme and the issue still persist

    #282830

    In reply to: profile picture

    shanebp
    Moderator

    Please do not double post. Your other post has been deleted.

    Please test on mobile with a WP theme like 2016.
    If the issue persists, we will try to confirm it.
    If the issue does not persist – please contact the creators of your theme.

    #282827

    In reply to: profile picture

    shanebp
    Moderator

    Does the profile picture appear properly when not on the mobile site?
    If so, then you need to talk to the creators of your theme – BuddyPress does not show ’round’ avatars.

    #282820
    shanebp
    Moderator

    if I do it on the User Screen through the Admin page it works fine…but my Users won’t have that option.

    That tells you there is something happening on the front end.
    I’ll bet it will work if you deactivate any ‘lazy’ loader plugin or code. ( jetpack ? )
    And / or any ‘minify’ plugin or code that is affecting javascript.

    I am using a theme now that is tested with BuddyPress

    Sez who? The theme creators? Always check by momentarily switching to a WP theme like 2016.

Viewing 25 results - 2,476 through 2,500 (of 32,066 total)
Skip to toolbar