Chatbox is empty
4 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Chatbox is empty
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem : https://i.imgur.com/Wyt6BH2.png
Who the problem concerns : All members
When the problem appeared : Probably this is Style problem
Forum link : http://outland.forumpolish.com/
Description of problem
I use prepared style from Hitskin.com - "sss" by Lucasek. I like this style but chatbox is completery empty. I tried fix this use CSS but nothing was change. I know I can change style for other, but I would like use this.Last edited by Mytarea on 09.01.19 19:45; edited 1 time in total
Re: Chatbox is empty
maybe put the default style so chatbox can be active and then we will try to style it again from scratch
i can help you restyle it..
can you put the style css you already have and its not working here
i can help you restyle it..
can you put the style css you already have and its not working here
Re: Chatbox is empty
Style CSS is soo long so I put this on pastebin - https://pastebin.com/Mxnjffh3
I can always use some external chat, but I would prefer a dedicated one.
I can always use some external chat, but I would prefer a dedicated one.
Re: Chatbox is empty
i meant only the chatbox css but i will find it there
so something in the template cause the chatbox not to work properly
edit : can you send me via pm a test account cause you are not allowed any new members and i cant see the chatbox
so something in the template cause the chatbox not to work properly
edit : can you send me via pm a test account cause you are not allowed any new members and i cant see the chatbox
Re: Chatbox is empty
please clear your browser cache and retry
edit: pm received thanks , using Chrome i can see your issue also
@Mytarea add this to your css
edit: pm received thanks , using Chrome i can see your issue also
@Mytarea add this to your css
- Code:
#chatbox_members {
position: unset;
}
Re: Chatbox is empty
I did that and now I see chatbox but still this not working as well because I don't see message field option.
Screen: https://i.imgur.com/xSQIXTN.png
Screen: https://i.imgur.com/xSQIXTN.png
Re: Chatbox is empty
So this is only occurring on Chrome?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Chatbox is empty
Ipad safari tested its ok
From chrome the scroll bar dont function and the bottom editor is hidden when you scroll down
You can only view the text if you maximize the chatbox frame manually
From chrome the scroll bar dont function and the bottom editor is hidden when you scroll down
You can only view the text if you maximize the chatbox frame manually
Re: Chatbox is empty
Hey @Mytarea,Mytarea wrote:What is a default chatbox style? I can't find this.
Give me you stylesheet or find this and remove:
- Code:
#chatbox {
position: unset
}
#chatbox_members {
position: unset
}
#chatbox .cb-avatar {
border-radius: 50px!important;
box-shadow: none!important;
height: 50px!important;
overflow: hidden!important;
padding: 0!important;
transform: translateZ(0);
width: 50px!important
}
#chatbox .cb-avatar>img {
height: auto!important;
position: relative!important;
top: -10px;
width: 50px!important
}
#chatbox .date-and-time {
display: inline-block;
float: none!important;
font-size: 12px;
margin-bottom: 3px!important;
margin-left: 2px!important;
margin-top: 2px!important
}
#chatbox .user {
float: left!important
}
#chatbox .user strong {
font-size: 0
}
.chatbox-username.chatbox-message-username {
font-size: 12px
}
Cordially,
pedxz.
Re: Chatbox is empty
My current CSS is:
Should I replace it with your code?
- Code:
/* Chatbox-------------------------------------------------*/
/* Mise en forme de l'avatar du membre */
#chatbox {
position: unset;
}
#chatbox_members {
position: unset;
}
#chatbox .cb-avatar {
padding:0!important;
width:50px!important;
height:50px!important;
border-radius:50px!important;
overflow:hidden!important;
box-shadow: none!important;
transform: translateZ(0); /* empeche bug Chrome */
}
#chatbox .cb-avatar > img {
position:relative!important;
top: -10px;
width:50px!important;
height:auto!important;
}
/* Mise en forme de la date */
#chatbox .date-and-time {
display:inline-block;
float:none!important;
margin-left:2px!important;
margin-top:2px!important;
margin-bottom:3px!important;
font-size:12px;
}
/* Mise en forme du pseudo du membre ayant poste */
#chatbox .user { float:left!important; }
#chatbox .user strong {font-size: 0;}
.chatbox-username.chatbox-message-username { font-size: 12px; }
Should I replace it with your code?
Re: Chatbox is empty
Bump, anyone can help?
Chatbox slightly working, but still need some fix about scrollbar. The scrollbar problems can be noticed not only on the Google Chrome browser.
The list of connected users should also be on the left, not on top.
I do not have too much experience in forumotion CSS, this is my first forum of this type.
Chatbox slightly working, but still need some fix about scrollbar. The scrollbar problems can be noticed not only on the Google Chrome browser.
The list of connected users should also be on the left, not on top.
I do not have too much experience in forumotion CSS, this is my first forum of this type.
Re: Chatbox is empty
Please post the link to the theme on Hitskin.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Chatbox is empty
Hello,
Add this code to your CSS:
Add this code to your CSS:
- Code:
html, body.chatbox{
height:100%;
}
body #chatbox, body #chatbox_members{
display:inline-block !important;
height:100% !important;
}
body #chatbox{
width: calc(100% - 181px) !important;
overflow: auto !important;
}
Guest- Guest
Re: Chatbox is empty
SLGray wrote:Please post the link to the theme on Hitskin.
https://en.hitskin.com/search-a-skin/sss/211852
@Menim I added this, and now chatbox look like this - https://i.imgur.com/LebBIRW.png (tested on Microsoft Edge, but on Chrome look same)
So, is better but still this scrollbar is crazy.
Re: Chatbox is empty
Clear your browser's cache and history.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Chatbox is empty
for me the chatbox works perfectly now
using chrome
delete this from your css
using chrome
delete this from your css
- Code:
#chatbox {
position: unset;
}
Page 1 of 2 • 1, 2
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum