Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,326 through 22,350 (of 32,562 total)
  • Author
    Search Results
  • #98172
    Tammie Lister
    Moderator

    With regards to any ‘full width’ theme you have some fundamental issues / things to consider:

    1. Line length and readability of text – humans naturally read better in limited widths.
    2. Smallest and biggest need to both get good experience of your design – with regards to resolutions

    There are ways around all of these and full width themes can work but they are as far as I’m concerned not the solution for all site types. Just because you are running out of room on a site it won’t be solved by using a full width if a user has a smaller browser and you have to design to the lowest resolution (1024 is generally considered that gauge now but most sites design to 980px to avoid scroll bars and have a background).

    #98163
    Hugo Ashmore
    Participant

    You need to compare the theme you want to use and one of it’s files i.e page.php or index.php to one of the newly created BP ones like /member/index.php the BP files need to mirror the html markup and class/ID’s structure that your chosen theme files have e.g if your theme file has an element named ‘content-main’ and the BP file has ‘content’ then the BP one needs to change to match.

    I’m afraid that if it’s still ‘all gibberish’ then things will be difficult, adjusting a theme to work with BP does require a degree of coding knowledge albeit at a basic level you must be comfortable modifying files and working with HTML markup.

    #98160
    Tammie Lister
    Moderator

    @opensourcelover: If that doesn’t work what is suggested by @pcwriter my suggestion would be to look at what is causing your JavaScript error on your page. Using firebug I can see you have one. The first port of call I’d suggest would to turn off all plugins and widgets. This could explain the difference in browsers or at least be a good next thing to try if no CSS is different.

    I totally second and agree with @pcwriter about using a child theme. Only way forward if you are going to make changes like this.

    #98153
    pcwriter
    Participant

    @opensourcelover

    My first thought is that it’s a text-shadow causing the blur effect. As the adminbar is called via the footer, try adding the following to your CSS:
    `div#footer {text-shadow:none;}`

    BTW, you really should create a child-theme rather than using bp-default, otherwise any changes you make to the default theme will be lost when you upgrade Buddypress. See here to learn how:
    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    #98150
    Anonymous User 96400
    Inactive

    It’ll be available at http://shop.shabushabu.eu. Mapology adds overview maps for members and groups by default.

    I’ll post a message here on this thread as well once it’s available.

    We have also just included theme templates for the custom post type and the custom taxonomies.

    #98126
    Hugo Ashmore
    Participant

    @electroman we can’t give you a step by step guide this is not a paid support forum :) however we can help but you will need to have first ensured you have followed all the steps outlined by the template pack and read the help guide linked to earlier, bear in mind that the template pack doesn’t do all the work for you and there is a degree of coding skill and understanding of WP theme files required.

    You will need to provide a link to your site that works – if that is your site that you linked to it’s throwing PHP errors and exposing your server path structure which isn’t a great idea – then someone will hopefully be able to spot what elements you may not have replicated in your BP files.

    The 404 error is possibly that you haven’t set a permalink structure, and you will need to visit the permalink page in the backend and select a structure and save – the assumption is made that you are running mod_rewrite and able to write to the .htaccess file i.e permalinks work under plain WP?

    #98118
    electroman
    Member

    Am having a terrible problem with Buddypress working on my theme. my site is so ugly and unaligned with this Buddypress and the layout is distorting my website layout.
    Any help on how to add the static header widget on the header of my theme? how do i add the SIGNUP link to the static header widget. Somebody please give me a step by step full detail on how to align this buddypress on my site.
    I have a header.php
    i have a page.php
    i have an index.php
    and i have an footer.php
    What exactly am i gonna do to setup my site like http://test.emotique.net/register/
    MY REGISTER LINKE SHOW ERROR 404 NO PAGE FOUND

    SOMEBODY PLEASE HELP AM DIEING HERE.

    #98114
    PetLvr
    Member

    sure. Buddypress on an iPhone would be cool but … what would you have? just the activity stream like an RSS feed?

    #98110
    Hugo Ashmore
    Participant

    I think the issue is that template pack gives the impression that it’s a fully automated click process, and the fact that there will be manual editing seems to get overlooked.

    #98109
    Old Irving
    Member

    I’ll “bump” this one – just getting an install set up now, would like to know if it’s worth trying to get people to use this feature or not, since it seems to be pretty unintuitive. I can see the tag cloud on the side with the standard buddypress theme, but no idea which ones are on my post when I open it to edit and no way to add tags if I forgot one

    #98103
    modemlooper
    Moderator
    #98102
    David
    Participant

    Just tested it. I made a functions.php in my child theme and it works….well not really. I have the extra form field showing, but it is not working. I added the extra field to the database, but it is not working. I will have to test it more, but at least I now have some what of a clue of how BP works. I will play with it more before asking anymore questions….thanks for your help!

    #98101
    David
    Participant

    thanks so much for the reply. The code all makes sense…. just a question of where to insert it? I am working with a child theme so can I create a custom function.php file within my child theme? Also…is that all it will take is to insert the functions into the functions.php file(if that is where to insert them)?

    #98095
    NeoSys
    Member

    <div id=”content”> changed to <div id=”entry-content”> and done! @modemlooper again Thank You!!! for taking the time to help me out I hope this thread gives insight to others who have this issue.

    Code examples corrected to prevent comment breaking thread! Please use backticks for code or escape characters -hnla

    #98094
    modemlooper
    Moderator

    Link and i’ll tell you how to fix it

    #98090
    NeoSys
    Member

    @modemlooper Bless you and thank you. Now the sidebar is in the right place but example in activity the What’s new box expands all the way to the right under the sidebar so I guess I need to make some other change somewhere.

    #98088
    hcleary
    Member

    Love the theme! I have it activated on my blog, https://blogs.otis.edu/community.

    However, I’m having trouble with the Members functions. First, when viewing a member’s page, there is only one button for join/cancel. The buttons for sending a message and @mentions do not appear.

    Second, sometimes I have to reload the Members tab to get lists to display. When I click on Members-My Friends, nothing loads. The link appears to be correct (https://blogs.otis.edu/community/members/heather/friends/my-friends/) and I can copy the URL into a browser and everything loads. The list of friends does load when going via My Account-Friends. Then, to stay on the wacky side, sometimes when I click on Members, the full list appears even though the My Friends tab appears to be active.

    Edited to add: I’m still running BP 1.2.5.2. Do the buttons only work for BP 1.2.6?

    #98082
    modemlooper
    Moderator

    Try and change

    id=”container” in a bp file
    to
    id=”primary”

    You basically have to match up the container and content divs to match your theme files or BuddyPress is like a house without walls.

    #98070
    NeoSys
    Member

    Thanks but no this is the same info right after you install the template pack.

    #98065
    LPH2005
    Participant
    #98058
    mudaber1
    Participant

    I have also uploaded bp-default theme. in my wp themes directory and deleted it from buddypress theme but the problem is same I am not able to accept any friendship request please help me :(

    #98054
    techguy
    Participant
    #98048
    Mape
    Participant

    I know that this topic is old… but I just watched that video again… its a great design! Does anyone would like to make a theme for buddypress in this style out of it?
    Or does anyone know how to get round corners on the images and avatars?

    #98046
    Boone Gorges
    Keymaster

    It’s hard for me to guess without seeing the markup. Keep in mind that the css that you’ve posted is looking for a *child* of div.activity-list with the class name “red”. Make sure that the activity item markup still has its CSS class rendered by the following code (in entry.php of your child theme):
    `class=””`
    or else the filter won’t do anything.

    As an aside, I’m not sure what you can do with divs that you can’t do with ul/lis. With a software like BP, in my view it’s better to make changes with CSS if possible, so that your child theme doesn’t override too much of the default theme (thereby making upgrades easier for you).

    #98006
    Liesl Fawcett
    Participant

    Nevermind, I figured it out. After upgrading, I always replace some of my theme files… I replaced the functions.php file in /bp-themes/bp-default/ which caused the problem, so I got the “new” functions.php and it fixed it. Sorry lol

Viewing 25 results - 22,326 through 22,350 (of 32,562 total)
Skip to toolbar