• Resolved phloo

    (@phloo)


    Not sure if this was visible before but I accidentally installed multiple “updates” on my own wordpress installation because I was checking the plugin details popup and clicked the button. This should be hidden or an option to hide the button on the changelog page. Its not helpful (at least to me) and no good ux.


    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Bojan Katusic

    (@bojankatusic)

    Hey @phloo

    You can use the MainWP Custom Dashboard Extension to hide elements like the “Install now” button on the plugin details page. This extension allows you to customize the UI by adding custom CSS or JavaScript, helping you create a layout that suits your workflow better.

    Thread Starter phloo

    (@phloo)

    Cannot test it at the moment since all plugins are up to date ??
    I wonder if an external iframe is even possible to modify by css.
    Will try..

    Thread Starter phloo

    (@phloo)

    Not working. Following code has no effect on the changelog popup!

    #plugin-information-footer {
    display:none;
    }'

    Plugin Support Bojan Katusic

    (@bojankatusic)

    Hey @phloo

    Please feel free to open a private help desk ticket and we will look into the creating the necessary code for you to hide the button:?https://mainwp.com/my-account/get-support/

    Thread Starter phloo

    (@phloo)

    This is only a login form.
    Where is the registration?

    Plugin Support Bojan Katusic

    (@bojankatusic)

    If you don’t currently have an account with us, you can also open a ticket by emailing us at [email protected].

    Plugin Support Bojan Katusic

    (@bojankatusic)

    Just to provide an update on this –

    The button referred in this discussion was present on the popup modal which open when you click on the version number of a plugin that has an available update on the Updates page (wp-admin/admin.php?page=UpdatesManage).

    This button has been removed in the latest version of the MainWP Dashboard v5.2.1.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.