Before anyone says to contact the company, I have and have been told it will be several days before I get an answer. (Yes, I'm not impressed, either).
So, I'm wondering if anyone else has run across this issue.
I have the module installed to test it out as I don't really like the packaged chat module for Dolphin. The issue is the size of the chat window is small. It appears that the chat window is inserted into a column, but I can't find a way to enlarge it. There's no page in the builders to edit and when I use the module's size settings, it doesn't change it even when full screen and pop up mode are selected. When I set sizes in the css page, it doesn't change it, either.
Any suggestions?
|
Before anyone says to contact the company, I have and have been told it will be several days before I get an answer. (Yes, I'm not impressed, either).
So, I'm wondering if anyone else has run across this issue.
I have the module installed to test it out as I don't really like the packaged chat module for Dolphin. The issue is the size of the chat window is small. It appears that the chat window is inserted into a column, but I can't find a way to enlarge it. There's no page in the builders to edit and when I use the module's size settings, it doesn't change it even when full screen and pop up mode are selected. When I set sizes in the css page, it doesn't change it, either.
Any suggestions?
guess you have to pm me your site or post the templates over here ..
nazzal
if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;) |
Right now, I'm not using any custom templates. Just UNI, which hasn't been modified except for the background. The module appears to use this to set sizes:
"<body style="text-align:center;margin: 0;height:100%"> <div style="text-align:center;margin: 0;height:100%"> <center> <bx_if:free_chat> <script language="javascript" src="__url__&width=__width__&height=__height__"></script> </bx_if:free_chat>
<bx_if:html_chat> <iframe id="frame" HSPACE="0" VSPACE="0" frameborder="0" style="height:__height__; width:__width__;" src="__url__"></iframe> </bx_if:html_chat> <bx_if:default_chat> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,19,0" width="__width__" height="__height__"> <param name=movie value="__url__"> <param name=quality value="high"> <param name="menu" value="false"> <param name="allowScriptAccess" value="always"> <embed src="__url__" allowScriptAccess="always" quality="high" menu="false" width="__width__" height="__height__" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"></embed> </object> </bx_if:default_chat> </center> </div>
</body > <style type="text/css">
html,body{ height:100%; } body { margin:0; padding:0; overflow:hidden; } #site_content { height:100%; }
</style>"
My site is at Talk Flirty To Me
|
For now you could just try altering this part of the code.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,19,0" width="__width__" height="__height__"> <param name=movie value="__url__"> <param name=quality value="high"> <param name="menu" value="false"> <param name="allowScriptAccess" value="always"> <embed src="__url__" allowScriptAccess="always" quality="high" menu="false" width="__width__" height="__height__" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"></embed> </object>
Right now i see a width of 700px and a height of 528px on your site.
So if the height and width values are not being properly set in the template, then you can try and force them by putting them directly in the template. Replace __width__ above with the width you want and __height__ with the height you want. But there should be some settings for that somewhere in the config. You should not have to manually modify the template.
https://www.deanbassett.com |
Not sure about chat but I would change the width of your default pages! Your site is set too wide for standard browsing. |
Not sure about chat but I would change the width of your default pages! Your site is set too wide for standard browsing.
Yea. I agree with that also. You can't assume everyone is running with giant size wide-screen flat panel displays with their browser maximized to take the entire screen.
I don't run like that, so i also find the page width way to large.
https://www.deanbassett.com |
Thanks guys. I've got the settings changed and that has done the trick. It's a shame that setting them in the modules controls doesn't do it like it should.
This way causes a few minor problems with the lower menu bar, but it's something I can live with.
|