TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

Plugin activation notice gets wrong-positioned (Unyson) #604

Closed cojocaru3 closed 8 years ago

cojocaru3 commented 8 years ago

I'm new to TGMPA, and i'm having an issue: After activating the theme, required plugins poup gets positioned wrong ( http://i.imgur.com/TA529tU.png ), how can i fix it ?

jrfnl commented 8 years ago

Which versions of TGMPA are you using with which version of WordPress ?

This was fixed in PR #509 which is included in the recent 2.6.0 and 2.6.1 releases.

cojocaru3 commented 8 years ago

Shame on me, I was using an outaded version of TGMPA.

jrfnl commented 8 years ago

Happens to the best of us ;-)