-
Hugo Ashmore replied to the topic [Resolved] Blog page exists, don't want Blog page. in the forum How-to & Troubleshooting 12 years, 5 months ago
Hey, I was hired to create this site, ha ha. ?
This is a WP issue it’s a WP loop so you need to find where it’s being generated from, not really a BP issue
-
Hugo Ashmore replied to the topic Template hierarchy Codex page in the forum Requests & Feedback 12 years, 5 months ago
@DJPaul Yep think it’s all good to go I’ve run it through a few tests and all feels great, the ticket had become so convoluted that it was suggested a line drawn under and any later enhancements to the principle started in new ticket, but personally I think we have the flexibility needed now with devs creating their own bp_get_template_part calls…[Read more]
-
Hugo Ashmore replied to the topic Template hierarchy Codex page in the forum Requests & Feedback 12 years, 5 months ago
Well @DJPaul kicked it off with the initial patch based on feedback from a couple of devs on this ticket:
https://buddypress.trac.wordpress.org/ticket/4639
The codex entry needs a little additional editing and linking to my earlier page on 1.7 template compatibility.
-
Hugo Ashmore replied to the topic Member list displaying twice in the forum How-to & Troubleshooting 12 years, 5 months ago
and turn off any caching plugins!
-
Hugo Ashmore replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 12 years, 5 months ago
What did you want? BP used to provide a hardcoded sidebar login bp-me function, you can still find that in bp-default and copy it over to your theme, or grab this upgraded & extended version:
https://github.com/hnla/hnla-bp-sidebar-me. -
Hugo Ashmore replied to the topic Admin only creation of groups in the forum How-to & Troubleshooting 12 years, 5 months ago
Why are you linking to wpmu a commercial site. You should check the projects official Docs first 🙂
https://codex.buddypress.org/user/setting-up-a-new-installation/configure-buddypress-components/ -
Hugo Ashmore replied to the topic Admin only creation of groups in the forum How-to & Troubleshooting 12 years, 5 months ago
You need to check through the BP settings for the answer to this.
-
Hugo Ashmore replied to the topic [Resolved] custom styles for activity page tabs ! in the forum Installing BuddyPress 12 years, 5 months ago
At what point is that ruleset appearing in the cascade? This is likely an issue of selector weight, try putting an id in that selector set, an id that is a parent of one of those elements.
-
Hugo Ashmore replied to the topic [Resolved] custom styles for activity page tabs ! in the forum Installing BuddyPress 12 years, 5 months ago
And what solution were you looking for?
I found the styles in seconds using Firebug:
#friends-personal-li a span {}
or:
.item-list-tabs li a span {}
if you want to catch all the span numbers across bp screens nav -
Hugo Ashmore replied to the topic [Resolved] Visual bug in registration page in the forum How-to & Troubleshooting 12 years, 5 months ago
And then as I said earlier it is indeed a float containment issue, you need either overflow: hidden; or a clearfix class on the .inner_wrapper (please let no one suggest an empty clearing div at bottom of element)
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
It ought to be considered and think it was briefly mentioned once long ago but there’s always enough to do in each BP release cycle.
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
Ah that would have been useful info that the group hierarchy plugin was in use, as it does use it’s own templates that have to live in a folder /tree/ which can be a little confusing, also watch that plugin it is a clever one but as it changes so much about how groups work other plugins or actions on groups can run into issues so if experiencing…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Locking a website using bp-custom in the forum How-to & Troubleshooting 12 years, 5 months ago
well doubt it would be ‘get_page()’ try ‘is_page()’ with a name, slug, or id.
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
Did you find the div in question in that index page?
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
Sorry I don’t make a habit of downloading zip files from unknown sources.
All I can say is comparison of the group index and other BP pages suggests group index is wrong, if somehow this theme pulls files from elsewhere that’s a question for the theme authors really, this is a custom premium theme so they should really deal with any issues…[Read more]
-
Hugo Ashmore replied to the topic Redirect Homepage to Profile Page if Logged in in the forum How-to & Troubleshooting 12 years, 5 months ago
Then you will need to hack whatever plugin you’re using for those breadcrumbs. This is similar to your other post asking for same redirect to profile when clicking on home logo, so the same approach to finding the users account domain url is used and for checking if logged in but you need then to work out how or if it’s possible to modify the…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
Should be groups/index.php
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
Yes I could see that on inspection as I mention above it’s likely the issue, how that has happened only you can know something changed but not possible for us to guess at what. You’ll need to edit that template file by the looks of things and move the closing div to a point after the BP content – use one of the other BP pages as a guide.
-
Hugo Ashmore replied to the topic [Resolved] Buddypress group page lost styling in the forum How-to & Troubleshooting 12 years, 5 months ago
A little too soon to bump!
What’s a ‘wrap’ ?
You don’t really provide any details so no, haven’t really got a clue how you’ve ‘lost’ something.
What were you doing? What changes did you make? I can see that you have an element ‘.wrap’ that closes before BP content which on other pages looks to enclose content so that’s probably your issue, but…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] buddypress and localhost in the forum How-to & Troubleshooting 12 years, 5 months ago
No further references to attitudes and responses please otherwise I’ll close the thread.
Switching to another theme is always possible, if not you have a problem with your WP install not BP plugin. WP needs to function fully and correctly before adding any plugins like BP. You may now be better off re-installing WP and starting…[Read more]
- Load More
@hnla
Active 7 years, 4 months ago