WordPress for Joomla: Take advantage of WordPress multisite capability, thousands of additional plugins and thousands of themes! Created by 'corePHP'. Click here to learn more.
Welcome, Guest
Please Login or Register.  Lost Password?

Option to have visitor popupbox stay on the screen
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Option to have visitor popupbox stay on the screen
#484
Option to have visitor popupbox stay on the screen 2 Years, 2 Months ago Karma: 0
I'd love to see the visitor popup chat box stay on the screen while the visitor to my site was moving around my site. Of course, also the visitor would need the option of reducing the popup box to the bottom toolbar. That way the visitor could ask a question and still move around my site.
linda
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#495
Re:Option to have visitor popupbox stay on the screen 2 Years, 2 Months ago Karma: 1
We've added this feature into version 3.7.0, however it's disabled by default because some people might find it a little obtrusive if the popup window just persistently stays on top. You can enable the popup window persistently staying on top by modifying:

/components/com_livechat/views/popup/tmpl/default.php

and uncommenting the javascript line that looks like this around line 130:

// Uncomment to make popup window always stay on top
//windowAlwaysOnTop();


CHANGE TO:

// Uncomment to make popup window always stay on top
windowAlwaysOnTop();



Basically removing the 2 forward slashes in front of windowAlwaysOnTop();



Then save your changes and refresh your web browser and the popu window will now persistently stay on top.
admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
Go to topPage: 1