Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
MMXII Posted September 26, 2018 Posted September 26, 2018 I have this weird issue that in the Blogs app, whenever any reaction is given to an article, the icon will not display correctly. Is anybody else having this issue? Or does anybody know how to fix this? Let's start with how it should look like: Everything is okay here. The icon is being displayed correctly. You can click on it to open a popup with information about who reacted in which way (if permissions allow it) etc. Now this is the issue that I have in the Blogs app: You can already tell by the look of the icon (grey borders, resized icon) that something isn't right here. And in fact the reaction icon is inserted like a regularly linked image. When you click on the icon, it does not open the popup with information about who reacted in which way. Instead it shows the image lightbox (the one you get if you click on attachments within forum posts). How can I fix this? Reuploading the same or a different icon does not help. Running the help tools in the ACP does not help. Clearing browser cache does not help. Deactivating and reactivating reactions does not help. This is a clean localhost 4.3.6 installation with no customizations to reaction icons. It also only happens in the Blogs app and -- and here is another weird thing -- only if you are viewing the blog article as a guest. The moment you log in, the icon displays correctly. Unfortunately there is nothing in the guests group permissions that seems to be connected with this issue.
Meddysong Posted September 26, 2018 Posted September 26, 2018 Quote This is a clean localhost 4.3.6 installation Presumably this means you're using the default theme too, in which case this sounds like a job for a support ticket. I think they'd find it helpful if you were able to link them to a live site where this is happening.
Adriano Faria Posted September 26, 2018 Posted September 26, 2018 Can't reproduce on default theme in 4.3.6:
newbie LAC Posted September 26, 2018 Posted September 26, 2018 It's lightbox feature The tag <a>is added via javascript Submit a ticket Temp solution Open blog - front - view - entry template Find and remove data-controller='core.front.core.lightboxedImages' Find {$entry->content()|raw} change to <div data-controller='core.front.core.lightboxedImages'>{$entry->content()|raw}</div>
MMXII Posted September 26, 2018 Author Posted September 26, 2018 Wow, thank you so much @newbie LAC! Your solution seems to fix the issue. 👍 (I also submitted a support ticket and pointed to this topic. Maybe IPS will fix this in a future release.)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.