Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,476 through 15,500 (of 31,073 total)
  • Author
    Search Results
  • #131978

    Ok, I deactivated all plug ins, changed to BP-default theme – still has multiple users listed for latest two members. I can’t seem to find anyone in Atlanta who works with Buddypress. Any suggestions on where to find a consultant?

    Etienne ROSENSTIEHL
    Participant

    This is probably not a BuddyPress specific issue. You can solve it in WordPress.
    You first create a blank page with a title and nothing. Let’s say the title is ‘This is my blog’
    You go to ‘Settings’ and ‘Reading’ then select ‘a static page’ in the ‘Front page display’. You select the Front Page you want to appear first. Then for the posts page you select ‘This is my blog’.

    enderpal444
    Participant

    bump because I really need to figure this out =)

    #131963
    Hugo Ashmore
    Participant

    It does not change any of your posts or pages, however it does require that a compatible BuddyPress theme is running and that means you will need to do a little work if you have a theme in use already and don’t want to use the bp-default theme bundled with BP.

    To modify an existing theme to work with BP you need to run the template pack plugin, details of which and step by step guide you will find in the BP codex.

    If i could remember right, you can use the following code but i am not sure if it is outdated because i have it during BP 1.2.

    function sort_alpha_by_default( $qs ) {
    global $bp;
    if (!$qs && ( $bp->current_component == BP_MEMBERS_SLUG || $bp->current_component == BP_GROUPS_SLUG) )
    $qs = ’type=alphabetical&action=alphabetical’;
    return $qs;
    }
    add_filter( ’bp_dtheme_ajax_querystring’, ’sort_alpha_by_default’ );

    #131960
    abhayjeet
    Member

    @mercime ermm I’m using twenty eleven latest and buddy press latest stable release as well. Initially i thought the problem was because JQuery and AJAX was not being called properly in the website and tried to do it manually by calling up the files in the header but with no success. Then as a resort I had to use a new theme from scratch, use compatibility tool to make it all work without modifications to my new website, created child theme to that it looks okay and then copied everything from my old website onto new. Please see. http:// pianocouture2.iclsoftech.com for the version that works. Thanks for all your help :)

    @mercime
    Participant

    @mettezz – I have helped out compatibility with other themes from Themeforest in this forum and have not seen load more issue. Could be a JS conflict based on the 10 or so scripts included in the theme. Best bet is to contact Theme Developer as they would know how to resolve the issue.

    #131950
    houfton
    Participant

    In case anybody is interested (!) I found a solution using the bp_field_css_class function: `<div>`. This gives my divs a class name based on the field name eg: `

    `.

    The trouble I have now is that the profile loop seems to be ignoring the styles in my child theme’s style.css file – apart from the body tag styles which it applies. I can’t work that one out at the moment.

    #131949

    In reply to: What theme is this?

    @mercime
    Participant
    #131948
    longilineo
    Member

    Groups should be only private or hidden.

    I know I should not change the core, but I do not know how to do otherwise.

    By changing the core, I can remove the ‘public groups’ among those available during the creation process of the group.

    In truth, to remove the radio button, I do not modify the core but a view of the active theme.

    But the default groups are still created as public. This occurs when you create the group by setting only the name and description of the group (first step).

    Mettezz
    Member

    thank you for the quick response. wp version is 3.3.1. BP Version is 1.5.4. I did not disable the Template pack JS/AJAX. I also tried it on 3 other themes of cosmo named

    Facepress: http://themeforest.net/item/facepress-community-content-sharing/full_screen_preview/1861805
    Megusta: http://themeforest.net/item/me-gusta-userdriven-content-sharing-theme/full_screen_preview/570785
    Multipress: http://themeforest.net/item/multipress-multiple-and-versatile-layouts/full_screen_preview/1362176

    they all have the same problems. I also noticed that the filter does not work same with the load more function when i click the twirling load button shows up but it doesn’t show the filtered content.

    thanks again for your time

    rcain
    Participant

    OK – I’ve found the answer.

    please ignore my first suggestion above.

    the solution is to either:

    a) wordpress, admin, settings, privacy (site visibility) – allow search engines to index this site – must be set

    OR

    b) include the following filter in my plugin (or themes functions.php file):

    `
    add_filter(‘bp_is_blog_public’,’scl_bp_is_blog_public’,10,1);
    function scl_bp_is_blog_public($is_blog_public) {
    return true;
    }
    `

    i chose the second method for my purposes.

    note: BP seems to make very confusing/ambiguous use of the wordpress ‘blog_public’ option – in the file functions referred to in my first post above, it makes an explicit test of this option, and if not set to public then disables posts or comments from appearing as items in the activity stream.

    i note that issues around this factor were raised as a ticket a year or so back and this mechanism was provided as some sort of solution (to exactly what problem i am uncertain – though luckily a filter was provided).

    personally, i cant see the point of it – surely a BP option to specifically allow/disallow wordpress post and comment activities would have been far better – after all, what has WP search engine visibility got to do with BP activity streams – i have no idea! (perhaps someone could enlighten me).

    meanwhile, I am considering raising a new/reopening a ticket on this (since the situation appears unchanged in the new BP 1.6 code).

    be interested in others views.

    hope this helps someone.

    #131940
    enderpal444
    Participant

    oh ok i figured this out. I copied the function to my functions and change the name to my_dtheme_blog_comments. Then I changed the function called in my child theme comments.php. I’ll leave this up in case somebody stumbles upon it.

    @mercime
    Participant

    WP/BP versions? URI to your site or facepress theme demo? If you’ve disabled BP Template Pack JS/AJAX in Appearance > BP Compatibility, then correct it by unchecking Disable BP Template Pack JS/AJAX

    #131934
    @mercime
    Participant

    WP/BP versions? Single WP or Multisite (BP installed in main site or subsite)? Theme used? Plugins used? Have you enabled Group Forums in Group’s admin settings? Have you done basic troubleshooting by deactivating all plugins except BuddyPress and changing to bp-default theme?

    #131921
    @mercime
    Participant

    @dawnna @abhayjeet WP/BP versions? Theme used? Plugins used? Single WP or Multisite? Error logs?

    @mercime
    Participant

    @benstacey
    – “On the secondary site i’m using Angus by epicthemes” == so you installed and activated BP Template Pack plugin to make your WP theme, Angus, compatible with BP. Can you post to pastebin.com the full code of your angus/groups/create.php file?
    – Have you tried changing to bp-default theme, and check if issue is corrected.
    – Re plugins – deactivate BP-specific plugins sitewide and Options Framework v1.0 for the BuddyPress site and see if issue is corrected.

    @mercime
    Participant
    shanebp
    Moderator

    >members posting stuff too

    It’s tricky on mobile devices, but doable.
    You’ll want to use the BP mobile theme for those or build your own.

    Apple Safari doesn’t allow uploading, so you have to use a workaround like Aurigma Up.
    @modemlooper says he built an app that does the same thing and he’s considering releasing an unbrandable version with a site license – I for one sure hope he does.

    Android allows uploads but things like the avatar crop tool won’t work, afaik.
    We built a custom avatar upload page with auto-crop for Android as part of our custom mobile theme.

    Hopefully you’re lucky enough to have a client that actually understands what is involved when they say they want a ‘facebook’.

    AaronNGray
    Member

    Na, I need to know how to be able to create new .php files to be executed both on the (child) theme’s root and under “topics”/”sub diretories”.

    shanebp
    Moderator

    One way is to use:
    http://www.hitreach.co.uk/wordpress-plugins/allow-php-in-posts-and-pages/

    Then create a page called ‘Invite’ in wp-admin and put this on the page
    between open and close [ php ] tags without the spaces
    ` locate_template( array( ‘some-theme-dir/invite.php’ ), true ); `

    The url for that page won’t be your-site/members/invite
    It wil be your-site/invite
    If it has to be /members/invite, then I’m not sure how to do it.

    #131873

    Thanks for the input, but I still can’t seem to get things working.

    I tried to change the .bind(‘load’) to .ready(‘load’) but that didn’t help, and I still can’t seem to resolve this conflict.

    I’ve noticed this same behavior on many uptodate buddypress instals when coupled with themes that have jquery sliders in them. Any other ideas?

    #131872
    coreymj78
    Member

    MAN I am sure glad I tried changing BACK my .htacess rules from what you gave me back to what I had before, which what I had before is what WP says is correct, not what you said. Now my theme problem is fixed. Why the he++ did you do that to me? Jeeez. What I get for listening to a non-support person I guess. The other thing that got me in trouble with BP was following the advice on this very website in How To Delete BuddyPress which told me to delete database files.

    And none of this has gotten me any closer to a solution. Anyone different besides Hugo that is?

    #131849
    aces
    Participant

    There is something wrong with your register page as, I think, it should have Name ( at least ) as a required field under the profile details section.

    If I click on ‘complete sign up’ without filling anything in then it redirects to the front page whearas I think it should stay on the same page but with error messages.

    Is https://wordpress.org/extend/plugins/page-links-to/ the plugin that you mentioned in the other topic?

    I wonder if it is compatible with buddypress. Buddypress is quite particular about it’s permalinks….. If you disable page-links-to, do you get the profile details content on the register page then?

    It could be something else to do with permalinks and the .htaccess file that should be in the same directory as the wp-config.php file.

    The usual method for diagnosing issues is to disable all plugins and revert to bp-default. If it then works one can start to reactivate plugins and theme until something goes wrong – ie the last thing you reactivated would be the chief suspect!

    #131845
    Hugo Ashmore
    Participant

    Concentrate on the bp default theme for the moment, Mingle is – I suppose – a BP compatible theme and as such should have all the files necessary contained within it’s own theme folder. You can come back to the mingle theme, I would just concentrate on BP for the moment, but first disable BP as well and just establish that WP is working correctly, finds posts/pages , and allows registrations.

Viewing 25 results - 15,476 through 15,500 (of 31,073 total)
Skip to toolbar