BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hi Michael,

    We have updated the plug-in code repository. Please update the plug-in from the following URL
    https://github.com/buddydev/bp-notify-post-author-on-blog-comment

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: bp-simple-front-end-post problem #4729

    Hi Roberto,

    On my system I have checked when we do not save BuddyBlog settings then this kind of warning shows. Please update the BuddyBlog settings once and Let me know if it is fixed or not.

    Thank You
    Ravi

    • This reply was modified 8 years, 4 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: MediaPress gallery not displaying properly on mobile #4723

    Hello Olumuyiwa,

    Sorry for the inconvenience. I have checked this url in my HTC Desire 526 With android version 4.4.2 and it is working fine for me. Please share your screen shot to make me more clear on it.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: bp-simple-front-end-post problem #4722

    Hi Roberto,

    Is it happening with BuddyBlog or BCG group plugins or Are you using any custom form?.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Problem #4718

    Hi Christian,

    Please explain me more

    1. Do you mean Media is showing in Media section of backend. But it is not showing in the Front end gallery.m
    2. Do you mean media is showing in front-end gallery but missing from the activity.
    3. Do you mean media is not showing.

    Thank you
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Problem #4714

    Hi Christian,

    Can you please point me out the media which showing in Backend but not in frontend.

    Thank You
    Ravi

    • This reply was modified 8 years, 4 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Problem #4713

    Hi Christian,

    Sorry for the inconvenience. I am looking into the issue and Will update you shortly.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox #4676

    Hi Tomasz,

    I have checked the website and there is little change have to made in html. Please create a data attribute for image tag containing media id of image just like

    
    <img alt="kotek " data-media-id="2901" src="http://test.chrzescijanscysingle.pl/wp-content/uploads/mediapress/members/1/2900/kotek-200x194.jpg">
    

    and put the following script in your current theme functions.php file and let me know if it works or not.

    
    function buddydev_dev_include_my_custom_script() {
    
    	$data = 'jQuery(".user-photo .mpp-photo-entry img").on( "click", function() { var $this = jQuery(this); var media_id = $this.attr("data-media-id"); mpp.lightbox.media( media_id ); return false; } )';
    
    	wp_add_inline_script( 'mpp_core', $data );
    }
    add_action( 'mpp_enqueue_scripts', 'buddydev_dev_include_my_custom_script' );
    

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox #4673

    Hi Tomasz,

    Sorry for the delay reply. Can you please point me to your site so that I can help you.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Mediapress uploads the wrong way #4586

    Hi Chirstian,

    I still looking into the issue. Can you please tell me when was this issue started. There might be the chance of plugins conflict or any other custom code in files. Can I deactivate the plugins to find the bug.

    Thank you
    Ravi