By Bärbel Brantner on Tuesday, 19 December 2017
Posted in Technical Issues
Replies 4
Likes 0
Views 1K
Votes 0
Attaching I send you a screenshot of the Terms & Conditions popup of my site. There is an annoying exclamation mark symbol far left, of which i can't get rid of.
I'm using my own template (wfw2).

Go to url:
https://creativeflute.at/index.php?option=com_content&view=article&id=9:pflegetipps-fuer-querfloeten&catid=18:werkstatt&Itemid=299

Is there any kind of error?
In the page source I find this:


<div class="o-empty__content"><i class="o-empty__icon fa fa-exclamation-triangle"></i> <div class="o-empty__text"><span class="kt-dialog-error-message"></span></div> </div>


But there is no error message.

Thank you for your help!
The url looks kind of funny, so I try to post it once again:

[gist type="php"]
https://creativeflute.at/index.php?option=com_content&view=article&id=9flegetipps-fuer-querfloeten&catid=18:werkstatt&Itemid=299#comments
[/gist]
·
Tuesday, 19 December 2017 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like that is your current template applied that css to show that warning icon, because it seems work fine in my locally, you can check my attached screenshot below.

To temporary to fix this, you can apply this following CSS into your template css file and see how it goes.


#kt .kt-dialog-modal .fa-exclamation-triangle:before {
display: none !important;
}
·
Tuesday, 19 December 2017 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post