Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 13,526 through 13,550 (of 31,072 total)
  • Author
    Search Results
  • Sciencefiction68
    Participant

    done!:)

    #140916

    In reply to: BP.org – Us vs Them

    Here is my point again, before things get too sour. This isn’t an indictment of anyone. This is about the problems with open source communities and hopefully how to avoid them.

    BP lacks a marketing vision. This is typical when there is not central ownership.

    There are basic steps that can be taking to improve this. You should bring in outside writers to the Blog to create tutorials, tips, tricks, highlights etc. not just a place for press releases., The showcase should be updated and expanded like other showcase sites. The theme showcase should be incorporated into it instead of a separate area (especially after 1.7). I could go one but by far the most important thing is to embrace it’s users. People that may have never written a line of code in their life should be embraced not cast aside or ignored. They should be nurtured and supported. That’s how you build long term strength and loyalty.

    #140915
    @mikey3d
    Participant

    I found the problem. When I change the theme to bp-default and the link in the Group Directory is working. But oh boy, it is not theme it was the function.php that I add @boonebgorges codes is not working:

    What’s the easiest way to change the default landing page for BuddyPress groups?

    It was working in BP 1.6 but not BP 1.6.1. I deleted it. It works.

    function bbg_set_new_group_default_subnav() {
    global $bp;
    
    if ( bp_is_group() ) {
    // Set up your new default
    $new_screen_function = 'groups_screen_group_forum';
    $new_default_slug = 'forum';
    
    $parent_slug = bp_get_current_group_slug();
    
    if ( $function = $bp->bp_nav[$parent_slug] ) {
    if ( !is_object( $function[0] ) )
    remove_action( 'bp_screens', $function, 3 );
    else
    remove_action( 'bp_screens', array( &$function[0], $function[1] ), 3 );
    }
    
    $bp->bp_nav[$parent_slug] = &$new_screen_function;
    
    if ( bp_is_groups_component() && !bp_current_action() ) {
    if ( !is_object( $new_screen_function[0] ) ) {
    add_action( 'bp_screens', $new_screen_function );
    
    } else {
    add_action( 'bp_screens', array( &$new_screen_function[0], $new_screen_function[1] ) );
    }
    
    $bp->current_action = $new_default_slug;
    }
    }
    }
    add_action( 'bp_setup_nav', 'bbg_set_new_group_default_subnav', 999 );
    
    function bbg_set_new_group_default_action() {
    global $bp;
    
    if ( bp_is_group() && !bp_current_action() ) {
    $bp->current_action = 'forum';
    }
    }
    add_action( 'bp_setup_globals', 'bbg_set_new_group_default_action', 999 );

    Mikey3D

    #140910
    @mercime
    Participant

    @tomelk31 Per my check, the submit button is floated right in your site’s register page. However, this page and your other BP pages show that you still need to complete Step 3 of the Appearance > BP Compatibility process, i.e., fixing alignment for BP template files transferred to your WP theme folder.

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/catch-box/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    @mercime
    Participant

    @ed161718 You need to change 16 template files within the 6 BP folders transferred to your catch-box theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your catch-box theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `
    <article id="post-” >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `, AND move title to above `

    `. Just watch out when you do this in the /activity/index.php page.

    Save files.

    @mercime
    Participant

    @sciencefiction68 this topic is specific for the alignment of the Catch Box theme for ed161718. Please start a new topic, copy over what you’ve posted above and I’ll help you there.

    #140897

    In reply to: BP.org – Us vs Them

    Tammie Lister
    Moderator

    I am simply going to comment once here and won’t reply as I’ve had my fill of debates like this. Part of me just feels I shouldn’t even comment anymore but you certainly have got the wrong end of the stick. I for one want you to get involved more – I have lost count of how many times said that now. I still do and my hope was that you step into the community with more involvement not tred on it with a statement like this, so with that intent I shall comment.

    You’re not the only one active in the community speaking to users, many say positive things. As someone that is like everyone else whose not a core contributor and by your definition an ‘us’ not an them (horrible definitions with too much negative weight to be used with bias), I can say that I couldn’t disagree more with your attitude exhibited in this post and also in other posts. There is no conspiracy, there is nobody against anyone. The mods aren’t out to get anyone either… they are simply doing their job in the forum.

    If you look at the facts you will see actually a far more open community effort has been done in 1.7 where the core team have opened the doors by asking event or UI contributions for the first time ever in the history of the project. These were open to absolutely everyone and still are. You, me, him, her.. anyone can do a wireframe and it will be discussed. Anyone is also encouraged to be part of this process. I am not a kid by any means, I have lots of work to do, a husband, a life outside of BuddyPress – do you truly think I and others like me who aren’t part of the core team would get involved in this project when it was going to be pointless to be involved?

    In 1.6 there was even a theme project and yet again calls were made out for people to join. I did, so did others and you know what – we had an amazing time, were welcome and never had any agendas forced on us.

    Whilst, out of context to your statement here, I shall mention briefly the apparently trigger word for you of ‘veto’. You took offence at my use of one word ‘veto’ in relation to a technique suggested for drag and drop feature by a member of the core team, claiming this was a sign of an agenda by the core team – I still encourage you to look at the logs I linked for the developer chat to put that statement into context. Then I think you would see no agenda as there wasn’t any. Perhaps as you state ‘if you take this as hostel you proved it’ you should look without bias before jumping at a word.

    I have before and I will again simply ask you to turn up the developer meetings and get involved. There is no point writing posts like this without looking for solutions. Negative breeds negative and gets peoples backs up. You say don’t take this post as hostel, way I’d not take it as hostel would be to see you step up and be a positive influence and get involved in the community. Then you truly are putting the community first and making sure by being part of the solution there is no agenda.

    You walk into a room with open arms and smile – you get a welcome. You walk into a room, you talk to people, you start conversations and engage positively – eventually you’re at the center of that room’s conversations and integrated. You walk into a room with folded arms and a grumpy face – you get no welcome. You walk into a room, stay a while and endlessly complain about the room and all the people in it – people stop talking to you, back off and the room becomes very lonely. You walk into a room, stay a while then start lashing out your arms and swearing – people ask you to leave. I hope you open your arms and become a part of the solution.

    #140884

    In reply to: Profile wireframes

    @hnla I didn’t suggest it, she did….

    @karmatosed : Things like you are suggesting are far more theme than UI. I could see it being done as a released theme or being done as a custom theme. Just seems over kill for a default UI. I could be wrong but didn’t you bring that up before @ubernaut and it was vetoed?”

    I don’t have a problem if the developers want to make these decisions on their own. That’s fair, they put in the hours to get it this far. What upsets me is wasting our time asking for feedback on things that are set in stone.

    #140857
    grayceworks
    Member

    If you have already run the install using the “buddypress out of the box” option, and need to get back to where you have options to install different theme support, just switch your theme temporarily to a theme that lacks buddypress support. It will then give you a message with the options to get buddypress themes (and clicking on that link in the message will take you to a plugin download page with the buddypress theme pack and other specific theme plugins you should install) OR the option to have buddypress help you modify your own theme, which will be a 3-step process in which buddypress will copy theme folders over to your theme folder, and then will give you instructions on how to modify the buddypress pages to match your theme.

    #140849
    @mercime
    Participant

    @newbie2011 first of all, congratulations on fixing alignment of your Members Directory page for Step 3 of the BP compatibility process :-)

    The difference between members directory page from the activity page was that the div surrounding the content for members directory was `

    ` which had paddings and margins in your stylesheet while the div surrounding the activity was `

    ` which had no style associated with it at all.

    So either you change the div in all the remaining BP template files from `

    ` to `

    ` or, just make the change in stylesheet
    from
    `.bpcontent {
    margin: 0 0 10px;
    padding: 10px;
    }`
    to
    `#bpcontent,
    .bpcontent {
    margin: 0 0 10px;
    padding: 10px;
    }`

    Btw, initial scan of your theme shows that you have the option of creating on two files, header-buddypress.php and sidebar-buddypress.php, to make your theme compatible with BP instead of revising the 16 BP template files transferred to your theme folder in server. FYI.

    #140843
    @mercime
    Participant

    If you saved database before upgrading, then install the WP/BP versions you had working with that DB and import the database to the installation. Then deactivate all plugins except BuddyPress and change to Twenty Eleven theme before upgrading WP/BP to current versions. Activate bp-default theme after the upgrade and check everthing is working before activating plugins (which you should check if compatible with latest BP/WP versions before activating).

    If you only saved database after the upgrade, then that’s a different story. I do hope you backed up DB before upgrading.

    #140840
    @mercime
    Participant

    == login/register links in the toolbar to the right side instead of the left? ==
    @flq I see these on the right. what theme are you using? or have you resolved this already?

    #140809
    tomelk31
    Member

    Thanks for replying. Couldn’t find the ” P align left part” part and added the code but it didn’t work. :(

    #140808
    Aron Prins
    Participant

    Hey @tomelk31

    Remove the P align left part ;)
    Use the submit div and add a left float, so it mimics this:
    `

    `

    Cheers,
    Aron

    #140807
    Aron Prins
    Participant

    Hey @sobuddy

    Please checkout /_inc/css/default.css in your theme folder, search for button and replace the css accordingly.

    Keep in mind, that if you do this in your main bp-default folder your changes will be erased when you upgrade BuddyPress. Child-Themes are advised ;)

    Cheers,
    Aron

    #140804
    Aron Prins
    Participant

    Welcome to the BP forums ;)

    Firstly, I would like to know if I already have a wordpress site up and running and with a template that is not buddypress. If I install buddypress on that site, would it fit in with the current template or would I have to change my look?

    Answer: You will need to integrate the new BP templates with your current theme. The plugin BP Template Pack guides you through this process and is available fro FWEE! in the plugins directory ;).

    I am still finding my way around plugins/ addons but would normal wordpress plugins still work with buddypress?

    Answer: This depends on the plugin and it’s functionality – to my knowledge, trial and error is the bestway :P

    My site would be a Christian portal with community features. Where is best to get buddypress plugins from?

    Answer: https://buddypress.org/extend/plugins/

    News – This would import news from other sites via rss feed. : Use WordPress :)
    Ecards: Find a plugin or someone to make it for you.
    Directory Mod: Maybe you can modify the Portfolio plugin to do this :O?
    Q&A: Sorry, no idea
    Amazon Store: Run a search with our best friend, im sure he’ll hit you up with a good plugin ;)

    You’re welcome for as far as it helped :)
    Cheers,
    Aron

    Sciencefiction68
    Participant

    Hello. Im having exact same problem. I tried to mix up with style css on my own. But couldn’t manage to solve the problem due to my luck of knowledge on programming. So i reset everything. Im Using Pinboard theme. Widget area is pushed down… You can see it on http://mikrospark.com/istifadeciler/
    What should i do?

    header.php http://pastebin.com/WWWUQZWh
    index.php http://pastebin.com/BGPXMw0L
    page.php http://pastebin.com/kg6nEXiY
    sidebar.php http://pastebin.com/3ErbYaeG
    footer.php http://pastebin.com/1dPfs2Fi
    I dont have content-page.php …???

    ed161718
    Participant

    okay sorry for the delay, here is the content-page.php : http://pastebin.com/c8hRpDDn

    modemlooper
    Moderator

    Are you using a BuddyPress compatible theme?

    #140743
    Tammie Lister
    Moderator

    It’s worth noting that !important should only be used when the ‘cascading nature’ isn’t being used in a theme. If you do find like shawn38 said you need to use it you should look at why not just use it. Often you will find you don’t have to use it if use a more direct call like:

    Say you have:

    `

    My header

    `

    Now.. h1 isn’t cutting it as there is a global h1 colour. But, you can try:

    `.entry-title h1{
    }`

    You are basically saying ‘this one right here’ not ‘all of them’.

    Often this works better for pin pointing things and avoids what we should all be trying to avoid which is !important. It really is bad practice to use in this case without it being your last resort as it breaks the entire point of CSS ie; cascading.

    #140729
    9087877
    Inactive

    First off you should use always use a child theme. Second have you made sure you have targeted the correct element using a tool such as firebug? Third some themes when dependent on a parent themes css you will need to add !important declaration to overide the css. Example:

    #example {
    font-size: 14px !important;
    }

    #140719

    In reply to: Profile wireframes

    Tammie Lister
    Moderator

    I think anything that relies that heavily on scripting for navigation will probably bring more issues than it solves to themes. Remember the idea is this doesn’t impact or force themes. It’s not something personally I think belongs in a default UI which we are creating remember. Yes, for theme options or a specific UI it has a place but this isn’t that.

    Things like you are suggesting are far more theme than UI. I could see it being done as a released theme or being done as a custom theme. Just seems over kill for a default UI. I could be wrong but didn’t you bring that up before @ubernaut and it was vetoed? If this is menus (which it is) can we move it to the menu thread too please for consistency? Thanks.

    #140716

    In reply to: Profile wireframes

    Tammie Lister
    Moderator

    @ubernaut: Hmm not sure how you think this would work in the front or even whether it should. Can you perhaps do a mockup of that not just show the customiser? In your screenshot that is the theme customiser that is now in 3.5 unless I’m mistaken. I don’t see how the should work or could work for default on the front profile.

    #140710

    In reply to: Profile wireframes

    Ben Hansen
    Participant

    i have a new(ish) idea if you click the customize from the wp admin bar on wp.com web site you’ll get a frame which comes out from the side so technically it takes no horizontal space in collapsed mode. i think the only challenge (besides maybe coding related stuff as mentioned by @jjj when asked about the popup media uploader box) is that in the collapsed mode it may be too obscure for people to even know its there but i think that particular thing should be easy in that we would just make it more noticeable but i think the real advantage is that being on a separate frame it wouldn’t really matter what the theme was doing. anyway heres an image for those of you who don’t have wp.com accounts:

    https://creative.adobe.com/file/6a605f9c-832a-49db-98eb-4a23ed8be3c0

Viewing 25 results - 13,526 through 13,550 (of 31,072 total)
Skip to toolbar