Hello,
I am using JReviews' iReview2 template which provides a CSS drop-down menu (no JS so no problem with FB Login button - I have already tried image and text link options). I have placed both and SCLogin and Joomla Login module in the the "Entrar" menu on this test site:
miraargentina.com/test
Originally the links to registration and forgot password were not showing for either module. JReviews says this:
It's a conflict with menu styles, every <ul> tag inside the menus has a "display: none" to allow a simple solution for unlimited levels of menu items.
and they provided this code which works for the core Login module:
.mod-login ul.login-links {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
display: block;
position: relative;
}That works fine, as you can see on the test site, for the core Login module. But SCLogin register and password links are still not showing. I have seen many times in this forum that SCLogin uses the same classes as the core Login module, so why is the extra CSS code from JReviews only working for the core Login module? And why are the gaps between rows so big in SCLogin as compared to core login module?
Thanks!