Topic-icon Login popup as Menu ITEM

Active Subscriptions:

None
6 years 2 months ago #64265 by 3dlord
Hello all.
It is posible to link to SCLogin popup windows from a Menu Item?
I created a Menu Item called LogIn and need to show SCLogin popup when clic on this item.
Is it posible?
Regards
Diego
The topic has been locked.
Support Specialist
6 years 2 months ago #64266 by alzander
Replied by alzander on topic Login popup as Menu ITEM
The SCLogin module is just that, a module. There's not a way built into the SCLogin module can make it work from a menu item. However, I know some sites have plugins that can let it work. I honestly don't know how, but what would need to be done is:
* Put the SCLogin module in a position on the page
* Hide the normal login button area that the SCLogin module would normally show using CSS
* Create a custom menu item that has a link like:
<a href="#login-modal" role="button" data-toggle="modal">Log in</a>
any link with the href like the code above should make the SCLogin module show, if it's published on the page somewhere.

I hope that helps get you started,
Alex
The topic has been locked.