Topic-icon SCLogin item menu

Active Subscriptions:

None
10 years 10 months ago #33378 by mardom
SCLogin item menu was created by mardom
I have a top menu that contains the menu items Login and Register

How do I assign the menus to Modulo SCLogin? For open Popup mode.
The topic has been locked.
Support Specialist
10 years 10 months ago #33385 by alzander
Replied by alzander on topic SCLogin item menu
We don't have a way to assign the popup to a menu item right now. You'd need to use the Modal setting in the login module and show that in the module position you want it to display. The modal popup is a part of the SCLogin module itself, so you'd need to have that enabled on the page.

I hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33441 by mardom
Replied by mardom on topic SCLogin item menu
I'm testing the module, however it does not work the popup

goo.gl/rSWrD
Last edit: 10 years 10 months ago by mardom.
The topic has been locked.
Support Specialist
10 years 10 months ago #33456 by alzander
Replied by alzander on topic SCLogin item menu
There's a couple of possible reasons it's not working right. First, there's a Javascript error on your page:

Uncaught TypeError: Cannot call method 'reload' of undefined
(anonymous function) www.insofti.com.br/:104
g.condition.i mootools-core.js:118
m

That's coming from this line in your RocketTheme template:
window.addEvent('load', function(){
   RokSprocket.instances.mosaic.mosaic['id-100'].reload();
});
That could be preventing more Javascript execution from occurring, like our modal.

Additionally, you have 2 different versions of JQuery loading on your page. v.1.8.3 from your template and v1.9.0 from the SCLogin module. I'd try disabling the "Include JQuery" setting in the SCLogin module. If that doesn't work, and you can, disable JQuery in your template and enable it in our module.

Let us know if either of those helps, but the RokSprocket error above may be the most important to figure out and diagnose.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33483 by mardom
Replied by mardom on topic SCLogin item menu
I tried to ask for help in the Forum Rockttheme but had no replies yet.

Is there anything I can do here, I have to send data to the site you see better?
The topic has been locked.
Support Specialist
10 years 10 months ago #33491 by alzander
Replied by alzander on topic SCLogin item menu
Looking at your site now, I'm not seeing the same errors I mentioned above. The issues I'm seeing now are:
* All of the bootstrap Javascript that the SCLogin module requires isn't being loaded. Please go into the module settings and make sure the "Load Bootstrap" option is enabled.
* The JFBCSystem plugin doesn't look to be enabled. That won't prevent the popup, but if you get it working, that's required for Facebook login to work.

If none of the above helps, please try switching (temporarily) to one of the built-in Joomla templates and test the SCLogin module that way. Get it working and then try switching back to your RocketTheme template. Hopefully that will help narrow down the problem.

Thanks,
Alex
The topic has been locked.