FreiChat related discussions
Joomla placement

Why is there no "search" on the forum? Rather hard to find stuff - anyway, my Chat tab is top left of my website - joom mod installed, is there anyway to place it in a certain place? thank you

Why is there no "search" on the forum? Rather hard to find stuff - anyway, my Chat tab is top left of my website - joom mod installed, is there anyway to place it in a certain place? thank you
Why is there no "search" on the forum? Rather hard to find stuff


Sorry for the trouble , we will add it in the next 2-3 days .


my Chat tab is top left of my website

Did you mean bottom right ? Because that is the default position of the chatbox .

is there anyway to place it in a certain place?

Yes you can , you will need to edit the css in freichat/client/jquery/freichat_themes/basic/css.php
You will need to edit the class "freichat" in that file
<blockquote>Why is there no "search" on the forum? Rather hard to find stuff</blockquote> Sorry for the trouble , we will add it in the next 2-3 days . <blockquote> my Chat tab is top left of my website</blockquote> Did you mean bottom right ? Because that is the default position of the chatbox . <blockquote> is there anyway to place it in a certain place? </blockquote> Yes you can , you will need to edit the css in freichat/client/jquery/freichat_themes/basic/css.php You will need to edit the class "freichat" in that file
Necessity is the mother of all inventions!

Hi there, I'm really enjoying your app and trying to customize it to my liking. I know this is an old thread but is directly related to the problem I'm having.

I found the css needed to move the chat boxes to the left (#freichat, position left, I think), and the windows appear to be opening properly from the left side. However, when minimizing an open chat box, at least one of them moves to the absolute left and minimizes to the corner, and maximizes from that location as well when it is clicked. I changed the position from right to left for freicontain0-3, which I think was how I got the windows to open starting from the left hand side. I'm wondering what I might have done to mess this up...the first chatbox is not sticking to the location it is minimized from for some reason.

Thanks!

Hi there, I'm really enjoying your app and trying to customize it to my liking. I know this is an old thread but is directly related to the problem I'm having. I found the css needed to move the chat boxes to the left (#freichat, position left, I think), and the windows appear to be opening properly from the left side. However, when minimizing an open chat box, at least one of them moves to the absolute left and minimizes to the corner, and maximizes from that location as well when it is clicked. I changed the position from right to left for freicontain0-3, which I think was how I got the windows to open starting from the left hand side. I'm wondering what I might have done to mess this up...the first chatbox is not sticking to the location it is minimized from for some reason. Thanks!

That is happening due to javascript .

When the chatwindow is minimized , the following css style is applied

el.css({
"top": "auto",
"left": "auto",
"height": "auto"
});


This was done due to some bugs caused on dragging.

What you can do is comment out the line , "left": "auto" from above . The above lines are present in FreiChat.toggleChatBox() in freichat/client/freichat.js

That is happening due to javascript . When the chatwindow is minimized , the following css style is applied <code> el.css({ "top": "auto", "left": "auto", "height": "auto" }); </code> This was done due to some bugs caused on dragging. What you can do is comment out the line , "left": "auto" from above . The above lines are present in FreiChat.toggleChatBox() in freichat/client/freichat.js
Necessity is the mother of all inventions!

awesome, thank you so much for the prompt reply. I've made the change and the boxes are minimizing properly!

Good support is always appreciated and it's clear you take your support seriously. When I get the chance I will be sure to give you a stellar review.

awesome, thank you so much for the prompt reply. I've made the change and the boxes are minimizing properly! Good support is always appreciated and it's clear you take your support seriously. When I get the chance I will be sure to give you a stellar review.
76
4
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft