We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

css for the attachment display for chat window | Forum

Soundchum web solution
put this


.ow_chat_message_block .ow_chat_message textarea {

    height: 42px;

    line-height: 17px;

    font-size: 12px;

    position:relative;

    overflow:auto;

    border: none;

    border-radius: 0;

    margin: 0;

margin-bottom:30px;

    min-height: 17px;

    padding: 12px 36px 4px 6px;

    resize: none;

    width: 100%;

}

tammy harris
tammy harris Nov 6 '14
no blanks the whole thing
Soundchum web solution
can you test it without attachment plugin and smileys ? if it work then i will modify the code if it isn't work then there something wrong going with you
tammy harris
tammy harris Nov 6 '14
its an oxwall bug 

has nothing to do your code or plugins 

if you refresh the edit ccs page it loses it wipes it blank 
Soundchum web solution
ok, if you are right, then don't insert the code directly in css file 

insert the 2 code in edit theme in your admin panel, and see what will going

tammy harris
tammy harris Nov 6 '14
yes i have and works fine but if i go the edit ccs page and refresh the page it loses custom ccs and is just blank is an owall bug
Soundchum web solution
then it is done ? but this is strange error with you script


can you share a photo for new chat ?

tammy harris
tammy harris Nov 6 '14
the chat text area is cool now



but i go edit ccs page click refresh lose it  


Soundchum web solution
ok use it with admin panel


thank you for me hahaha


it is part from our free support

tammy harris
tammy harris Nov 6 '14
thanks is great mod 

im still bit dumfounded at lose all my custom ccs lol
Soundchum web solution
you can contact your theme dev, or let me check it for you
tammy harris
tammy harris Nov 6 '14
contact theme dev hahahaha they can even work out why index html in theme does not work or why buttons don't show 
Soundchum web solution
sorry i can't understand

do you mean that your theme dev not replay you if you have problem ?

dave Leader
dave Nov 6 '14
i will try this now and let you both know how it goes. 
dave Leader
dave Nov 6 '14
well when i logged in today i must have done something right last night because now it shows this, see image.   But i know its still there because of the "no file selected" hover.. 


sometimes i hate the way oxwall stores cache, seems to clear much of the time but then there are times you have to "re-invent the universe" before it will clear cache lol..





so i may only need part of that css we will see how it goes. 
  

Soundchum web solution

dave

i don't know no file selected shown ?  and you did a lot of chat customization 

try to test it with default chat with out any customization

dave Leader
dave Nov 6 '14

ok the .ow_chat_message_block .ow_chat_message textarea  was actually in my theme and its where i made changes last night which is why its probably showing better than it was. 


i use macabre so here is that css 




.ow_chat_message_block .ow_chat_message textarea {

height:50px;  /* was 30px */

line-height: 20px;

width:243px; /* was 203 */

background-color: #fff;

color: #333;

font-size: 11px;

position:relative;

overflow:auto;

background-image:none;

padding:12px 36px 4px 6px;  /* was 4px */

        margin-bottom:30px;  /* added */

}



.ow_chat_message .ow_attachment_icons  is not in either of the themes, it actually resides in ow_static/plugins/base/css/ow.css


here is that css 



.ow_chat_message .ow_attachment_icons {

    float: right;

    position: absolute;

    top: 50px;  /* was 10 */

    right: 0px;

    z-index: 2;

}


























now it looks like i need to adjust  mlt_file_input or make the attachment area smaller





The Forum post is edited by dave Nov 6 '14
Soundchum web solution
see my photo and Tammy's photo, all thing goes fine
Soundchum web solution
good

as i thought, your chat was has more customization

but i said befor that you should search for the code first

dave Leader
dave Nov 6 '14
i think if i make attachments icons 190 i think it will work and show the whole browse button 


thanks for shareing day line :)

Pages: « 1 2 3 »