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: 72
    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: 72
    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: 25457
    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

You must be logged in to reply to this topic.

This topic is: not resolved