Welcome, Guest
Please Login or Register.  Lost Password?

Live Chat Background
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Live Chat Background
#122
Live Chat Background 2 Years, 3 Months ago Karma: 0
Hi,


I noticed that the background image of the Live Chat is hosted off your servers (CMSfruit.com). And I was wondering where I go into changing it to be linked to my server so I can modify it to what I please. I looked through all files in the com_livechat directory and couldn't find anything, I must be blind thought if it is there xD.


 


Any help would be great.


 


Thanks.

Harloe
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#444
Re:Live Chat Background 2 Years, 3 Months ago Karma: 1
Hi Harloe,


 


You can change the setting for JLive! Chat to load the media off your webserver by going to JLive! Chat -> Settings from within your Joomla! administrator and changing the value for "Load Media From:" under the Micellanous Settings to "My Own webserver relative to document" and then click save. Then you can change the popup background image by editing the following file in your website root directory:


 


components/com_livechat/images/backgrounds/jlivechat_popup_bg.jpg



Miscellaneous Settings
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.
 
#445
Re:Live Chat Background 2 Years, 3 Months ago Karma: 0
Thank you for the fast reply!


 


Thank you very much!


That solved the problem easily.


 




Harloe
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1564
Re: Live Chat Background 5 Months, 1 Week ago Karma: 0
I have been trying to change the color blue of the background and I'm not able to, which is the easiest way to change it? I nor able to find the image file that has this blue background on my ftp so I can go ahead and change it to match mi site. I guess the info that is posted here is for a different version of jlive chat, any help would be appreciated it.
elowenthal
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1565
Re: Live Chat Background 5 Months, 1 Week ago Karma: 1
Hi elowenthal

The best way to customize the livechat popup window is to use Firefox with Firebug extension installed to easily identify and select the elements of the livechat window you want to customize. Basically, all you have to do is figure out which CSS property it is you want to customize and then define that by going to Components -> JLive! Chat -> Settings -> CSS from within your Joomla administrator.

So for example; to override the background image CSS for the livechat popup window, you might define a custom CSS rule that looks something like this:

Code:


#livechat_container {
    background: url("../images/backgrounds/your_new_image.gif") no-repeat left top !important;
}



Please notice the "!important" at the end of the line above... that basically tells the web browser that this is the final rule for that property.


Hope that helps

Best regards
John
admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
Last Edit: 2011/08/28 15:53 By admin.
The CMS Fruit Team
The administrator has disabled public write access.
 
#1568
Re: Live Chat Background 5 Months ago Karma: 0
Thnkas it worked great
elowenthal
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1