• Resolved Zachjjackson

    (@zachjjackson)


    I need to use your premium plugin for school websites right away. I need to be able to have the upload icon AND trash delete button only visible for logged in users..Right now I can only control the file upload icon not the trash icon. How can I also hide the delete trash can icon for logged out users?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Support Coding Champion

    (@codingchamp)

    Trash ??? icon will not work for irrelevant users. And in case if it is a missing hide/show option, we will check and fix it asap.

    Thread Starter Zachjjackson

    (@zachjjackson)

    Please see https://central.geeacademies.net/

    You can see that the trash icon is both visible and functional for any logged out visitor

    Plugin Support Coding Champion

    (@codingchamp)

    Makr sure if it is enabled for users or administrators?

    Plugin Support jQuery Acrobatics

    (@jqueryacrobatics)

    @zachjjackson please try the latest version 1.8.2 and let us know if your issue has been resolved?

    Thread Starter Zachjjackson

    (@zachjjackson)

    I have updated to the newest version..still the same, it only gives option for “User can delete the files from front-end? (Premium) ” however even a logged out random visitor can still access and use the trash icon.

    Plugin Support Coding Champion

    (@codingchamp)

    But the condition is clearly applied on front end about the login status of a user.

    Thread Starter Zachjjackson

    (@zachjjackson)

    Maybe I’m not explaining myself very well..It should be very simple what I would like to do, if a user is logged in I want to show the upload icon, and delete trash can icon, if it is a random visitor (not logged in) I don’t want any icons to show.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    That’s how I conditioned it in last release but don’t know how your implementation is still showing the trash icon. You can check the files and find the relevant line of code wrapped with the logged in function in if condition.

    Plugin Support acrobaticsjs

    (@acrobaticsjs)

    @zachjjackson we have released an improved version. Please update the plugin and let us know if the issue is resolved.

    Thread Starter Zachjjackson

    (@zachjjackson)

    Please check https://central.geeacademies.net/ , you will see on the homepage that not only is the trash icon still there..But the files are now displaying by filename rather than title as they were before..

    Thread Starter Zachjjackson

    (@zachjjackson)

    After manually installing the new version the filename issue has been resolved, however the trash can icon is still there for logged out users

    Plugin Support acrobaticsjs

    (@acrobaticsjs)

    We have tried the latest version on the following demo page and it is not showing trash icon if user is not logged-in.

    Please share the screenshot of your settings page, so we can try with the same settings.

    • This reply was modified 3 years, 2 months ago by acrobaticsjs.
    Plugin Support jQuery Acrobatics

    (@jqueryacrobatics)

    @zachjjackson actually there is a conflict between the fontawesome.min files versions. Your theme is including a file as well. WP Docs plugin is using CSS property display:none; and fontawesome from your theme is using display:inline-block; which is taking priority. Kindly fix it on your end, do not load fontawesome from the theme as it is already being loaded from the plugin.

    Plugin Support acrobaticsjs

    (@acrobaticsjs)

    @zachjjackson here you can see, from where the trash icon is showing up.

    Screenshot

    Thread Starter Zachjjackson

    (@zachjjackson)

    I have gone through the settings and this is the only one I can seem to find that would accomplish what you have asked, even with it disabled it looks like the trash is still loading?

    Screenshot

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘ATTN: Urgent Help Needed’ is closed to new replies.