• Resolved amast7

    (@amast7)


    Hello, we made a b2b e-shop and we want to add a top bar at login page.

    Is that possible? I tried:

    add_action('login_header', 'add_login_bar');
    function add_login_bar() {
    	$frontbar = WPFront_Notification_Bar::Instance();
    	$frontbar->write_markup();
    }

    But no effect.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Swathi S

    (@swathiswpfront)

    Hello,

    Do you still need help with this?

    Thanks,
    Swathi S

    Thread Starter amast7

    (@amast7)

    Actually I found a workaround but would be good to know a more “official” approach.

    Plugin Support Swathi S

    (@swathiswpfront)

    Thanks

    Plugin Support Swathi S

    (@swathiswpfront)

    Hello,

    Officially login page is not supported. However you can make it work like you did. Try enqueuing JS and CSS files too.

    Thanks,
    Swathi S

    Plugin Support Swathi S

    (@swathiswpfront)

    Resolving due to inactivity. If you have any queries please feel free to get in touch with us.

    Thanks,
    Swathi S

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Notification bar in login page’ is closed to new replies.