Viewing 6 replies - 1 through 6 (of 6 total)
  • Xavvi

    (@skinny-latte)

    Agreed – this is perfect plugin but for the fact it only works for admins.

    peter

    (@dewebbouwmeester)

    Agreed: very useful plugin. To make it work for all users you have to change the following on two places in the code:

    if (!is_super_admin() || !is_admin_bar_showing() || is_admin()) return;
    into
    if (!is_admin_bar_showing() || is_admin() ) return;

    Maybe the plugin author wants to incorporate this in the plugin.

    Plugin Author jamesckemp

    (@jamesckemp)

    Thanks Peter,

    I will incorporate both of your changes tonight or tomorrow!

    Plugin Author jamesckemp

    (@jamesckemp)

    Updated in version 1.1

    kokocipher

    (@kokocipher)

    Is there a way to make it so that the admin bar is shown on default for visitors?

    kokocipher

    (@kokocipher)

    [resolved]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘great plugin, but how do you make it available for all user?’ is closed to new replies.