Custom dialog box module in fixed position

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Oct 30, 2012 9:37 pm
Hi All,

I'm trying to do some customization on my website with Black & White template. I have created a custom module position which float at the bottom of the page (fixed position). Basically i would like to have a graphic for our live chat system in there. Everything works fine now but I would like to give the user the option to close that module if they want. What would be the best way to achieve this? Is it a simple javascript code that can be placed in there? I would really appreciate your help

Thanks,
User avatar
Junior Boarder

GK User
Wed Oct 31, 2012 9:29 am
There is no general purpose code but I think you need to create some 'close' button. Add click() event for this button (the easiest will be add code to gk.script.js), and then after click add display: none for this module position. But there is also issue to remember that user close this box to not showing it on every page reload so you can try with cookie file.
User avatar
Platinum Boarder

GK User
Wed Oct 31, 2012 3:14 pm
that's a good idea. I actually want the module to show up on every reload so that's not the issue. I'll try to get that work but I'll let you know if i have any problem.

Thanks,
User avatar
Junior Boarder


cron