-
hnla posted on the forum topic Last posts of all network blog Widget in the group How-To and Troubleshooting: 15 years, 6 months ago
More a WP MS question than a BP one can you not use the ‘Recent Site Wide Posts’ widget?
-
hnla posted on the forum topic How to control the Subcribers and members Dashboard? in the group Creating & Extending: 15 years, 6 months ago
Just a case of checking carefully through the various backend screens, look at super admin > options at the bottom there is a check box to allow administration menus with a single selection for plugins.
-
hnla posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years, 6 months ago
You’re pulling in the original one, if you made changes in a copy then they won’t be applied.
path is :
_inc/css/if you copied the default structure to a child theme.
-
hnla posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years, 6 months ago
Are you sure your @import paths are correct, are you actually calling the right adminbar.css? There are only a few rulesets that will govern these dimensions, Firebug is a extension for Firefox that will allow you to observe which rulesets are applied to an element when you hover the element in the viewport.
-
hnla posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years, 6 months ago
Then have you adjusted the min/max widths in adminbar.css?
-
hnla posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years, 6 months ago
try, rather than using !important, removing/ changing the offending ruleset in default. If you have copied default over to your child theme you are better of removing / adjusting styles in it than overriding. If you drop back to using default theme it will pick up the original styles.
-
hnla posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years, 6 months ago
You’re probably being foxed by this naughty little ruleset in default.css
line 60
#wp-admin-bar .padder {
width:90% !important;
} -
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
The new menus have oversights, out of interest do we know what if any changes may be implemented for nav menus in 3.1 if there are it would make sense to add that patch to the mix for testing – given that 1.3 will release after 3.1?
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
Patch added: https://trac.buddypress.org/ticket/2691
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
I can try 🙂 haven’t used Tortoise to create patch before. You agree though, on the depth param?
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
Well logic would dictate to some extent simply replicating the adminbar styling more or less.
the opportunity should be taken though of getting rid of the graphics and replacing them with versions that aren’t 1×1 and if adding hover it should also be matched with :focus
-
hnla posted on the forum topic WPML.ORG / BP Multilingual Plugin Support in the group How-To and Troubleshooting: 15 years, 6 months ago
Not sure of the point in posting these comments on this support site really, think you really need to direct these to the authors site, if you’re post has been deleted inquire privately of them as to why
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
Had intended on looking in detail at new menu arrangement but have had a really problematic time running 1.3 on a clean relatively fresh and mainly unused WP 3.0.1, not sure what the issues are at this moment but not feeling the love for these new page approaches to the main components as they hang […]
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
no ‘display:none;’ please, left:-999em; / left:0;
What are intending on doing for users having to still use IE6 ?
-
hnla posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 6 months ago
edit// 🙂 ok scrub that modemlooper has sorted it. I’ll take a look in the morning, the new menus have a draw back at the moment in not doing nested dropdowms so not sure how you’ve forced that behavior, I implemented them in pcwriters plugin using a top level li element as exists for adminbar […]
-
hnla posted on the forum topic Giving users the ability to add custom fields on their profile – Thanks in advance! in the group How-To and Troubleshooting: 15 years, 6 months ago
To go about doing this would require fairly advanced PHP skills and experience with the BP API, it’s not a straightforward task. Not sure if anyone has attempted this, think it’s been discussed or touched upon briefly before Not sure this does make sense though would it not result in possibly a very bloated xprofield […]
-
hnla posted on the forum topic Avatar no more displayed / Can not be uplodaed in the group How-To and Troubleshooting: 15 years, 6 months ago
If you can’t upload files to BP album that is the same issue as if I’m not mistaken it uses the WP mechanism for uploads, and in fact this suggests a test that ought to be run to see if WP is able to upload files, so with BP deactivated try running the site as […]
-
hnla posted on the forum topic Avatar no more displayed / Can not be uplodaed in the group How-To and Troubleshooting: 15 years, 6 months ago
You might try re-uploading the 1.2.6 files but via FTP this time and see if that makes a difference -failing that you may need to roll back to 1.2.5.2
-
hnla posted on the forum topic conditional statement based on a returned field value outside of loop in the group How-To and Troubleshooting: 15 years, 6 months ago
It would be more like this:
if (bp_get_profile_field_data(‘field=thefield’) == ‘string’) :
-
hnla posted on the forum topic Installed Template Pack Now I have A White Screen in the group How-To and Troubleshooting: 15 years, 6 months ago
Covered quite often on the support form; standard answer is to rename the plugin via FTP or SSH , this will force deactivate the plugin and should allow you access again. Likely reason for this happening? Too low a PHP script memory limit.
- Load More
@hnla
Active 7 years, 9 months ago