Search found 33 matches

by Pomegranate
Tue Mar 20, 2018 9:03 am
Forum: General discussion and questions about Aware IM
Topic: Here's how far I've gotten on a SMS Custom Template. needHlp
Replies: 14
Views: 28977

Re: Here's how far I've gotten on a SMS Custom Template. nee

Hmm, scratch that, it wouldn't work because the CSS is overriding the positioning of everything, we'll just need to modify your CSS codes, I'll see if I can get to it soon.

Cheers
by Pomegranate
Tue Mar 20, 2018 8:36 am
Forum: General discussion and questions about Aware IM
Topic: Here's how far I've gotten on a SMS Custom Template. needHlp
Replies: 14
Views: 28977

Re: Here's how far I've gotten on a SMS Custom Template. nee

Hello Jaymer, This issue is caused because of the float:left; float:right; css codes. Please try just adding <br/> between the html elements, for example. <div class="bubble {C1}"><p>{Message}</p></div> <br/> <div class="cts {C2}">{ContactTime}</div> <br/> is a simple way to start from a new row in ...
by Pomegranate
Tue Aug 15, 2017 7:16 pm
Forum: General discussion and questions about Aware IM
Topic: V8 - Process doesn't allow CSS class to change via JS
Replies: 0
Views: 3456

V8 - Process doesn't allow CSS class to change via JS

Hello and good day, I ran into a little trouble as I'm using a custom query which adds a tag in the class. For example: <div class="accordion"> should change to <div class="accordion active"> when pressed, which I suspect doesn't change because a process runs simultaneously when I click on the eleme...