Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,926 through 6,950 (of 32,560 total)
  • Author
    Search Results
  • #243995
    VeeLow
    Participant

    Sadly, I’m not here with an answer, but another manifestation of this same problem.

    Am running WordPress with bbpress and BuddyPress, Twentyfourteen theme, everything updated except I’ve not yet gone to BuddyPress 2.3.3.

    My login is “Prof L”; so is my user name. To the best of my knowledge I’ve set “admin” nowhere in BuddyPress……but to private message me, “@admin” is required!

    Update: OK, I see that in email settings, one of the options reads as follows:

    A member mentions you in an update using “@admin”

    So somehow that has been set to my “handle” (is that the right BP term?) But again, I never to my knowledge entered “admin”, nor does it display anywhere on the front end of the site.

    I will try the plugin mentioned up thread, and report back–but wanted to testify that this problem is real and ongoing….

    #243985
    shanebp
    Moderator

    afaik, there is no option.
    Try this in your theme/functions.php

    function larnoult_remove_bbpress_notifications() {
        remove_action( 'bbp_new_reply', 'bbp_buddypress_add_notification', 10, 7 );
    }
    add_action( 'bbp_loaded', 'larnoult_remove_bbpress_notifications', 99  );

    You may need to tweak the priority settings.
    https://codex.wordpress.org/Function_Reference/remove_action

    #243974
    Henry Wright
    Moderator

    I added some comments asking the main group to seriously consider BP and other plugins when choosing next default theme

    Nice one @djsteveb! I hope TwentySeventeen takes BuddyPress into consideration too.

    Henry Wright
    Moderator

    To the best of my knowledge, you can’t have 2 themes activated at the same time. You should choose a WordPress theme and then make use of the BuddyPress Template Hierarchy to customise the BuddyPress portion of your website.

    #243972
    alisterho
    Participant

    Hi Shane, yes I have just switched to the theme Twenty Fifteen and still not showing the fields I have inserted in the Primary Group.

    Gini Garbick
    Participant

    Please provide the solution…I am having the same issues with my site and I am using a theme by the same developer as Kleo.

    Thank you.

    #243934
    shanebp
    Moderator

    Again – Did you try switching to a WP theme like 2015 to determine if the issue is in your theme?

    #243933
    alisterho
    Participant

    Hi Shane, yes all the fields I created sits in the Primary Group. My theme is http://themeforest.net/item/embrace-creative-corporate-wordpress-theme/8931729 which is pretty current. It was working before then we switched host providers and I had to rebuild the site, and now its not working.

    Very confused.

    Would appreciate any assistance.

    #243926
    tr1stessa
    Participant

    Hello danbp,
    Sorry for my late reply. I tried testing out with the twenty fifteen theme but it won’t show the notifications. I am also not using any notifications plugin (I tried on but didn’t resolve the issue either). No other errors are being generated, all links are working except for the user profile in the notification. It seems to be automatically adding the root folder and the members folder into the URL instead of just going directly to the user profile URL. Is there anything in the notifications php that I can edit to fix this?

    Thanks!
    Teri

    #243916
    vitamincee
    Participant

    Hello! Nevermind I found the problem. It was indeed a JavaScript conflict and it’s been resolved. My theme works great now!

    #243915
    DevynCJohnson
    Participant

    @shanebp , thanks, but reread #12.

    True, BuddyPress provides a way to upload avatars, and “Basic User Avatars” and “Simple Local Avatars” are plugins offering that feature. However, after upgrading my theme to HTML5 and removing Flash from my browser, I can no longer upload avatars using any of the three mentioned possibilities (backend or frontend).

    As for your suggestion about Autoptimize, it does not work like that. “plupload.full.min.js” is supposed to be in the “exclude” list. This means Autoptimize does not dump the contents of plupload.full.min.js into a single JavaScript file. As long as plupload.full.min.js is excluded from Autoptimize, plupload.full.min.js is accessible by plugins that call it directly.

    ctuxboy
    Participant

    Hi,
    I test it in Chrome and Firefox. The same problem.
    Ok, I switched to another theme and works perfect now!

    Regards,
    Christoohe

    #243899
    shanebp
    Moderator

    Did you put the profile fields in the ‘Base (Primary)’ group?
    By default, only those fields appear on Register.

    Did you try switching to a WP theme like 2015 to determine if the issue is in your theme?

    #243892
    Paul Bursnall
    Participant

    Hi Steve,

    Thanks for the reply, I see what you’re suggesting, but I’m looking for a function to directly add items to the profile menu on the toolbar in the same way BP does. I don’t want to assign profile items to a theme location, or create a new menu within my theme.

    Thanks,
    Paul.

    #243878
    Henry Wright
    Moderator

    You’ll probably want to dequeue the style sheet that comes with the plugin and then add your own styles to your theme’s style.css.

    #243872

    In reply to: filter activity loop

    Henry Wright
    Moderator

    You should paste @shanebp’s code into your theme’s functions.php file. That’s where it should go.

    #243868
    Henry Wright
    Moderator

    Check out Theme My Login. I’ve used it alongside BuddyPress many times and can say it works well.

    #243857
    djsteveb
    Participant

    @karllundgren – glad you hacked up a solution – I wonder if the css style you edited was one that was specific to groups pages, or all bp psuedo pages, are all your pages for your entire site?

    If it’s the standard class for all pages are your site then you are essentially hiding the sidebar on all pages for the entire site, which may cause a different problem for you on different pages while solving the problem on your groups page.

    If it’s a class that affects just bp page or bp groups, then I may take a look at that theme and how it’s coded for ideas..

    IF you are just trying to remove the sidebar for pages – it may be better to edit your page.php file and find / remove “get_sidebar” or whatever as well – it will save a little load time on your server if you remove the call for widgets and stuff that is never to be seen anyway.

    Just a few ideas from a bp noob – I’m sure there is more than one way to skin a site properly.

    #243855
    djsteveb
    Participant

    @karllundgren – neat site and tutorial there I agree.

    It seems that is a premium theme, not a free theme from the wordpress repository, and it’s certainly not the default 2014 or 2014 wordpress theme – which means you chance of getting answers here (about theme display issues) in the bp forums are pretty slim.

    You should direct this question to the theme author. I would be interested in what they come up with as a solution.

    #243853
    karl.lundgren
    Participant

    I’m quite new to WordPress as well. The theme came from a guy by the name of Tyler Moore. He has a comprehensive video tutorial on how to use this Tesseract them and to modify it to the design I’m using, which I love. Here’s his site: https://tyler.com/2015/create-a-wordpress-website-2015/

    I’m not sure what a “wp-repo theme” is and I don’t know what “custom modded 2015” means either. I’m sorry, again I’m new to WordPress and haven’t figured out the language yet.

    #243852
    djsteveb
    Participant

    @karllundgren – fyi when I click links to your site from here I am given a 403 forbidden.. however backspacing to get to your dot com – then navigating to the sub pages you post they do show.

    not sure what theme you are using
    /wp-content/themes/Tesseract ??
    Is that a wp-repo theme? custom modded 2015?

    just trying to add some info to your thing here – I have no clue how to mod the bp-psudo pages like groups.. trying to learn how, but totally clueless at this point myself.

    danbp
    Participant

    Which is the problem you find ?
    Again, Twenty themes on a clean WP/BP install are working and you should see the button on 2014 & 2015.

    Can you test with different browsers ?

    #243838

    In reply to: Profile looks weird

    danbp
    Participant

    For sure you can, but without my help now. This is a BuddyPress support, not a theme support and you have to learn and do your home work on your side.

    ctuxboy
    Participant

    Hello,

    I find the problem.

    It works perfect in twenty fourteen theme but not in original twenty fifteen theme.

    Strange :-s

    Someone a solution? Or the same problem with twenty fifteen theme?

    PS: There are no messages in debug-mode!

    Regards,
    Christophe

    #243819

    In reply to: Profile looks weird

    danbp
    Participant

    Ok, let’s try something different.
    Add a file called functions.php to child root
    /child/functions.php
    Copy/paste this, including php tags

    <?php
    // enqueuing the child to parent - don't remove */
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    
    /********************** CUSTOM STUFF **********************************/
    
    // other custom function
    
    ?>

    Inside child’s BuddyPress folder, you can remove anything except CSS and JS folder.

Viewing 25 results - 6,926 through 6,950 (of 32,560 total)
Skip to toolbar