alixandru / q2a-open-login

Question2Answer Open Login plugin
62 stars 44 forks source link

login box not displaying in cleanstrap theme #59

Closed gautamshelley closed 8 years ago

alixandru commented 8 years ago

what theme is that? is it standard (shipping with q2a) or a custom theme?

gautamshelley commented 8 years ago

standard , based on bootstrap , actually the issue arises coz for register and login the theme uses a modal and in that modal the external sign in ( fb, g+) box is not displaying .....could u please check this out and guide me how to add it to the modal .......here's the theme http://qa-themes.com/shop/cleanstrap I'll be highly grateful

alixandru commented 8 years ago

I'm afraid I cannot help you much with that. You'll need to hack into the theme's code and insert the login buttons in the right place.

The code for displaying the login buttons from the plugin is found in qa_open_login.php (see functions login_html and logout_html). You need to make sure, somehow, that the HTML code for login buttons is put inside that modal. I cannot check the theme's code right now, so I don't know exactly where to point you to.

On Fri, Nov 20, 2015 at 10:36 AM, gautamshelley notifications@github.com wrote:

standard , based on bootstrap , actually the issue arises coz for register and login the theme uses a modal and in that modal the external sign in ( fb, g+) box is not displaying .....could u please check this out and guide me how to add it to the modal .......here's the theme http://qa-themes.com/shop/cleanstrap I'll be highly grateful

— Reply to this email directly or view it on GitHub https://github.com/alixandru/q2a-open-login/issues/59#issuecomment-158324001 .

gautamshelley commented 8 years ago

Yp thanku