Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,126 through 6,150 (of 32,562 total)
  • Author
    Search Results
  • #251593
    johnkim1968
    Participant

    Hi Shane,

    I tried the 2015 theme and had the same problem. Just to confirm, http://yourURL/members/member name/friends/requests/ – gave you the correct friend requests and not all members? If so, you are correct and I need to keep digging. Thanks.

    ds123
    Participant

    thanks for the reply its a themeforest theme called vivacity and here are the plugins i have installed:

    Akismet
    Version 3.1.8 | By Automattic | View details

    Audio player
    Version 2.0.4.1 | By Martin Laine | Visit plugin site

    Auto Post Thumbnail
    Version 3.3.4 | By Aditya Mooley , Tarique Sani | View details

    BuddyPress
    Version 2.5.1 | By The BuddyPress Community | View details

    CloudFlare
    Version 1.3.20 | By Ian Pye, Jerome Chen, James Greene, Simon Moore, David Fritsch, John Wineman

    Dashboard Widget Remover
    Version 1.0 | By Zihad Tarafdar | View details

    Disable wp new user notification
    Version 0.100323 | By Corey Salzano | View details

    Google Analytics by Yoast
    Version 5.4.6 | By Team Yoast | View details

    LayerSlider WP
    Deactivate | Edit
    Version 5.6.2 | By Kreatura Media | Visit plugin site

    Log Report Plugin
    Keeps Stop Spammer logs in CSV file
    Version 1.0 | By Keith P. Graham | Visit plugin site

    Mail From
    Version 1.0.1 | By Andrew Hamilton | View details

    Select SI CAPTCHA Anti-Spam
    Version 2.7.7.7 | By Mike Challis | View details

    Stop Spammers Spam Control
    Version 6.15 | By Keith P. Graham | View details

    Vivacity Plugin
    Version 1.2 | By GhostPool

    WP Maintenance Mode
    Version 2.0.3 | By Designmodo | View details

    WP Super Cache
    Version 1.4.8 | By Automattic | View details

    WP Widget Cache
    Version 0.26 | By Andrew Zhang | Visit plugin site

    WPBakery Visual Composer
    Version 4.9 | By Michael M – WPBakery.com | Visit plugin site

    Yoast SEO

    Henry Wright
    Moderator

    Which plugins do you have active and which theme are you using?

    #251576
    ds123
    Participant

    Thanks for the reply paul …. they have never worked for me … i tried switching to the wordpress 2016 theme and then the classic theme to rule out my own theme being responsible …the cover images are there where they should be in the buddypress uploads directory ..but they don’t show up ..any ideas?

    #251574
    shanebp
    Moderator

    I cannot duplicate your issue using a standard WP theme, like 2015, and no custom code other than the filter discussed in this thread.

    I suspect an issue with your customized version of the members loop or some custom function re members and / or friendships.

    #251561
    kory27
    Participant

    I turned them both off and switched to 2014 theme. I don’t have 2013 installed, but I’m skeptical that’s it anyway.

    Nothing. I activated the Activity page too, nothing.

    I’m quite frustrated with this plugin that’s billed to work so well with so many things, yet everyone seems to have tons of issues with it, including what is supposed to be a seamless integration with Membership Pro.

    I’d love to adopt, learn, and build out upon it, but I don’t get why the simplest things that it bills itself to do, i.e. Members page, are seemingly monumental issues.

    Any one have any insight into a solution?

    Thanks in advance.

    IngeB1983
    Participant

    Hi there,

    There is something about the registration process I can’t get done which annoys me. Hopefully someone can help.

    I added this line to the registration template.
    Sign up agreement
    Works fine and the line shows.(Only if placed after the </div><!– #buddypress –> ) But when someone completes/submits the steps, they are taken to a different page, generated from the same code.

    What I mean is this:
    Step 2 of the process
    Now, as you can see, the line also shows up here.

    Q: How can I get the line to only show up on the first page and NOT on the second page?

    The code that generates this second step is this:

    
    			do_action( 'bp_before_registration_confirmed' ); ?>
    			<?php if ( bp_registration_needs_activation() ) : ?>
    
    				<p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ); ?></p>
    
    			<?php else : ?>
    
    				<p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ); ?></p>
    
    			<?php endif; ?>
    

    Good to know:
    – I read and understand the hierarchy in templates abt Buddypress.
    – The code is currently generated from index-register.php
    – I use a childtheme
    – Buddypress v 2.5.1
    – WP v 4.4.2

    Thanks in advance for helping out!

    #251553
    @mcuk
    Participant

    Hi @mosesyoon,

    If you find the file that is creating the avatar picture, wrapping the avatar code in something like this might work:

    <a href="<?php bp_displayed_user_link(); ?>"> AVATAR PICTURE FUNCTION/CODE HERE </a>

    Example below is from the buddypress cover-image-header.php file. Once you have found the file, ensure that you copy it into your child theme before making modifications.

    <div id="item-header-avatar">
    	<a href="<?php bp_displayed_user_link(); ?>">
    		<?php bp_displayed_user_avatar( 'type=full' ); ?>
    	</a>
    </div>

    (not really familiar with the blog side as i don’t use it nor do i know your site setup, so this approach is more a shot in the dark)

    #251542
    danbp
    Participant

    Hi,

    which theme do you use ? The blue navigation menu is not a BP reference.

    On a first install, you enable BP and all pages related to default activated components are created. These pages are not ordinary pages, but dynamical pages intended for internal use only. A kind of placeholders where BP applies a specific template, depending the context.

    Out of the box you have 3 BP pages in BP’s settings: Members (mandatory), Site activities, Groups.

    These pages and any other created later if you use other components in addition to defaults, should stay empty, without shortcodes, content or template sssignation, CPT’s or whatever.

    Just a page and a title. Anything that should appear on such pages is handled by BP’s templates (bp-themes/bp-legacy/buddypress).

    For now, delete the profile page you created and clear it from trash (important).

    Profiles are handled by/on the mandatory Members page. No need to create an extra page for them.

    Read the install documentation for more details.

    Now the user profile link. This is a dynamic link who varies for each user. Something like (your_site/members/USERNAME/profile).

    Read here how you can do that.

    And as you’re trying to customize BP, read the documentation about child-theme first.

    #251532
    jrytesting
    Participant

    Hello, I had this same problem and this is how I fixed it. It was mentioned in this thread
    (https://buddypress.org/support/topic/bad-link-to-profile-edit/)
    that there may be a problem in the database table “wp_bp_xprofile_groups”. For some reason the first item id there is not “1” but something else. As you change the id to 1, everything works. Then it also shows the Profile details side Name field (required) in the registration page.

    Also there was a problem to edit profile, it went to “Page not found”. This gets fixed also now, now you can edit the fields.

    This seems to be some kind of bug in the installing process in some circumstances. I tested this by removing the BuddyPress and also deleting the BuddyPress database tables. They must be deleted manually, they wont get out by deleting the plugin.

    New installation put the first id number to “3” to “wp_bp_xprofile_groups” table. Even the group_id in the table “wp_bp_xprofile_fields” was “1” (after I activated some components in BuddyPress menu, before that the tables were empty) for the first field item. So now the field item and the group item never matched.

    Hopefully this helps someone. It seems that there are a lot of discussion of this problem, and this is a very annoying problem if you are really using BuddyPress.

    Basically the registering had a workaround for example by using plugin “Theme my login”. The registering also looks simpler as there is not that “extra” name field. It is however unknown how BuddyPress works without that name field. Well, but perhaps that is an another story.

    #251526
    bobbyredding
    Participant

    I recently activated buddypress onto a live vantage themed wordpress site.
    When a person attempts to register they are redirected to the wordpress admin page.

    Once they click register on the wordpress admin page, the register form is displayed.

    However, after filling in the required information and clicking ‘complete signup’ they are given this message:

    Warning: require_once(extras/class.html2text.php): failed to open stream: No such file or directory in /home/t2jstr5/public_html/wp-includes/class-phpmailer.php on line 2826

    Fatal error: require_once(): Failed opening required ‘extras/class.html2text.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/t2jstr5/public_html/wp-includes/class-phpmailer.php on line 2826

    Anyone know how I can rid myself and potential new users of this problem?

    Note: Allow ‘Anyone can register’ is activated.

    Thank you in advance.

    r-a-y
    Keymaster

    Thanks for the report.

    We do support default WordPress themes, however new color schemes for default themes is something we really haven’t taken into consideration.

    I’m going to ping @hnla here since he’s our resident companion stylesheet guru.

    hnla – I haven’t looked into this yet, but if 2016 adds a <body> CSS class to denote the new dark scheme, it might be possible to change our BP colors in our 2016 companion stylesheet to reflect 2016’s dark scheme.

    Valery Kondakoff
    Participant

    Hello!

    Just installed the latest WP beta (4.5-beta4-37037) and BuddyPress 2.5.1. After changing the default Twenty Sixteen theme color scheme to the dark one I noticed, that BuddyPress does not fully follow the new colors.

    Here is a screenshot: http://goo.gl/M8X6fK

    Is this a bug? Should BuddyPress support the default WordPress theme?

    Thank you!

    #251487

    In reply to: Display notifications

    neijisly
    Participant

    I am installing ribosome theme and do the same thing, work fine. Login for see. For you: try to desactive all plugins without buddypress if no work send me the code that you have put in header

    #251481

    In reply to: Display notifications

    neijisly
    Participant

    Ok go in editor theme, click in header.php and try to ad this code just before </nav><!– #site-navigation –>

    <?php if(bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) > 0 ) { ?>

      <#li>
      <#a href=”<?php echo bp_loggedin_user_domain() ?><?php echo BP_NOTIFICATIONS_SLUG ?>”><span style=”font-weight: bold; background: #37b5e4; padding: 2px 2px 2px 2px;”><?php echo bp_notifications_get_unread_notification_count( bp_loggedin_user_id() );
      ?></span> Notifications<#/a>
      <#/li>
      <?php } ?>
      <#li>
      <#a href=”<?php echo bp_loggedin_user_domain() ?><?php echo BP_MESSAGES_SLUG ?>”><?php if(messages_get_unread_count() > 0 ) { ?><span style=”font-weight: bold; background: #37b5e4; padding: 2px 2px 2px 2px;”><?php echo messages_get_unread_count();
      ?></span><?php } ?> Messages<#/a>
      <#/li>
      <#/ul>
      ( please delete all # symbol in this code )
    #251480

    In reply to: Display notifications

    sumierm
    Participant

    I am using ribosome theme. You can log in to the site using the info above to see how the menu is set up, it is a bit hard to explain.

    #251479

    In reply to: Display notifications

    neijisly
    Participant

    What theme are you using? And how are you building your actual menu?

    Tomarrington
    Participant

    I’m running a WordPress theme using BuddyPress (dating site).
    Is there a way to only allow new members to sign up that are only from USA? In other words only allow USA emails to the signup process.

    #251456
    abuyaman
    Participant

    I tried disabling BP Email using the below two links instruction on how creating bp-custom.php & disabling code:

    bp-custom.php

    Emails

    However, I am still getting the plain text mail!

    Please advise..

    #251455
    kamarr
    Participant

    P.S. I’ve tried adding the code from in index.php from wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\index.php to the code in my themes index.php however the problem still exist.

    As you stated before I believe creating another directory template in the Buddypress plugin would be best. That way the plugin could still interact within itself, pulling the proper php and css.

    How can I add a custom directory to the plugin to be made available on the BuddyPress Settings page?

    What file should I edit?

    Is there codex on the topic?

    Thanks again

    #251450
    simbaclaws
    Participant

    Hey everyone,
    I’m trying to adjust the admin bar for logged out users so that there is no register and login button and that the anonymous user profile shows up with register, logout, password etc.

    I’ve been searching for a while now and haven’t been able to find out how to do it.
    I’ve tried doing it through my functions.php by using $wp_admin_bar->remove_menu and $wp_admin_bar->add_menu. I’ve even put a script in to check what the node ID’s were of my menu’s in order to be able to remove or add them.

    I’ve seen previous posts where people said that this had something to do with either your theme or your plugins, so I disabled all plugins except buddypress and enabled twenty fifteen theme to see if it changed anything. Which it did not.
    I’m using wordpress 4.4.2 with buddypress 2.5.1 on my localhost machine.

    I’ve also looked at the following page:

    Modifying the Toolbar

    But it seems like this is a deprecated-guide?
    Does anyone know of the current way to make this work?
    I basically want the same wp-admin-bar-my-account to work for logged out users. Which is displayed as node ID: my-account.

    I have already set my site to allow users to register and I have also made sure that logged out users are capable of seeing the bar in my buddypress settings. Which works because I can see the bar with a login and register button on it but not with the my-account profile on it. And I can also use the registration form for new users.

    Does anyone have any ideas on how I can make this work?

    #251447
    alexandra55
    Participant

    @bowromir thank you so much for your reply. Unfortunately, it did not work for me. It seems that there is a problem with the following function: function themename_redirect_author_archive_to_profile

    #251440

    In reply to: bp-custom

    shanebp
    Moderator

    Did you read this:
    https://codex.buddypress.org/themes/bp-custom-php/

    ‘bp-custom.php does not exist by default’
    You need to create it.

    #251436
    pcpro178
    Participant

    I’m unable to set the Search Page, Register, and Activate pages in my BuddyPress settings. I tried the Twentysixteen theme, but it didn’t fix the issue.

    buddypress settings

    How do I go about finding a theme that is fully compatible with BuddyPress? Maybe my expectations are just unrealistic. Is my only option to modify/create a theme and commit to maintaining it as WordPress/BuddyPress evolves?

    1. Which version of WordPress are you running?

    WordPress Version 4.4.2

    2. Did you install WordPress as a directory or subdomain install?
    3. If a directory install, is it in root or in a subdirectory?

    Installed WP at domain root.

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Yes, this is a new install.

    6. Which version of BP are you running?

    BuddyPress Version 2.5.1

    7. Did you upgrade from a previous version of BP? If so, from which version?

    No

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    • Akismet (v3.1.8)
    • Bad Behavior (v2.2.18)
    • bbPress (v2.5.8)
    • BuddyPress (v2.5.1)
    • Google Analytics (v1.0.6)
    • Jetpack by WordPress.com (v3.9.4)
    • Wordfence Security (v6.0.24)
    • WP Idea Stream (v2.3.1)
    • Yoast SEO (v3.1.1)

    9. Are you using the standard WordPress theme or customized theme?

    I’ve tried several themes, including the WP Twentysixteen theme.

    10. Have you modified the core files in any way?

    No

    11. Do you have any custom functions in bp-custom.php?

    No, I’ve added nothing.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    bbPress Version 2.5.1

    13. Please provide a list of any errors in your server’s log files.

    ??? I don’t know where these are.

    14. Which company provides your hosting?

    DreamHost

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?

    Apache on Linux

    #251426
    danbp
    Participant

    Please don’t call out people individually (this was already told to you by @shanebp)

    bp-default is no more the default theme for BP. You can use almost any other existing theme.
    While testing, i recommend you to use one of the Twenty’s theme shipped with WordPress.

    Then to create a child theme and copy into it the needed file from wp-content/plugins/buddypress/bp-templates/buddypress/

    As reminder, a page structure contains at least a header, a content and a footer template, and sometimes a sidebar, depending the theme you use.

    If you open index.php from wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\index.php you should get the search form in that template.

    Though if you asign the Member page as home page in WP’s Read settings, you won’t have to struggle much with customization.

    Read Codex attentively by starting from here.

    You may also explain what you want to do exactly and tell which theme you use.

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