Replies
- 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.
- Brajesh Singh on January 12, 2023 at 6:30 pm in reply to: buddypress clear notifications throwing PHP warning #47986
Hi Matt,
Thank you for reporting the issue.It seems BuddyBoss has changed their API and instead of array it is returning something else.
https://github.com/sbrajesh/bp-clear-notifications/blob/master/bp-clear-notifications.phpThe code is working for BuddyPress as it gets an array of notifications.
I will check the BuddyBoss implementation and update you by tomorrow.
Regards
Brajesh - Brajesh Singh on January 12, 2023 at 6:24 pm in reply to: Regarding the BuddyPress Emoji plugin #47985
Hi Jen,
I am sorry, could not reply in time yesterday as we had some server issue to tackle.There is a reason why we(or other’s) don’t provide an emoji plugin. The emoaji plugin needs the text area to be editable content instead of the textarea tags being used. Most of the BuddyPress theme have javascript code tied with the existence of the form textarea and replacing it with editable content breaks.
That’s why we added the support for our theme butnot others.
Regards
Brajesh