BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 79

    Hi Brajesh,

    Sure, here we go:

    WP version: 4.4.2
    Multisite: No
    BP version: 2.4.3
    BuddyBlog version: 1.1.4
    Simple Front end version: 1.2.7

    I am using a custom theme, I will quickly check it on another install on default theme and let you know soon.

    Thanks,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79

    Hi Brajesh,

    I also have the same problem.
    I have been using an older version of Simple Front End plugin and later I updated it.
    Is there anything to do to make it work?

    Or is it possible to remove the featured image functionality and get the media from post as featured image?

    Thanks,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: On activity stream image click does not open the lightbox #2371

    Thanks a lot, Brajesh. That works perfect!

    There’s another problem with the lightbox, though.

    The user avatar doesn’t appear on it.
    When I open the lightbox on a user profile activities page, the avatar is ok, but on the main activities page, there’s no avatar.

    I tried to check it myself, there is no img tag in the ‘mpp-lightbox-media-uploader-avatar’ div.
    I found this in lightbox-component.php
    <?php echo bp_core_fetch_avatar ( array( ‘object’=> ‘members’, ‘width’ => bp_core_avatar_thumb_width(), ‘height’=> bp_core_avatar_thumb_height() ) ); ?>

    I thought it may be because of some custom codes? I tried to undo every change I made, but no success.

    Could you please check it out?

    Thank you,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: On activity stream image click does not open the lightbox #2369

    Hi Brajesh,

    Thank you!

    Yes I did, I have added the below code to restrict WP search for posts only, however it restricted much more.
    I have removed it from my child theme functions.php and it was solved, I will find another way for this, though I do not understand why it would affect the lightbox.

    function SearchFilter($query) {
    if ($query->is_search) {
    $query->set(‘post_type’, ‘post’);
    }
    return $query;
    }
    add_filter(‘pre_get_posts’,’SearchFilter’);

    Thank you,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: On activity stream image click does not open the lightbox #2365

    Hi Brajesh,
    yes it is the same website on the same server still, but it was working perfectly before.
    Do you think the problem is the server?

    Thanks,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2233

    Sure, I will send them know.

    Thank you very much!

    Regards,
    Leo

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2231

    I was trying to upload .jpg files
    IMG_2779.JPG

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2229

    Yes, I saw your uploads. I thought it was solved, but I am still unable.
    Yes I cannot upload neither from activity stream, nor from single gallery screen.

    btw, I could upload an audio file, 4.3 mb, if that helps.

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2226

    Thanks, I have sent the details.

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2223

    The error message is this: (in red)
    first.jpg(2.6 mb)x An error occurred in the upload. Please try again later.