General > Support
chat window issue
(1/1)
tech healthiza:
Hi,
We're new to Mibew. We have a fully responsive x-cart store and using Mibew Web messenger for it.
Everything works perfectly from the very first day.
Only thing we want to open the chat window for customers with a customizable size (from admin only) on the same position when a chat is initiated instead of opening in a new window? Please take a view here http://www.nykaa.com/
How do we do it or which file we have to modify to control the shape of it?
Thanks a lot in anticipation.
faf:
Take a look at this thread: http://mibew.org/forums/index.php/topic,191497.msg197231.html
tech healthiza:
--- Quote from: faf on February 21, 2014, 02:15:33 PM ---Take a look at this thread: http://mibew.org/forums/index.php/topic,191497.msg197231.html
--- End quote ---
Thank you for reply but I have already used below code
<script>
$(function() {
$( "#dialog" ).dialog({
autoOpen: false,
height: "480",
width: "640"
});
$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open" );
return false;
});
});
</script>
<button id="opener"><img src="сюда_адрес_сайта/b.php?i=webim&lang=ru" border="0" width="140" height="45" alt=""/></button>
but my requirement is not match with it. I want chat like http://www.olark.com .
faf:
Sorry, but if you expect that someone will try to understand what exactly you're looking for and then rewrite Mibew to meet your expectations just for fun, you're probably wrong. However, good luck with that. :-\
Navigation
[0] Message Index
Go to full version