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

BuddyDev

Search

Recent visitors plugin interfere ACF

  • Participant
    Level: Enlightened
    Posts: 74
    Alex on #56312

    Hi,
    unfortunately when the recent visitors plugin is installed my acf form does not show uploaded images anymore (at the backend form). I checked the source and it sets display: none to the uploaded image.

    Any fix?

    By the way how can I set the default view of the members visited at the profile setting from “all members” to “last 7 days” or “last month”?`

    Thanks.

  • Participant
    Level: Enlightened
    Posts: 74
    Alex on #56313

    I did bugfixing for you:
    $(“img[src=”]”) is an unscoped, page‑wide selector on file admin/options-buddy/core/_inc/uploader.js.

    Scope the selector to the plugin’s own markup so it can’t touch unrelated images. Thanks.

  • Keymaster
    (BuddyDev Team)
    Posts: 25467
    Brajesh Singh on #56315

    Hi Alex,
    Thank you for reporting the issue.
    The script should only load on our options page and not at other places, it is a bug if it is loading on other places. I will investigate and release an update within 24-48 hours.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 74
    Alex on #56346

    You forgot about this :-((

  • Participant
    Level: Enlightened
    Posts: 74
    Alex on #56352

    Are you still going to fix this bug?

  • Keymaster
    (BuddyDev Team)
    Posts: 25467
    Brajesh Singh on #56353

    I am sorry, I missed the previous message from 8th.
    Please allow me to test and share the update today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25467
    Brajesh Singh on #56354

    Thank you for your patience.

    Please upgrade to 1.9.1 and it will not conflict with acf.

    Let me know if it works for you or not?

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved