Theme broken if I use it on header
Closed this issue · 1 comments
Hi !
Nice plugin and I appreciate Linkedin implementation .
I was able to implement the plugin on Multi-Site installation . I had to activate it Multi-site wide .
I wanted to display ' sign-in option ' on every page, so I have used wp_head hook and managed to display on it available on header (Posted the same issue in WordPress forums)
But, there is a problem with < li > tags which were used in ' bc_oauth_templatetags ' file. A logged in user could see empty lines and it's kind of embarrassing . This is not happening in all themes, but some themes like twentyten .There is a serious problem with twentyelven and it is completely broken when I tried to use Bc_oauth option on header .
Could any one help me to get rid of < li > tags ?
Also I would like to ask for a feature . I want to redirect the user to the same page he view while he logs in. Can you please tell me how to do it
Thank you!
I am able to solve the issue myself