Replies
- Brajesh Singh on January 14, 2023 at 4:41 pm in reply to: [Resolved] Multiblog Mode – Member Type Synchronization #48004
Hi Peter,
You are welcome.
It’s a pleasure to assist.Regards
Brajesh Hi Carsten,
unless you have “SCRIPT_DEBUG” enabled, BuddyPress will not load buddypress.css. It only loads it in dev mode. In production mode, it loads the buddypress.min.cssRegards
Brajesh- Brajesh Singh on January 14, 2023 at 3:42 pm in reply to: Block website tools for getting indexed #48002
Hi Daniel,
Thank you for the question.
There is not much you can do about it. You may use a plugin like this
https://wordpress.org/plugins/hide-my-wp/It may have some issues with the setup. My suggestion will be to asses if it is worth the time/security and use if needed.
Regards
Brajesh - Brajesh Singh on January 14, 2023 at 3:39 pm in reply to: MediaPress : Uploading video to Vimeo and Serving in-video Ads #48001
Hi Khalid,
Thank you for the questions.1. At the moment, we are unable to spend time on this one. Please feel free to reach us for our customization service if you can sponsor the development.
2. You can integrate any video player. MediaPress video is a normal WordPress attachment and we are using the default shortcode provided by WordPress for the video player(we do not include any video player on our own). If the above plugins alter WordPress’s default player behaviour, It will apply to MediaPress as well.
Otherwise, you can always override our template for video/video list and use a different player.
Regards
Brajesh - Brajesh Singh on January 13, 2023 at 12:23 am in reply to: [Resolved] Turn activity excerpt into clickable link #47995
Hi Tosin,
I will suggest not doing it or if you do still plan to it, make sure the excerpt does not contain html tags.Also, where did you find the above code? It is not related to the activity content.
Regards
Brajesh You are welcome.
No, Please don’t do that. Otherwise, this file will not be loaded automatically.Regards
Brajesh- Brajesh Singh on January 13, 2023 at 12:19 am in reply to: [Resolved] BuddyPress Registration Control #47993This reply has been marked as private.
Hi Carsten,
BuddyPress is loading buddypress.min.css, so please create a file and name it buddypress.min.css and put it in your theme/buddypress/css directory.BuddyPress will pick it instead of the default nouveau css.
Hope it works.
Regards
BrajeshHi Carsten,
Welcome back!Thank you for the question.
Before I assist, let me help you with a few points:-WordPress has a convention for loading asset files(css/js)
1. Enqueing:- You tell WrodPress to load some asset file identified a name(handle) and a url.
2. Dequeuing:- You tell WordPress to disable loading of a previously enqueued asset fle.When a page load, WordPress looks for all the enqueued asset which needs loading and loads them in the page(head or footer depending on enqueue params).
The handle is unique and allows you to manage dependency, loading order etc.
Now, do you want to completely remove the BO Nouveau style?
Please let me know and I will assist.Regards
Brajesh- Brajesh Singh on January 12, 2023 at 6:34 pm in reply to: [Resolved] Buddy Blog Pro: GROUP Version?? #47987This reply has been marked as private.