Andreas Motl

Results 1428 comments of Andreas Motl

## Investigation The HTML code currently rendered is ```html ``` Seeing the new FA naming scheme slip through there, this might be coming from the [Font Awesome transition](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643), however we...

After the most recent update, the "edit"- and "delete"-post icons disappeared. To mitigate this, we added ``` // Fix MBT#17: Translate "-alt" icons to non-"-alt" classNames = classNames.replace('-alt', ''); ```...

Dear Maya, 1. We can confirm the `fa-eye` icon works with the most recent version: ![image](https://user-images.githubusercontent.com/453543/55832395-c9d2ff80-5b15-11e9-8d3c-a09518121f8d.png) 2. The "edit"- and "delete"-post icons are also working flawlessly: ![image](https://user-images.githubusercontent.com/453543/55832600-3221e100-5b16-11e9-88c2-33794ef97063.png) 3. The `fa-clock`...

Dear @ryanmstokes, you might want to apply the workaround as outlined above for a quick fix. For doing so, you will find the `function faClasses` at https://discourse.example.org/admin/customize/themes/22/common/head_tag/edit when replacing the...

Dear @svrcore, did this issue resolve for you? Otherwise, you might want to try the hotfix as outlined above which worked around the issue on our installation the other day.

## Remark As this is actually related to an interaction between two addons of Discourse, we don't really know where to file this. Hope it's okay to anchor it just...

## Workaround We found that by resetting the `display` css attribute here, the buttons stopped being displaced. ```css /* Fix DMT#9: "Save Edit" / "Cancel" buttons slightly off when editing...

We have been able to conduct further experiments on https://meta.ip-tools.org/t/test-thing/140. We found that everything will be fine with short posts, while editing longer posts will push the "Save" / "Cancel"...

Hi there, we found it's the `display: block;` CSS attribute of the container lightbox element which is stretching the images to their full widths. ``` ``` When removing this guy,...