Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: [Resolved] buddyBlog media not showing in lightbox #17517

    Hi Richard,

    If they are linked to the media file and not attachment page, they should open the image not the attachment page.

    Can you please link me to a page, I can quickly check why it is not opening in lightbox.

    About the setting in the model(for the dropdown, we don’t have much control, It is same that you see in the backend).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25478

    Hi Max,
    Thank you.

    All the video services you have used are providing ‘iframes’ for embedidng videos.

    When using iframe, web browsers apply same origin principle. If the iframe is from the same domain where it is embedded, you can use css/js and modfy its content. If it is coming from another domain, you can not apply custom css on the content inside the iframe. Only the site that you have linked in the iframe can.
    That’s why the browser is not applying your cuustom css.

    The css that you apply is local to you as a user and user modifications are ok for browser.

    About the COUB, Yes, I can help with it. It does provide the way for inline player. I can create a field( or infact use one of your exiting fields and let users enter the url like https://coub.com/embed/um0um0

    What settings from this page do you want to apply
    https://coub.com/dev/docs/Player+API%2FInline+frame+player

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: Mobile menu not clickable when MediaPress is enabled #17509

    Hi Jean,
    Hope you are doing well.

    I will be looking on it in a couple of hours today and will get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478

    Hi Hugo,
    Please check now.

    I tested the code on my local and it worked. On the site I did see that it was not working.

    When I looked at the Dashboard settings page for Blog Categories for Groups “Category” taxonomy was not selected. Just selected that in the settings and the posts are visible now.

    Regards
    Brajesh

    • This reply was modified 7 years, 10 months ago by Brajesh Singh. Reason: Not BuddyBlog, It is Blog Categories for Groups
  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: [Resolved] buddyBlog media not showing in lightbox #17506

    Hi Richard,
    Thank you for asking.

    While uploading, Please make sure you select link to file as in the image

    https://i.imgur.com/PGENYNl.png

    Most of the lightbox plugin will only pick a media in lightbox if it is linked to original file. Please try that and let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: Mobile menu not clickable when MediaPress is enabled #17499

    Thank you for the patience. I am sure looking forward to resolve it tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: Mobile menu not clickable when MediaPress is enabled #17497

    Thank you.

    The error related to MediaPlayer is gone. I also don’t see anything loading the playe js files.

    I am thinking that it is conflict between MediaPress and Divi(theme/builder).

    For now, I am unable to assist as I don’t have access to the current version of Divi Theme/Builder(I do have access to Divi Builder 1.3x as I used ET a few years ago). Will check tomorrow and assist then.

    For now, You may keep the plugin active and we can fix it tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25478
    Brajesh Singh on in reply to: Mobile menu not clickable when MediaPress is enabled #17494

    Hi Jean,
    The first things I did was to test MediaPress and I could not recreate the issue. My environment is different though. I am using BuddyPress 3.2 and MediaPress 1.4.2 with Twenty Seventeen theme and I am unable to produce the error.

    I do see the problem on your site related to the MediaElement js player which is used by MediaPress.

    The MediaElement Js player is bundled with WordPress core and all we do is enqueue it using

    
    wp_enqueue_script( 'wp-mediaelement' );
    

    It’s strange and I am not sure of the reason. Your settings as shown in image are correct.

    Can you please disable MediaPress temporarily and let me know. I just want to check quickly if the player is still loaded or not?

    Thank you
    Brajesh