Topic-icon Modal popup not working

Active Subscriptions:

None
10 years 2 months ago - 10 years 2 months ago #41422 by bjohaa
I read all topics about the module popup issue but still cant solve mine.

Even with an empty template i cannot the modal function work.

Tried setting SC Login Jquery, Bootstrap, JQuery and Bootstrap

TEmplate setting: COmponent out put on

www.party-vervoer.goedgehost.nl/test/

Pls advice
Last edit: 10 years 2 months ago by bjohaa.
The topic has been locked.
Support Specialist
10 years 2 months ago #41435 by alzander
Replied by alzander on topic Modal popup not working
Your issue is caused from conflicting styles in your template. The first is:
templates/jsn_epic_pro/css/template.css line 1350
#jsn-master .modal {
position: static;
}
You'll need to remove that style or add the following to your template to get the right setting forced on our module:
#login-modal.modal {
position: fixed;
}

The other issue is that your template is overriding our z-index. The best way to fix this is to upgrade to JFBConnect v6.0 / SCLogin 4.0, released yesterday. There is an improved z-index in that release that should fix your problem.. and add a lot of new JFBConnect features :)

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

None
10 years 2 months ago - 10 years 2 months ago #41452 by bjohaa
Replied by bjohaa on topic Modal popup not working
Hey thanks for the reply,

Still it does not work like i should. Its to far to the left? (installed JFB 6.0).

Also the modal does NOT work on all pages? How come? (try for instance Evenementen and then login)


Never mind, sorted it out i think ;)

Greetz
Last edit: 10 years 2 months ago by bjohaa.
The topic has been locked.
Support Specialist
10 years 2 months ago #41470 by alzander
Replied by alzander on topic Modal popup not working
It's not working on the Evenementen page because that page is not including the Bootstrap Javascript library. On your home page, something called com_fss is adding that library, but nothing is on the other page. The easiest fix is to enable the "Include jQuery / Bootstrap" setting in JFBConnect which will ensure the proper libraries are loaded on every page that JFBConnect needs them.

As for the positioning, I'm a little clueless as to why it's shifted over like that right now. That's usually something that's pretty easy to diagnose, but I'm not seeing any CSS that would be 'shoving' it to the side like that. If you can fix the problem above so we can see the modal work on other pages, that would help narrow down the cause since we'd have more to test with.

We'll get it all figured out :)

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

None
10 years 2 months ago - 10 years 2 months ago #41475 by bjohaa
Replied by bjohaa on topic Modal popup not working
Edit, did not ready new reply above yet when i posted... I started building site from scratch, keep you updated...
Last edit: 10 years 2 months ago by bjohaa.
The topic has been locked.
Support Specialist
10 years 2 months ago #41476 by alzander
Replied by alzander on topic Modal popup not working
No problem. Keep us posted on what you find, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #41499 by bjohaa
Replied by bjohaa on topic Modal popup not working
Alex,

I managed to pinpoint the problem, as soon as i publish JFBshare in top section of my template (next to login) the alignments gets screwed up.. Confirmed in my new site as wel...

I do intend to use them next to eachother, plz advice.

Greetz
The topic has been locked.
Support Specialist
10 years 2 months ago #41551 by alzander
Replied by alzander on topic Modal popup not working
Sorry for the delay. I'm not sure why the social buttons would cause the modal to shift over. There are the following Javascript errors being thrown on that home page:
Uncaught TypeError: Cannot call method 'getProperty' of undefined (index):1
Uncaught TypeError: Object [object Object] has no method 'slideshow' widgetkit-c4974254.js:15
The first issue, I don't think, is from JFBConnect. The second definitely is not.

It's possible those JS errors are preventing some of our code from working properly, but I'm not sure.

Can you disable the share module on another page so that we can have 2 pages to test on.. one that works, and one that doesn't? That should help us narrow things down.

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

None
10 years 1 month ago #42468 by bjohaa
Replied by bjohaa on topic Modal popup not working
Sorry for late reply,

I shifted priorities and use JFB like now , no problems with that one for now.
The topic has been locked.
Support Specialist
10 years 1 month ago #42472 by alzander
Replied by alzander on topic Modal popup not working
Glad to hear it sounds like you got things going! Should you have any questions or run into other issues, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.