Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by
Marcel Dunkelberg.
-
AuthorPosts
-
07/06/2018 at 9:27 am #466956
Marcel Dunkelberg
ParticipantHi there,
I recently found out, that the images and the logos of my entries are not longer showing up. Lazy Loading is not active on my theme.
https://www.rath-heumar.info/gewerbe/
De-activated all caching plugins but no luck.
Can you please have a look at that?Best regards,
MarcelAttachments:
You must be logged in to view attached files.07/06/2018 at 12:17 pm #466977Steven Zahm
Keymaster@ Marcel
I suspect it has to do with the way that
https
has been implemented on the site.Open the page in Chrome, hit the F12 key and then click the Console tab.
You find several errors, unrelated to Connections, about mixed content. Those images are being blocked by the browser as unsecure.
I suspect the method to force
https
is “corrupting” the path/url for the Connections image. I say this because the path/url is not a valid one.I would first check the General Settings admin page and make sure both the home and site URL are set correctly. I would also suggest double checking the method used to force
https
to make sure that is setup correctly and matches the home and site URL in the Settings.Hope that helps, let me know.
07/06/2018 at 2:43 pm #466983Marcel Dunkelberg
ParticipantHi Steven,
unfortunately it is not related to ssl implementation. It had been working for more than 1 year now. I have set the entry that is causing mixed content warnung to moderation. Now the console is without errors but still no luck. URLs are both set to https://www.rath-heumar.info
07/06/2018 at 2:48 pm #466984Marcel Dunkelberg
ParticipantOkay I found out, that is has to do with my theme. When I switch it to default theme, the gfx are showing up.
07/06/2018 at 5:54 pm #467013Steven Zahm
Keymaster@ Marcel
Ok, after taking a second look it is indeed the theme. For some reason it is intentionally hiding all images which do not have a
src
attribute. Connections uses the HTML5srcset
attribute instead, so all its images are hidden.Add the following to the theme’s custom CSS area to fix this:
img.cn-image { visibility: visible; }
Hope that helps, let me know.
07/06/2018 at 6:57 pm #467022Marcel Dunkelberg
ParticipantWow, this did the trick :) Thank you for helping.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.