Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 14,876 through 14,900 (of 31,073 total)
  • Author
    Search Results
  • @mercime
    Participant

    Following link shows you the steps of the BP template pack – compatibility process. Near the bottom of the link, you’ll find the list of WP theme’s we’ve “template-packed” so far. Check if your WP theme is listed there. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #134361
    @ChrisClayton
    Participant

    Have you registered the buttons in your theme?

    https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/functions.php#L125

    `add_action( ‘bp_group_header_actions’, ‘bp_group_join_button’, 5 );`

    creaturis
    Participant

    nothing yet asked him almost 3 days ago but didn’t get a reply here: http://buddydev.com/forums/topic/coupld-of-bugs-with-bp-mag-classic. so i had nothing better to do then looking into it myself, and I found this problem. read some tutorials about php codes. (else if) tried some different ways to implement it all failed.

    just wondering if the code looks okay like that. so i can search for the issue somewhere else. i will take a look in the bp default templates didn’t do that yet thanks.

    I was also afraid since it works on his bp mag classic demo its got nothing to do with the theme. and its once again an issue with my wordpress installation or host.

    #134344

    Hmmm, buddypress won’t let me post the code. Telling me I already posted it… Here is my child-theme’s full functions.php code: http://pastebin.com/ADbF82xL

    #134343
    Boone Gorges
    Keymaster

    Can you clarify which files you mean when you say “the settings folder from the core BP files”? Do you mean the following:

    `buddypress/bp-themes/bp-default/members/single/settings/`

    If so, these files *should* be getting copied over at the same time that the entire `members` directory is copied, during the BP Template Pack setup process. It could be that there is a bug in that plugin causing the problem.

    #134342

    Ok, I believe I am on a bp screen. Here is my full code. This is the “functions.php” in my child theme. It displays 3 custom tabs and in the last tab is where y code struggle is. I think @ChrisClayton is right, I just need to have global $bp; inside the function. I just don’t know how I could code that. I appreciate the help guys, this has literally kept me up 5 hours of last night!

    Hugo Ashmore
    Participant

    The question would be how does this behaviour stack up against bp-defaults behaviour answer that and you answer the question as to whether it’s an issue with this theme. To be honest it’s really a question that should have been answered one way or another by Brajesh? You say you asked him but neglect to say what his response was!

    #134335
    maraki
    Member

    guys i already posted the job to find a freelancer… honestly this is way above my level and I don’t have time to work on this :)

    i am not a programmer by the way, i am an accountant! having learned to create wordpress sites and install plugins, I have come far.

    #134330
    Hugo Ashmore
    Participant

    Wouldn’t cost you that much although depends on the beautification that your required, however seeing as mercime will fix things for free, please consider a small donation to a worthwhile charity :)

    #134326
    @mercime
    Participant

    @neodjandre Open up your theme’s header.php file, copy all, paste in pastebin.com, click submit and post the generated URI here. Then do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.

    #134323
    @mercime
    Participant

    Set which blog ID BuddyPress will run on if not on main site – add following to your bp-custom.php file:
    `define ( ‘BP_ROOT_BLOG’, $blog_id );`
    where you replace $blog_id with the blog ID number of subdomain/subdirectory site of your multisite installation – https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/

    As for themes – you can use a WordPress theme then install the BP Template Pack plugin and go through the BP Compatiblity process. Check if your WP theme has been “template-packed” in the list near bottom of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #134320
    cicakchanson
    Member

    Thanks for the reply sniper kitten (I like your avatar). I ended up installing a fresh copy of wordpress, getting multi-user going and then adding buddy press just to play around with everything. It seems have a lot of really great functionality. I am excited about the possibilities but I have run into one or two issues that give me pause. Perhaps you could offer a bit more sage advice?

    I noticed that the buddy press install seems to effect only my root site with the other sub domain sites being unaffected. Do you know of a way for buddy press to take effect on one of the sub domain sites instead of the root?

    The reason I ask is that I’d like for people to not land on the buddy press site upon trying to access my domain url. Instead I want visitors to my domain to land on a different wordpress site running a different theme.

    This might be possible in different ways. I considered just doing two totally different installs and using the first as my landing page and the second (with a different domain) as the buddy press site. This won’t work however, because I need to share users between the two sites and I think if they were in the same network that would be a lot easier.

    The second idea I had was if I could somehow fool the user’s browser into going to a subdomain site when the domain was entered into the browser URL field. That, of course, brings up the issue of how people would access the buddy press site at all.

    Any thoughts on how this might be done?

    #134319
    maraki
    Member

    guys, this is beyond my skills…

    I can pay £100 GBP to fix these issues and make some small CSS changes to beautify things.

    If you are interested please email me at andreas (at) eupal.eu

    thanks for trying to help,
    Andreas

    #134318
    Hugo Ashmore
    Participant

    Plugins? Always the first response has to be disable all plugins, if using a custom theme revert to bp-default then test again to see if the issue persists.

    If you’re running any caching plugins definitely disable those – and preferably don’t re-enable them.

    #134315
    Hugo Ashmore
    Participant

    ou still have those duplicate ID’s they are not really acceptable in fact they may well cause issues as ID’s must be unique to a page – it’s not a flexible rule.

    Look at those two pages ‘group directory index’ and ‘single group display’ you are missing a fundamental class that gets added to the body tag ‘.right_sidebar’ without that class present your sidebar does not have the required ruleset applied.

    You will need to work out how your theme ‘framework’? applies that class for a given view and ensure it’s applied in respect of your groups single view pages (and any others )

    #134314
    maraki
    Member

    Hi @mercime,

    I fixed that but when you click on the group link things get messy.

    http://community.eupal.eu/groups/politics/

    any ideas there?

    #134312
    @mercime
    Participant

    pls provide more info about your install – current wp/bp versions? what theme used? multisite? bp multinetwork? do you have stealth mode plugin or bp ninja plugin activated or membership plugin activated?

    #134311
    @mercime
    Participant

    @djwinner Yes, you should hit up the theme author. You paid for a theme that’s supposed to be compatible with BP 1.5.5 per documentation, you deserve a theme which have all parts working.

    #134310
    @mercime
    Participant

    @neodjandre at first glance, it looks like the layout you have for the groups directory page you linked to above is the default layout you get right after BP compatibility … except that the member’s profile page has the sidebar below the content. The only hitch with that layout is that you have duplicate div#content in the HTML (one from your theme and the other from the BP template file) but that’s livable. Or did you already tweak the layout of the group directory page?

    #134303
    @mercime
    Participant

    If you have a child theme of bp-default theme, the simple way would be to copy over:

    a) https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/groups/create.php
    to wp-content/themes/YourChildThemeFolder/groups/create.php
    – above line 90 per linked file add “
    – below line 106 per linked file add “

    b) https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/groups/single/admin.php
    to wp-content/themes/YourChildThemeFolder/groups/single/admin.php
    – above line 69 per linked file add “
    – below line 87 per linked file add “

    Note that if you as Site/Super Admin don’t even want to create a hidden or private group yourself, then delete lines 90-106 from create.php and delete lines 69-87 from admin.php

    #134301
    djwinner
    Participant

    Ok sooo keep hitting up theme author??

    #134295
    @mercime
    Participant

    Open up your custom BP theme’s /activity/entry.php file, copy all, post to pastebin.com and paste the generated pastebin.com url here. I want to see if it’s the same issue as the other theme I saw. If not, then it’s up to the theme author to resolve this.

    #134294
    djwinner
    Participant

    Theme is called Game Portal (theme forest) Here is current Dev URL: http://www.winnermediadev.com
    Test User Login: test Password: test123

    Thanks!

    #134290
    @mercime
    Participant

    == This theme is different and the author, while usually very responsive has gone black ==
    We are not mind readers here. Please either name the theme or give site uri, and we’ll let you know if we can help you.

    #134287
    djwinner
    Participant

    This theme is different and the author, while usually very responsive has gone black. Very frustrating. Anybody have an idea what may be causing this break??

Viewing 25 results - 14,876 through 14,900 (of 31,073 total)
Skip to toolbar