-
hnla posted on the forum topic show sidebar on single post pages? in the group How-To and Troubleshooting: 15 years, 9 months ago
Look at your IDs and classes, backspace out the existing quote marks and replace using your keyboard characters ” ” what you have at the moment is incorrect and due somewhere to copy and pasting characters outside the permitted character set, the sort of horror that Word places in markup if not careful 🙂
-
hnla posted on the forum topic Groups or Forums as Home Page in the group How-To and Troubleshooting: 15 years, 9 months ago
Not sure what you mean by “each in a separate blog” but it’s fairly straightforward to create a new blank page template and set that as a front page and in that page pull in group or forum loops.
-
hnla posted on the forum topic WordPress 3.0 + Buddypress — User Creation Problems? in the group How-To and Troubleshooting: 15 years, 9 months ago
Rich was asking whether you could confirm that an important stage was definitely being completed correctly as that helps narrow down the areas to troubleshoot. Using a tool such as phpMyAdmin (MySQL DB manager) find the table called ‘wp_signups’ and confirm that emails that should have been sent and received do indeed have a valid […]
-
hnla posted on the forum topic show sidebar on single post pages? in the group How-To and Troubleshooting: 15 years, 9 months ago
You must validate the page CSS can not correctly parse the DOM / markup and know where to attach it’s rules to when there are markup errors. You have non legal characters as literals, probably from copy pasting. Run through the major elements token identifiers and make sure they are all correct and proper “” […]
-
hnla posted on the forum topic show sidebar on single post pages? in the group How-To and Troubleshooting: 15 years, 9 months ago
This is a theming issue and more specifically – by the sounds of things – a CSS one, but could simply be that the sidebar is trying to render in an incorrect section of the page. I’m afraid that you would need to supply a lot more detail than you have in order that someone […]
-
hnla posted on the forum topic Add new role? in the group BuddyPress Restrict Group Creation: 15 years, 9 months ago
You may need to explain your requirement for nuprn1 his plugin starts of by creating an array of all the roles capabilities so would asume that all requirements would be covered (but haven’t looked that deeply)
-
hnla joined the group BuddyPress Restrict Group Creation 15 years, 9 months ago
-
hnla posted on the forum topic template tag for child theme javascript? in the group How-To and Troubleshooting: 15 years, 9 months ago
get_stylesheet_directory_uri() should return the URL to your child theme.
As does bloginfo(‘stylesheet_directory’)
One returns result the other needs echoing, other than that is there a preference?
-
hnla posted on the forum topic @mention everyone in the group How-To and Troubleshooting: 15 years, 9 months ago
Sorry didn’t read the question carefully enough!
-
hnla posted on the forum topic How to create Forums? in the group Installing BuddyPress: 15 years, 9 months ago
There is a plugin to restrict creating groups; please check through the plugins list under the ‘Extend’ tab
-
hnla posted on the forum topic @mention everyone in the group How-To and Troubleshooting: 15 years, 9 months ago
You can send a Site Wide notice to all members; look under ‘Compose’ for checkbox
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
Great stuff. Must remember that code can’t be copied from the posts for the time being until a proper code block is put in place.
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
one thing if you copy and pasted from here check that the characters didn’t paste as back ticks or other incorrect characters, so backspace the ‘ and , and enter them from your keyboard.
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
Your code looks correct and I’m afraid it works for me so at a bit of a loss as to why it’s not working for you.
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
Try this; replace the line with this version:
jq(‘body#bp-default table.zebra tbody tr:odd, ul#topic-post-list > li:odd’).addClass(‘alt’);
However that does just target the members list you may need to change / remove or add #members-list
Foor that specific page you would want #topic-post-list – I’ve edited above.
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
Not sure without checking but I don’t think ul lists were taken into account, it shouldn’t be difficult to add that ul li to the jQuery function though.
-
hnla posted on the forum topic How to mark a member as a spammer in the group Creating & Extending: 15 years, 9 months ago
Yes network mode is MS or MS Not sure if there are any plugins to do this, Ray may have a better idea. How comes you are not using the adminbar and could you not simply lift that particular adminbar nav item and set it somewhere else just for admin? shouldn’t be too difficult to […]
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
That second link: this is not a table! its a ul construct.
-
hnla posted on the forum topic Interview Matt Mullenweg: WordPress and the GPL in the group Miscellaneous: 15 years, 9 months ago
Yes it’s a pretty fair post, but note it’s not a conclusive treatise on the subject. It remains a damned awkward subject in many areas, good that he pointed out the possibility of split license to cover CSS / graphics if I create a graphic it remains mine unless I sign over the copyright on […]
-
hnla posted on the forum topic .alt classes not recognised in the group How-To and Troubleshooting: 15 years, 9 months ago
Have you got any tables with more than one row? (sorry if that sounds a silly question or I’ve missed them)
- Load More
@hnla
Active 7 years, 10 months ago