-
Henry Wright replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
The
screen-reader-textaccessibility class is something that all themes should have I agree. You’ll likely find some RTL styles that are worth keeping also. -
Steve Taylor replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
Thanks @henrywright. I’m discovering a few bits that are ‘utility’ styles that I’m copying over (e.g. screen reader text class). It’d be really useful if things like this were in a separate ‘core’ include for people who want to strip back to a minimum. Anyway, I’m ploughing ahead, I’ll keep an eye on the markup.
-
insurancequoteszip.net's profile was updated 8 years, 9 months ago
-
customteesonline.net's profile was updated 8 years, 9 months ago
-
dariusruckerconcerts.com's profile was updated 8 years, 9 months ago
-
latiprix.net's profile was updated 8 years, 9 months ago
-
Jamie Laura's profile was updated 8 years, 9 months ago
-
Henry Wright replied to the topic Out Of Office Notice in the forum Creating & Extending 8 years, 9 months ago
You would need to find a plugin that does this because this functionality isn’t available in BP core.
-
Henry Wright replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
If you change the template markup things could break because the BP JavaScript relies on various classes. However, changing or removing a CSS file will change the look and feel only.
-
Iyiola Owabumowa started the topic Usage of Existing Profile Name in the forum Installing BuddyPress 8 years, 9 months ago
Hi guys, I wanted to ask if it is possible for users to enter an existing profile name in BuddyPress in the ->users ->profile fields -> primary field?
I just installed Buddy Press on my website: http://theincomeblogger.com
I’m not really sure why the username is not unique.
Any explanation will be highly appreciated.
Thanks
Iyiola -
Iyiola Owabumowa's profile was updated 8 years, 9 months ago
-
Steve Taylor replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
Thanks. I was wary because @danbp suggested otherwise: ‘Yes i understand (i’m also using a bootstrap theme), you can do like you want. But don’t claim after that that BP doesn’t work correctly.’ You’re saying that ‘doesn’t work correctly’ means ‘won’t be styled correctly’? There seems to be a confusion between functionality and presentation here.
-
Henry Wright replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
-
Steve Taylor started the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 8 years, 9 months ago
We want to gain full control of styling, so we’re looking at dequeuing
bp-legacy-cssand starting styling of BP elements from scratch, integrated with our custom theme styles.Dequeuing itself is easy enough, but there’s a thread here which (1) contains a warning that completely ditching BP styles may break the site’s BP elements, but which (2)…[Read more]
-
Henry Wright replied to the topic Mass Messaging in the forum How-to & Troubleshooting 8 years, 9 months ago
Is Mass Messaging a plugin?
-
Fred Jansen's profile was updated 8 years, 9 months ago
-
morten vermund's profile was updated 8 years, 9 months ago
-
Henry Wright replied to the topic Hide BP Components to Non Members Except Specific URL in the forum Miscellaneous 8 years, 9 months ago
In your code, just before
global $bp;, try adding this:if ( 1 == bp_displayed_user_id() ) {
return;
}Where
1is the ID of the member you would like to exclude. -
Henry Wright replied to the topic How to leave a review for the buyer in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @franckw
This is a question you should ask WC Vendor Pro. BuddyPress doesn’t handle reviewing.
-
Henry Wright replied to the topic Forum posts creating google crawl errors in the forum Installing BuddyPress 8 years, 9 months ago
Hi @tel-wright
Try asking over at bbPress. They handle forum-related questions.
- Load More