Topic-icon custom "Logging In" popup message position

Active Subscriptions:

None
I tried modify position of modal logging message in to jdbconnet.js and jfbsystem.js without succes, I need a fixed position like 200px below top (centered)

I apreciated your help

Alejandro Quintero
The topic has been locked.
Support Specialist
13 years 9 months ago #25786 by alzander
Alejandro,
We use the built-in Modal/Squeezebox Javascript library that's a part of Joomla. From a quick look, unfortunately, it looks like the Squeezebox position can't be set. The size and other options are available, but the position seems to be fixed at 50% in both the height and width of the view. That normally makes sense because the whole background is also shaded, so you want the user's attention drawn right to the middle of the screen.

I'm not sure how you'd be able to set the position, but hopefully the explanation helps you understand how it works a little more.

Sorry I can't help further, but let us know if you still have questions. We can try to look into it further, but it doesn't look possible.

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

None
Thanks for wuick response: Im usign joomla inside Iframe, so llok like i need to modify squeze library or modify code for other poup solution

thanks
The topic has been locked.
Support Specialist
13 years 9 months ago #25807 by alzander
Yeah, there are options for margin on the box, but it seems like the 50% height and width numbers. However, I don't think those are the main ones you'll want to set. It is possible to override those values though using the same options we use in the jfbconnect.js file for size:{x,y}. If you open the modal.js file, you can see all the presets that can be overridden at the very top.

Maybe that will help, but I just don't know where the centering is coming from.. hopefully the above tips will help you track it down!

Good luck,
Alex
The topic has been locked.