Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 4,151 through 4,175 (of 31,071 total)
  • Author
    Search Results
  • #257776
    danbp
    Participant

    That’s very theme dependant and eventually if you customized your site it needs adjustment too. Essentially CSS and JS. Unable to tell more as you didn’t mention wich theme you use.

    Perhaps you can also try to use this plugin
    https://wordpress.org/plugins/buddymobile/

    #257775
    danbp
    Participant

    My idea is that you use a wrong declaration.

    Normally, the group cover image comes is a background image of a link to the group.
    This means, if you respect BP’s original html & css in your custom work, that you have:
    <a id="header-cover-image" href="..../groups/GROUP_NAME/"></a>

    By default, if the cover image doesn’t exist or is removed, you see a grey background.
    This CSS will remove that and the second rule will reduce the empty height of the whole header, and ONLY on the group home page (if Home is the landing tab you use for groups).

    .group-home a#header-cover-image {
       background-image:none!important;
    /* remove the default grey background */
       background-color: transparent!important;
    }
    
    /* this should probably be adjusted to your theme */
    .group-home #item-header {
       margin-top: -150px!important;
    }
    #257773
    Paul Wong-Gibbs
    Keymaster

    What version of WordPress, BuddyPress, are you using?

    What theme, and what other plugins do you have active?

    #257761

    In reply to: buddypress hosting

    Earl_D
    Participant

    Shared hosting would not IMO you would need a VPS or managed host depending on your configuration ex your theme and number of plugin.

    #257753
    danbp
    Participant

    @mugwumpman,
    first and last_name fields don’t belong to BuddyPress, but to WP profiles.

    BP use only a field called Name at first install. User can enter their first AND last name in that field. Is this what you’re talking about ?

    After reading your topic on wp.org, it seems that you use those fields to enter datas which are not first and last names, but more for company and company activity or such.

    As you use BP, i would suggest you use the power of xprofile and offer to your user a much better experience by adding a field for a company and another for company activity (or something like that). So you can forget WP’s profile fields and use BP’s xprofile fields.

    WP’s profile field used when BP is activated are: username, email and password.
    And BP adds his mandatory Name field, which can be first, lastname, username or whatever other unique name belonging to a subscriber (which can be a human, a pet, a company….).

    And yo can as many fields you want to the registery or for later on profiles.

    The other problem related to font case is a mistery so far. Can be related to many things such as plugins or theme or custom function. This can be determined by debuging and using one of WP’s default theme and all plugins deactivated.

    No matter to know if you fill a wp or a bp field for this. Both use a textarea, so it’s probably more a css thing somewhere.

    danbp
    Participant

    See in bp-templates/bp-legacy/buddypress/members/single

    and read here for some general guidance. Note: even if only Twenty theme are described as example, you can use (more or less) the same technique for any other theme.

    What ever, all starts by creating a child-theme as very first step.

    Related to your question, do drop down list of the sub nav and hide them in the object nav fields, i think you don’t need to alter a template, but to write a custom function.

    As i can be wrong about you goal, perhaps take also a look to core file bp-core/bp-core-buddybar.php to understand how nav and subnav are instanciated.

    Read also https://codex.buddypress.org/developer/navigation-api/

    danbp
    Participant

    @fearthemoose, a solution is partially given in this topic. Check just the correct way to write the function from here:

    BuddyPress Cover Images

    It’s important also to try first with a Twenty theme, as the issue could came from your theme or another plugin as BP.

    #257719
    sharmavishal
    Participant

    check the whole functions.php if it mentions group/groups….would suggest u shift to a theme which actually supports bp

    #257707

    In reply to: Redirect does not work

    Paul Wong-Gibbs
    Keymaster

    Welcome Pack! Small world.

    Can you try disabling Welcome Pack? That certainly interferes with user registration.
    Please also try disabling iThemes Security.

    Then, test registration again, and see what happens.

    If it still doesn’t work as expected, if you can switch your theme to one of the default WordPress themes (leaving those two plugins disabled), test again. If you have a test environment (say you might be using Pantheon hosting, for example), this should be easy to do, though if it’s only one server, I appreciate you might not want to modify your production site too much.

    billysgtr
    Participant

    I am just informing that problem solved from theme developers. You can close the topic.
    Thanks

    bchase2
    Participant

    No BP folder in the Specular theme. Not sure what to do with rest of your comment. Is there someplace particular in the functions.php file I need to look at to determine if there is a conflict with a group page creation?

    Thx

    #257692
    Ben Hansen
    Participant

    Well any theme that i have bought for buddypress usage would be at least a year old (probably more) at this point and i not would generally recommend buying a theme that’s old since responsive design trends are still moving so fast. Sorry i cannot personally recommend anything but there are good ways to vet the newer themes as well.

    🙂

    #257690
    r-a-y
    Keymaster

    As of right now, you would have to make a copy of the JS to make your required change:
    https://buddypress.trac.wordpress.org/browser/tags/2.6.2/src/bp-templates/bp-legacy/js/buddypress.js?marks=530#L513

    This file should reside in your theme’s buddypress/js folder.

    Keep in mind that this is the source JS. When used in production environments, this JS is minified to buddypress.min.js.

    r-a-y
    Keymaster

    It sounds like Specular has some built-in BuddyPress support, which is either incomplete or wrongly added.

    See if there is a buddypress folder in the Specular theme folder. If this folder exists, rename it to buddypress-backup temporarily and see if the group creation page works again.

    If there isn’t a buddypress folder, there is probably a code snippet in Specular’s functions.php that is interfering with the group creation screen.

    #257688
    Ben Hansen
    Participant

    this place has decent premium themes:
    https://themeforest.net/search?utf8=✓&term=buddypress+bootstrap

    you can also do a similar search query on the wp.org repository.

    #257684
    bchase2
    Participant

    I appreciate your assistance. The developer says the time it would take to evaluate BP with his theme is outside of his support services, so I’m on my own there. Unfortunately, I really like the theme and so want to try and find a work around if possible.

    I am learning as I go with this. I do know how to handle basic modification to .php files and current templates. Is there a way to create a page for groups that is outside the theme settings? I believe this is where the problem lies, with the Specular Theme default page template. I just don’t know how to modify a single page or subsequent pages to remove the template model just for this page. If I activate any of the basic WP themes, BP works fine in all respects within that theme, but reactivating the Specular theme seems to disable the groups page functionality whether I create it in the WP basic theme or from within the Specular Theme.

    If it matters, I have the bbPress plug in also installed and it’s “forum” features work fine within the Specular theme using a shortcode on the “Forum” pages. Is there a similar BP Group page shortcode I might be able to install in the same fashion?

    Thx-

    #257681

    In reply to: Redirect does not work

    fail2reap
    Participant

    @djpaul – Thanks please see screenshot here for list of plugins (https://postimg.org/image/79bu9nnft/). The theme I am using is (https://themeforest.net/item/kleo-pro-community-focussed-multipurpose-buddypress-theme/6776630). I don’t have any code customizations, I tried out a few things e.g. bp-custom.php but after none of the code snippets worked I reverted everything to how it was. No custom code atm.


    @danbp
    – I see, thanks for the clarification. That is how it has worked for me from the very beginning since I enabled it, a user will visit your-site/register and once the form is completed and submitted the user is redirected to the homepage.

    The site I am having this issue with is http://www.emberofdreams.com

    #257676

    In reply to: Redirect does not work

    danbp
    Participant

    BP’s target the page, not the register process. In brief, BP shows the wp-login page. For internal purpose only, BP needs a registration page to fit with WP.

    But it’s not an ordinary wp page, just a placeholder, or “internal address” if this is clearer to you.

    Normally, by default, once his registration is fullfiled, the user is redirected to your-site/register/ where he see Check Your Email To Activate Your Account! .

    Check your theme settings or theme’s functions.php if it contains some redirect to homepage.

    #257675

    In reply to: Redirect does not work

    Paul Wong-Gibbs
    Keymaster

    It should work like that by default. What plugins do you have running, what theme are you using, and what other code customisations might you have made?

    danbp
    Participant

    Hi,

    sorry, but we can’t assist you for premium theme, as we have no access to his code.

    For the BP part, ensure that a group page exist in BP settings > pages. This page must be unique and without any template model or other settings.
    Ensure also you activated permalinks (whatever but default).
    And test with a Twenty theme as first.
    Once ok, go to front-end Groups Directory and try to add a group from there.

    sharmavishal
    Participant

    its a Specular theme issue…tell them its working with default wp theme and not their theme

    danbp
    Participant

    @apock i merged your older topic to this one.

    – ensure you have only one activity page (and none in trash).
    – resave your permalinks. Sometimes pages are lost after updates.
    Also:
    – have you tested with another theme ?
    – which plugins do you use ?
    – do you use some custom code related to activities ?

    Apokh
    Participant
    Henry Wright
    Moderator

    Which theme are you using?

    danbp
    Participant

    Never modify original files.
    Custom code for BP can be added to bp-custom.php

Viewing 25 results - 4,151 through 4,175 (of 31,071 total)
Skip to toolbar