• Magistar

    (@magistar)


    Is there a way to add this to the Sidebar login without modifying the core WordPress files?

    Currently my plugin is working but it only displays in the comments section and on the register / login page. NOT on the Sidebar login. Therefore once you have created an account users cannot login unless they go to register again (or find a comment form).

    https://ww.wp.xz.cn/plugins/wordpress-social-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Magistar

    (@magistar)

    I have tried adding [wordpress_social_login] to a Text widget and adding:
    add_filter(‘widget_text’, ‘do_shortcode’); //Shortcodes in widgets

    I also tried the ” HTML Javascript Adder ” plugin. Neither the shortcode nor the php echo is displaying :(.

    Thread Starter Magistar

    (@magistar)

    Update:
    I was able to get the plugin to display in the footer. When I drag the exact same widget (shortcode, HTML Javascript Adder) to the side bar it does not show.

    I have no idea why this shortcode would not work on the sidebar. I tried [su_box] text [/su_box] from Shortcodes Ultimate and that did work!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding this too the sidebar login plugin without modifying core J?’ is closed to new replies.