Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,826 through 5,850 (of 31,072 total)
  • Author
    Search Results
  • #240702
    danbp
    Participant

    @drraven0,

    have you setup correctly all component pages ?
    Have you setup pretty permalinks ?
    Which theme do you use ?
    Used plugins, is it a single or MS install ?
    Have you a correct php version (at least php 5.2.4) ?

    And last but not least, which group function are you talking about, as they are many !

    Give more details please !

    danbp
    Participant

    The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair

    Those pages are not created automatically. When you get this error message, you have to create the pages manually first.

    Go back to bp settings > pages tab and allocate the new pages to the respective component. Save.

    You have also to set pretty permalinks to something other thant “by default”. Save.

    Now BP has his page assigned and should work.

    About the missing button.
    Clear your browser cache.
    If you use a cache plugin, clear it.
    Go to wp-config.php and activate debug mode at the end of the file.

    Deactivate all plugins except BP and activate one of WP’s theme (2015, 2014 or 2013…)

    See if you get some error message and correct the errors (if exist).

    If after tracking/repairing errors, the button is still not showing, deactivate buddypress, delete it and upload a fresh copy of BuddyPress to your site. Sometimes files can be corrupted and need to be replaced. No worry, this will not affect any data in your DB.

    If still nothing, check that your host plan has the required php version to be used with WP and BP: at least 5.2.4

    #240695
    danbp
    Participant

    Hi @manakio2k,

    you could try to just modify the template to get alphabetical as first sort option, instead of the default Last active.

    Create a child-theme first, add a folder called buddypress. In this folder add members folder and in that folder add a copy of index.php which is in bp-templates/bp-legacy/buddypress/members/index.php

    Around line 78, change the options order to get this:

    <select id="members-order-by">
    	<?php if ( bp_is_active( 'xprofile' ) ) : ?>
    		<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    	<?php endif; ?>
    		<option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
    		<option value="newest"><?php _e( 'Newest Registered', 'buddypress' ); ?></option>

    Now, members directory is sorted alphabetically by default.

    VentureCore
    Participant

    I have read a lot of threads here regarding the default displays for members alphabetically and at one point I had found a solution that worked but it was recently overwritten by an upgrade. (I failed to put it in the child theme) – my bad!

    So I went on the search again and found this. (I don’t think it’s what I was using)

    if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&populate_extras&type=alphabetical’ ) ) :

    When I place this code in my members-loop it works but then I can’t use the drop-down search to return users by “Last Active” or “Newest Registered”; it just keeps returning by alphabetical only.

    Any help would be appreciated!

    Thanks…

    #240687
    ct25
    Participant

    I’ll try to explain it differently:

    I had a problem on my WordPress members page, it was not automatically refreshing when you change the sort terms (alphabetical, last activity). Also, when you manually refreshed the page it did not change the order. I added select and when statements to the member-template.php and it sorted correctly but it did not automatically refresh. When you change the sort it would bring up no member but the manual refresh brought the members back according to the sort mode selected. This issue also happened with the other themes.

    I believed it was the Ajax issue that many users were having (there are many forums about this same issue) and none of the fixes worked. So then, one user suggested to deactivate the plug-in, delete it, and reinstall. That also did not work.

    I did notice the Ajax bypass code is located in a core file however, none of the files are active at this point (the all say inactive in the editor).

    After the plug-in was reinstalled it caused the function not to work at all.

    #240685
    shanebp
    Moderator

    now it does nothing.

    So you can see it.
    That means that ‘buddypress/bp-members/bp-members-template.php’ is not inactive.

    Your description of the problem is so muddled that suggesting a solution is nigh impossible.

    Confirm that the issues are not in your theme. Try switching to a standard theme like WP 2013.

    #240681

    In reply to: Sign In page issue

    discdemo
    Participant

    thx Shane. Do you happen to know the function or an example of a function which would work for the buddypress sign in and also registration, if you happen to know? again, thx! (not my theme and so far unable to find out from the author.)

    #240680

    In reply to: Sign In page issue

    shanebp
    Moderator

    Please use the code button when sharing code.

    This is a theme that you are creating?
    If not, please ask the theme author.

    This looks incorrect:
    action="[fn function=" method="post">
    No function is stated. And the closing ‘]’ is missing.

    #240679
    CodeMonkeyBanana
    Participant

    I just started implementing this in my theme. I was going to try to hook into bp_filter_request() but it doesn’t use nonces so I am not sure if it is secure for loading tabs that may have restricted visibility.

    I couldn’t see anything on trac. Is this being worked on at the moment?

    #240668
    danbp
    Participant

    hi @wpthemes,

    thank you for sharing, even if bp-default theme is no more maintained. This old theme is only in for backward compatibility with older install.
    More here:
    The future of the bp-default theme

    #240647

    In reply to: Username problems

    billreefer
    Participant

    I added that snip to the bottom of the PLUGIN bbpress.php, NOT the THEME functions.php

    I am going to scrounge to see how I can add that warning to the top of the page in the welcome.

    #240642

    In reply to: Image watermark

    Hank_Chinasky
    Participant

    Hello,

    Thanks for the quick reply.

    I tried the DMCA plug-in you recommended (Thanks) and it works but i like to watermark my images without a third party involved. Also i get the DMCA logo together with my own watermark on the picture and that’s not what I’m looking for.

    Right now i have image watermark installed which is working fine on other blogs of mine except one due the Hueman theme.

    On my Buddypress blog i have the theme magazine (Gavin) installed and when i go to the media library and try to apply the watermark, not one picture on the blog is actually watermarked.
    And i did tried this with several plug-ins with no results.

    Maybe it’s the theme?

    notpoppy
    Participant

    OK I’ve been able to recreate the problem which has given me a much better understanding of what is going wrong. Worryingly, it seems the problem also affects anyone who’s signed up for the first time:

    * New users (and some existing users) are shown the message “You cannot create new topics” in forums belonging to groups which they are not members of.
    * They are also shown the message “You cannot reply to this topic” in topic threads of forums belonging to groups which they are not members of.
    * If they join the group, these messages go away

    I thought the way it was supposed to work was that users can post in any public forum, and when they do so for the first time they automatically become a member of that group. Is that correct? If so why isn’t that working here?

    I have tried disabling all plugins (apart from BuddyPress and BBPress, of course) and using a default theme, all of which made no difference.

    I am still unable to run the “Remap existing users to default forum roles” option in /wp-admin/tools.php?page=bbp-repair. If I disable all plugins (apart from BuddyPress and BBPress) then when I run it I get the following error:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /var/www/f1fanatic/htdocs/wp-includes/cache.php on line 631

    I am looking into whether I can raise the memory limit on the server to get it to run. In the meantime if anyone can shed any light on this problem please do!

    Henry Wright
    Moderator

    Which theme are you using?

    #240626
    danbp
    Participant

    That’s an old bug who was patched. (see here) Check bbpress code and update it if you’re using an older version.

    Also, if you have debug mode on in wp-config, revert it to off.
    If the message still remains, deactivate your theme and use Twenty Fifteen or Fourteen to test.
    If the message disappear, you know the culprit. In that case , contact your theme support

    danbp
    Participant

    hi @aventurine_geode,

    BuddyPress use templates and CSS which are all stored in bp-templates/bp-legacy/buddypress/

    To modify them, you have to create first a child-theme and copy into it any of the files you want to modify, by respecting /path/file structure of the original /buddypress/ folder.

    In brief, wp-content/themes/child-theme/buddypress/file

    Most of your questions are related to CSS. You make these changes in /child-theme/style.css
    To alter the searchbar, but depending of what you exactly want to do, see bp-templates/bp-legacy/buddypress/groups/index.php (similar path for members) or creating a custom function if more in-depth modification. In that case you put this function into bp-custom.php (wp-content/plugins/bp-custom.php) or into child-theme’s functions.php

    More details can bee found on Codex

    BuddyPress Theme Development

    #240601
    danbp
    Participant

    That CSS trick is weak and should contain !important to work. And add it to your child-theme style.css (no matter the line) or you will loose that setting at next theme update.

    li#members-all span , li#activity-all span {
       display: none!important;
    }

    Another solution is given here:
    https://buddypress.org/support/topic/all-members-tab-count/#post-228851

    #240600
    danbp
    Participant

    Hi @ethanoltom,

    don’t double post (this-webpage-has-a-redirect-loop) as it doesn’t bring faster or any answer. Also, searching for similar issues before asking is good practice.

    So please, read here and follow advices. You’re not the only one whith this issue. For now, deactivate also your theme, any plugins except BuddyPress and if you use a cache plugin, clear it previously.
    Concerning the forum rules, please read here. If you use some custom functions, remove them too while testing.

    Aside, i visited this profile. I would recommend you review your email strategy, it’s not a good idea to show it publicly.

    #240593
    Julia_B
    Participant

    I’m not sure @danbp, as you can see that post was from 8 months ago and the issue with group mentions has only appeared since I installed the latest buddypress update a few days ago.

    I don’t think it can be the them because the issue still happens when I switch to the default Twenty Fifteen theme. And I have tried deactivating all the plugins and that hasn’t resolved it so I don’t think it’s that. But I’m not a developer, you clearly know more about these things than I do!

    If you could have a look that would be great. Is there a way I can send you a test user account privately?

    Thanks for your help.

    #240590
    danbp
    Participant

    According to your past topics here, you have now a haunted mention system ! 🙂
    A change you make ? Here….

    Uploading a fresh BP copy is just in case of one of the files was corrupted during update. This doesn’t affect anything in a theme or another plugin, or even in the DB. If you did it, BP is already restored to default.

    I suspect a remaining old setting option from an uninstalled plugin or theme, but without any idea what it could be. 🙁

    It may also be possible that Buddy theme is not following strict BP coding standards or is outdated at some point. But only if the site is extremeinferno.com…

    Can you provide a temporary test user account for your site ?

    #240586
    Julia_B
    Participant

    Thanks @danbp. I tried reinstalling buddypress, that hasn’t worked. I’ve also tried deactivating all the plug ins in case of conflict and that’s not it. I thought it might be the theme but it still happens when I switch to the twenty fifteen theme.

    I’ve never set up a child theme so nothing custom there. I can’t remember ever changing custom functions in bp-custom.php or theme functions.php, but I guess it’s possible I’ve been in there at some point. I’m not a professional developer so wouldn’t know what to look for in code error though, is there a way I can just restore those files to the defaults? Or would that have happened anyway when I installed the new copy of Buddypress?

    #240579

    In reply to: unable activity

    kiwonuhm
    Participant

    hi,
    herre’s my answer

    1. Which version of WordPress are you running? 4.2.2
    2. Did you install WordPress as a directory or subdomain install? worpress directory
    3. If a directory install, is it in root or in a subdirectory? in root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? no, installed new
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes
    6. Which version of BP are you running? – new one
    7. Did you upgraded from a previous version of BP? If so, from which version? no, installed new on
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    I have some plugins, woocommerce, visual composer, forms, around 10
    9. Are you using the standard WordPress theme or customized theme? – purchased theme, multi news
    10. Have you modified the core files in any way?no
    11. Do you have any custom functions in bp-custom.php?no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbpress 2.5.7, I installed individually
    13. Please provide a list of any errors in your server’s log files. – checking now
    14. Which company provides your hosting? – in South Korea, http://www.cafe24.com

    at the first place, the activation was worked. but this issue has started since when I tried to click translate button. I did many things that change theme, all plugin delete and activate, but buddypress is not working.
    if there are something I missed, please let me know what I have to try
    Thanks!

    shaquana_folks
    Participant

    I’m sorry @danbp, I’ve tried looking through those links that you sent, but I’m still very much confused. I cleared the cache, then I went in my Appearance > Customize link and typed in “MyLoopnetwork” as the Site Title, refreshed everything, went to try to create a user profile, and it still did the same thing. I’m still running these tests with the Twenty Fifteen theme. Is it possible for anyone to look from the backend of my site somehow to see what I’m doing wrong or if I’m not setting up something correctly? I’m new to all of this and just trying to get this registration page to work on my site.

    #240558
    Hugo Ashmore
    Participant

    On any particular condition other than just messages? If you want to simply remove the item-header you have two choices really, query the page for the component and action being viewed and wrap a conditional around the item-header or using the template hierarchy create a index-messages.php file in your theme adding it into file structure as outlined in the codex guides ‘buddypress/single/members/’ now you can modify this template and remove elements just for that one component view.

    Template Hierarchy

    #240555
    danbp
    Participant

    hi @julia_b,

    Seems your mention link has no closing tag, but difficult to say who, what, where without details.

    Have you a custom template file for members-header.php in a child-theme ? If yes check the @ link at the begin of that file.

    If no, have you custom functions in bp-custom.php or theme functions.php ? Check there for some code error.

    If no to both, simply upload a new copy of buddypress, maybe a file get corrupted during update.

Viewing 25 results - 5,826 through 5,850 (of 31,072 total)
Skip to toolbar