-
Hugo Ashmore replied to the topic CANNOT find the right template file… in the forum How-to & Troubleshooting 10 years, 9 months ago
They don’t exist until you create them.
π I’ll go and fish out all the codex guides that have been written on the subject of templating/themeing
Also remember you can use conditional logic to wrap the sidebar in your bp template so if you wanted the sidebar just for user account screens you could do:
`
if( bp_is_user() ) :endif;
`
The two…[Read more]
-
Hugo Ashmore replied to the topic CANNOT find the right template file… in the forum How-to & Troubleshooting 10 years, 9 months ago
echo echo!
-
Hugo Ashmore replied to the topic header class="entry-header" in the forum How-to & Troubleshooting 10 years, 9 months ago
That’s WP template code. Look at content-page.php. Please also read through the codex as we have provided guides to help with understanding what files will be in use when running BP theme compatibility.
-
Hugo Ashmore replied to the topic CANNOT find the right template file… in the forum How-to & Troubleshooting 10 years, 9 months ago
Have you read through the guides in the BP codex?
Have you created a buddypress.php file to manage the page.php rendering? Theme compatibility uses the stock WP page.php file – or a series of other templates names in same manner WP performs template selection. You need to customize page.php essentially but not the themes copy but a copy of…[Read more]
-
Hugo Ashmore replied to the topic Buddypress pages empty after upgrading to 1.9.1 in the forum How-to & Troubleshooting 10 years, 9 months ago
Have you checked the sticky posts for guidance on info to post to help us help you and basic troubleshooting steps?
Are you using a custom thirdparty theme, if so can you activate a theme known to work i.e one of the WP default themes and see if things then start working, this way we identify the theme to be the issue- or not , and work from there.
-
Hugo Ashmore replied to the topic HELP ON USING A BUDDY PRESS THEME! in the forum Installing BuddyPress 10 years, 10 months ago
No not a blank file, you copy over the existing file, the crucial aspect is that you retain the same folder paths to that file so members/single/index.php if found in your child theme is the one used, or in the case of that plugin you might need to us it’s templates in place of the BP ones.
If you are set on using bp-default then you probably…[Read more]
-
Hugo Ashmore replied to the topic HELP ON USING A BUDDY PRESS THEME! in the forum Installing BuddyPress 10 years, 10 months ago
It’s going to be a matter of understanding how themes & templates work in, in that respect the BP codex is your friend, I encourage you to read as many of the pages in there relating to BP themeing.
>does this mean i can build a theme on bp-default without creating a child theme… …without it being overwritten when i update after 1.9.1
No,…[Read more]
-
Hugo Ashmore replied to the topic HELP ON USING A BUDDY PRESS THEME! in the forum Installing BuddyPress 10 years, 10 months ago
@gfam105 Ok so most of these themes are built on bp-default, this theme is to be retired, a process begun with BP 1.9, this doesn’t mean it can’t be used and is still bundled in the core plugin for the moment, existing sites using it either directly or as a child of will still be able to work but new installs will not see the theme appear in the…[Read more]
-
Hugo Ashmore replied to the topic HELP ON USING A BUDDY PRESS THEME! in the forum Installing BuddyPress 10 years, 10 months ago
Several of what BP themes? BuddyPress works with any well written theme following the WP template principles, as you don’t mention what themes you have tried, try activating one of the WP standard themes bundled with WP then you’ll be able to see BP in action, also please do check the BP codex documentation as you’ll find helpful guides to getting…[Read more]
-
Hugo Ashmore replied to the topic New install on latest wordpress and activating plug kills the site.. in the forum Installing BuddyPress 10 years, 10 months ago
You will need to contact your hosts support desk about this issue, it’s server related rather than BP.
-
Hugo Ashmore replied to the topic Buddypress, Wp-Favorite Posts, and Custom Profile Menu … OH MY in the forum Third Party Plugins 10 years, 10 months ago
You probably want to be using bp_core_new_nav_item() hooked to bp_setup_nav the new nav item takes an array ‘name’, ‘slug’, ‘default_subnav_slug’, ‘screen_function’, ‘position’
‘screen function’calls a function that in turn hooks a template function to ‘bp_template_content’ and bp_core_load_template() which for ease use plugin.php
Then in your…[Read more]
-
Hugo Ashmore replied to the topic Page Group like this in the forum Creating & Extending 10 years, 10 months ago
What’s the question? π
You can do that, essentially all you need is the group permalink to hang a graphic off and dump all the rest of the groups index loop detail.
-
Hugo Ashmore replied to the topic BBPress themes in BuddyPress theme in the forum Creating & Extending 10 years, 10 months ago
These are probably questions better asked on bbPress forum – remember although bbPress integrates with buddyPress it is a standalone plugin.
I doubt however you need to overload all the files as above.
-
Hugo Ashmore replied to the topic Buddypress doesnt do anything in the forum Showcase 10 years, 10 months ago
I would strongly urge you to first have a good read through what articles we currently have in the codex to familiarise yourself with basic setup & operation:
Then if you have further questions post back with a full outline of your setup – check the forum stickies which tell you what information to…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] How to remove 'you may use these HTML tags and attributes' in the forum How-to & Troubleshooting 10 years, 10 months ago
This is more a WP question, you can remove the comments by passing an empty array back to comment form in the template file, have a read of this post on WP support:
https://wordpress.org/support/topic/remove-markup-notes-from-below-twenty-twelve-comments-boxP.S. when you state you have tried something please actually say what it was you tried as…[Read more]
-
Hugo Ashmore replied to the topic Font colour on Buddypress pages in the forum How-to & Troubleshooting 10 years, 10 months ago
As an author technically you/we shouldn’t use it at all not that it’s prohibeted from use in author styles but just that in the environment of WP plugins & themes it’s a poor practise; in general author styles it should be severely limited if used at all though!
-
Hugo Ashmore replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating & Extending 10 years, 10 months ago
Not really getting why you need respondents to make your mind up, if you are considering releasing it into the WP theme repo then do so ( although granted there might be a certain amount of work modifying any aspects noted by the theme review team) If on the other hand you don’t then one presumes you continue to provide it as a premium theme and…[Read more]
-
Hugo Ashmore replied to the topic 2.0 top features – ideas in the forum Ideas 10 years, 10 months ago
@buddyboss
A relatively simple suggestion for 2.0 β Get rid of tables in all templates so developers can style everything for mobile without having to override templates to convert tables to lists. Notifications and Messages use tables right now and they donβt have to.This is fundamentally a really bad notion, you do not change markup to sui…[Read more]
-
Hugo Ashmore replied to the topic Font colour on Buddypress pages in the forum How-to & Troubleshooting 10 years, 10 months ago
BP experts seem to know (or are willing to share) the answer
Firstly it isn’t really something that requires BP expertise nor is it some secret people are trying to hide from you.
CSS is coding and requires some degree of understanding if you wish to start modifying code to some degree you’ll have to leave behind that notion of being a non…[Read more]
-
Hugo Ashmore replied to the topic Possible BUG FIX (Needs Trac?) in the forum How-to & Troubleshooting 10 years, 10 months ago
As your title suggests best to open a trac ticket if you think you have found a bug or issue, it will get seen and dealt with there, whereas not so much so in the support form.
- Load More
@hnla
Active 6 years, 4 months ago