BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    Hi Peter,
    You are welcome.
    It’s a pleasure to assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #48003

    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.css

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47994

    You are welcome.
    No, Please don’t do that. Otherwise, this file will not be loaded automatically.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: [Resolved] BuddyPress Registration Control #47993
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47991

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Dequeue bp-nouveau css #47988

    Hi 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: [Resolved] Buddy Blog Pro: GROUP Version?? #47987
    This reply has been marked as private.