-
hnla posted on the forum topic please get rid of: Warning: This plugin has not been tested with the latest version of BuddyPress in the group How-To and Troubleshooting: 14 years, 5 months ago
Doh you spoiled the game. Hints were required, hot or cold etc
-
hnla posted on the forum topic please get rid of: Warning: This plugin has not been tested with the latest version of BuddyPress in the group How-To and Troubleshooting: 14 years, 5 months ago
Thought this would be a fun game so compared two readme from plugins showing as ‘Not tested’ Against my own little effort of little worth that does not show the warning, ruled out nearly every possible cause as one or other of the plugins showing warnings didn’t match on say order of == Installation == […]
-
hnla posted on the forum topic Bp Drop Down menus – help correct css in the group Creating & Extending: 14 years, 5 months ago
You can wrap in something like:
'other menu stuff here'
has_nav_menu() looks to see if a menu has been assigned by an admin to a menu region configured by yourself and if so will display it. Or equally you could use the fallback parameter in the wp_nav_menu array to access a function and […] -
hnla posted on the forum topic Bp Drop Down menus – help correct css in the group Creating & Extending: 14 years, 5 months ago
What versions are you building for? Personally I would not be building layouts based on earlier versions If you were building from bp trunk then the menu is now changed to use wp_nav_menu with a fallback if the user has not implemented custom menus in the dashboard to using wp_list_pages controlled from bp-default functions.php If […]
-
hnla posted on the forum topic Bp Drop Down menus – help correct css in the group Creating & Extending: 14 years, 5 months ago
Also I would suggest that this is possibly somewhat redundant code? dropdown menus are available either with wp_nav_menu or the fallback wp_list_pages
-
hnla posted on the forum topic Bp Drop Down menus – help correct css in the group Creating & Extending: 14 years, 5 months ago
Insufficient information for a meaningful response 🙂
Are you saying that a class selected is not applied to the markup? or simply that there are no rulesets to apply any styling to that class.
-
hnla posted on the forum topic CSS help: Ask A Question Button in the group Creating & Extending: 14 years, 5 months ago
for the record I have just done this with your page and it works as expected! ` /* WOO CUSTOM STYLESHEET ——————— Instructions: Add your custom styles here instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking. […]
-
hnla posted on the forum topic CSS help: Ask A Question Button in the group Creating & Extending: 14 years, 5 months ago
@LPH20005 I would strongly suggest not adding CSS in this manner, it may seem convenient but adding styles in the head of a document is bad practise for anything but the simplest adjustments, adding styles to the head is only used for particular and precise reasons where an external stylesheet is not able to help. […]
-
hnla posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 5 months ago
You will find that currently as things stand all themes for BP are in effect child themes, themeing for BP is not quite the same as themeing for WP. I am presently working through a new theme or at least framework it replaces all theme files , referencing only the JS files in essence, yet […]
-
hnla posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 5 months ago
Do it then but not the default theme, create a child theme which is essentially re-modeling the default. Themes are in short supply so if you have the ability then I’m sure many will be grateful for an addition to the theme library for BP.
-
hnla posted on the forum topic How to contribute to Buddypress code development in the group Third Party Components & Plugins: 14 years, 5 months ago
Anyone is able to create a trac ticket for bug notifications or enhancements once created it will await review by one of the three core commiters (those three + 1 are the only ones with commit access on the project), if approved or passed as valid others that actively run trunk/bleeding edge test sites might […]
-
hnla posted on the forum topic Multisite with directory domains in the group Creating & Extending: 14 years, 5 months ago
Have a flick through the codex documentation it should explain how to activate it on a blog other than the primary one but that also it isn’t possible to have it on more than one blog.
-
hnla posted on the forum topic Create group only by admin in the group How-To and Troubleshooting: 14 years, 5 months ago
Gonna be a problem though potentially when 1.3 hits as all Rich’s plugins are marked as not being further updated so will need someone to look them over as Rich did create some really useful plugins and it would be a shame for them to fall by the wayside.
-
hnla posted on the forum topic Child copy of Child copy? in the group Creating & Extending: 14 years, 5 months ago
You can never do damage if you just follow a simple principle: make a copy of the file you intend working on, then when you mess up and can’t unravel things, simply revert the copied file to the original filename and you are back where you started.
-
hnla posted on the forum topic CSS help: Ask A Question Button in the group Creating & Extending: 14 years, 5 months ago
What are you trying to do with ‘activity-inner’ ?
#activity-stream .activity-content .activity-inner {background: red;}
should workAt the moment I can see no styles applied for your ‘activity-inner’ element.
-
hnla posted on the forum topic CSS container v. bp_container in the group Requests & Feedback: 14 years, 5 months ago
How do you mean ‘prefix’? prefixed to each selector or the body/html tags? BP tokenises itself on the body tag already so you can use that. What you are really having an issue with is specificity and the weight of selectors and that just has to be understood and allowed for also understanding the cascade […]
-
Hugo Ashmore replied to the topic Add a new Tab in the forum Miscellaneous 14 years, 5 months ago
<li id="forums-newttab no-ajax"><a href="YOUR LINK">Another Forum Loop</a></li>
Not allowed to have two tokens to an ID should be ID and a class for the ‘no-ajax’ token if required?
-
hnla posted on the forum topic Add a new Tab in the group Miscellaneous: 14 years, 5 months ago
<a href="YOUR LINK">Another Forum Loop</a>
Not allowed to have two tokens to an ID should be ID and a class for the ‘no-ajax’ token if required?
-
hnla posted on the forum topic BuddyPress with PageLines Free Template in the group How-To and Troubleshooting: 14 years, 5 months ago
It’s alright mercime was just having one of those moments :p the @ import was automagically converted to an ‘at mention’ link (this forum really needs a proper code display ) I’ve edited the post and added a space between @ i If you look at the main style file in bp-default you will see […]
-
hnla posted on the forum topic New theme – Buddypress UX in the group Creating & Extending: 14 years, 6 months ago
yep they are one and the same and is familiar – obviously – with BP themes.
- Load More
@hnla
Active 7 years, 3 months ago