• Resolved ChrisL

    (@chrslcy)


    Can you please stop showing the Neve advert to ‘Editors’. Upsells for themes and plugins need only be displayed to Administrators as it is they who do the website development. Editor is a role often assigned to clients.

    Note: I typically assign the Editor role the edit_theme_options capability in order for them to edit the website menu. This is not uncommon.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support AndreeaR

    (@andreearadacina21)

    Hi @chrslcy,

    We apologize for any inconvenience you’ve experienced. Upon investigation, it has been confirmed that in the Editor role with the mentioned capability, a Neve advertisement is visible.

    I’ve forwarded this case as a feature request to our developers. Thank you for bringing this to our attention!

    Bri

    (@tinnyfusion)

    I realise upselling might be part of a wider business model but to advertise like this really puts me off of not only the plugin in question but on the author in general.

    Would you be so kind as to provide a code snippet to remove the above mentioned as locating it’s DIV is proving troublesome as I wish to remove said advertisement on a client facing website with remove_meta_box(‘UNKNOWN_DIV’, ‘dashboard’, ‘normal’);

    Addendum: For the time being I have resorted to removing the _upsell_admin_notice from within menu-icons.php but obviously at the next update it will be back…

    Having to remove sections of a plugin to stem the flow of advertising is NOT how a company keeps their customers!

    Oh, and for anyone wanting to remove the WordPress Guides/Tutorials widget from the Dashboard (that this plugin also pushes, enter the following in your child themes functions.php:

    // Remove Themeisle WordPress Guides/Tutorials
    function remove_themeisle_crap() {
    	remove_meta_box('themeisle', 'dashboard', 'normal');
    }
    add_action('admin_init', 'remove_themeisle_crap');
    • This reply was modified 8 months ago by Bri.
    • This reply was modified 8 months ago by Bri.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Neve Theme Upsell – Administrators Only’ is closed to new replies.