• Hi all,

    just got one niggle at the moment. I have a youtube plugin i need to use but wordpress admin section when i log in constantly gives a notification window which you cant close. this window covers some menu options , so i have to diable plugin, change what i need to do, then re enable plugin. Bit of a pain but i know the div class but i dont knwo where to put code to not display it. The class is .wp-pointer-0 or .wp-pointer-top
    Its the little window that appears on the left side which tells you when you have installed a plugin and gives you a tour option. Hope you can help guys and thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can override plugin css generally by using the !important declaration. ERGO:

    .wp-pointer-0 {display: none !important;}

    Have you tried contacting the plugin’s author about this issue?

    Thread Starter Steve Hirons

    (@stevehirons)

    Thanks Flash Buddy, i tried that code but nothing happens. Unless i have put it in wrong place ?

    Admin dashboard>Appearance>Edit CSS> bosh!

    Thanks
    Steve

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin new plugin notification’ is closed to new replies.