Search Results for 'theme'
-
AuthorSearch Results
-
November 13, 2010 at 5:04 pm #98172
In reply to: Fullwidth Buddypress Theme – Feedback and Sugestion
Tammie Lister
ModeratorWith 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 resolutionsThere 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).
November 13, 2010 at 2:16 pm #98163In reply to: Help with Step 3? BuddyPress Template Pack.
Hugo Ashmore
ParticipantYou 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.
November 13, 2010 at 9:06 am #98160In reply to: Admin bar blurred in Chrome and Firefox
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.
November 13, 2010 at 4:16 am #98153In reply to: Admin bar blurred in Chrome and Firefox
pcwriter
ParticipantMy 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/November 13, 2010 at 1:56 am #98150In reply to: Mapology – Adding maps for users and groups
Anonymous User 96400
InactiveIt’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.
November 12, 2010 at 3:27 pm #98126In reply to: Making Your Theme BuddyPress Compatible
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?
November 12, 2010 at 1:53 pm #98118In reply to: Making Your Theme BuddyPress Compatible
electroman
MemberAm 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 FOUNDSOMEBODY PLEASE HELP AM DIEING HERE.
November 12, 2010 at 12:28 pm #98114In reply to: Buddypress iPhone Theme?
PetLvr
Membersure. Buddypress on an iPhone would be cool but … what would you have? just the activity stream like an RSS feed?
November 12, 2010 at 9:17 am #98110In reply to: trying to make my theme buddypress compatible
Hugo Ashmore
ParticipantI 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.
November 12, 2010 at 8:44 am #98109In reply to: Forum tags editing error
Old Irving
MemberI’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
November 12, 2010 at 6:36 am #98103In reply to: trying to make my theme buddypress compatible
modemlooper
ModeratorThis gets asked on a daily bases. Try this thread.
November 12, 2010 at 6:25 am #98102In reply to: New Group creation fields
David
ParticipantJust 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!
November 12, 2010 at 5:07 am #98101In reply to: New Group creation fields
David
Participantthanks 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)?
November 12, 2010 at 2:34 am #98095In reply to: Making Your Theme BuddyPress Compatible
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
November 12, 2010 at 2:27 am #98094In reply to: Making Your Theme BuddyPress Compatible
modemlooper
ModeratorLink and i’ll tell you how to fix it
November 12, 2010 at 12:03 am #98090In reply to: Making Your Theme BuddyPress Compatible
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.
November 11, 2010 at 11:30 pm #98088In reply to: New BuddyPress Theme: BuddyBase
hcleary
MemberLove 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?
November 11, 2010 at 10:26 pm #98082In reply to: Making Your Theme BuddyPress Compatible
modemlooper
ModeratorTry 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.
November 11, 2010 at 7:52 pm #98070In reply to: Making Your Theme BuddyPress Compatible
NeoSys
MemberThanks but no this is the same info right after you install the template pack.
November 11, 2010 at 7:04 pm #98065In reply to: Making Your Theme BuddyPress Compatible
LPH2005
ParticipantDoes this documentation page help?
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
November 11, 2010 at 5:59 pm #98058In reply to: How do you add/invite a friend?
mudaber1
ParticipantI 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
November 11, 2010 at 5:24 pm #98054In reply to: [Resolved] Join Group button gone
techguy
ParticipantUse a child theme next time and it won’t happen: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
November 11, 2010 at 3:32 pm #98048In reply to: Facebook Facelift – Video
Mape
ParticipantI 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?November 11, 2010 at 3:22 pm #98046In reply to: change CSS according hashtags in activity content
Boone Gorges
KeymasterIt’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).
November 11, 2010 at 3:53 am #98006In reply to: [Resolved] Join Group button gone
Liesl Fawcett
ParticipantNevermind, 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
-
AuthorSearch Results