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.
Tagged: 8.36.1, css, theme conflict
- This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
01/29/2019 at 10:01 am #482997
Debra Nettles
Participanthttp://bwme.org/join/member-profiles/
I am not sure when the images stopped appearing.
WordPress 5.0.3 running Pofo theme.The directory is very important to our group please advise ASAP!!
Thank you,Debra
Attachments:
You must be logged in to view attached files.01/29/2019 at 10:57 am #483004Steven Zahm
Keymaster@ Debra
Took a look and the images seems to be displaying fine. Do you perhaps have some sort of browser addon for blocking ads. Unlikely, but possible, that it could be blocking them on your computer.
Hope this helps!
01/29/2019 at 11:39 am #483009Debra Nettles
ParticipantI have looked in Chrome, Safari and Firefox and the images do not show on the initial page. Actually, to be precise I use the image in the logo space too. So it’s the logo space not showing.
01/29/2019 at 11:49 am #483010Steven Zahm
Keymaster@ Debra
RE: I have looked in Chrome, Safari and Firefox and the images do not show on the initial page.
Must be something to your local computer/network then. I see the images. Please see the attached screenshot.
This does not seem to be a issue for the general public, like myself. Perhaps try your phone browser while not connected to your local wifi (in other words use your phone data).
Attachments:
You must be logged in to view attached files.02/21/2019 at 2:37 pm #485388Debra Nettles
ParticipantHI there.
I checked different computers within my household. Only one, a PC using Chrome for Windows showed the LOGO images.
I tried my iPhone and laptop outside my office and the images did not show.I really want to fix this issue ASAP. Its been over a month.
Is there any other advice you can give?
My client wants me to find another Directory plugin.Debra
02/21/2019 at 3:06 pm #485390Steven Zahm
Keymaster@ Debra
I took another look and was able to replicate the issue. I was not able to before because my monitor at my workstation is large.
The issue… is the theme.
For some reason the theme, on smaller screens, globally hides ALL logos by setting their display to none. The profile images were uploaded as logos in Connections which is why they are affected.
This is not a bug or issue with Connections, but I can tell you how to fix it.
First here is what the theme is doing:
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { .logo {display: none !important;} .retina-logo {display: inline-block !important;} .retina-logo-light {display: block !important;} .hamburger-logo .retina-logo {display: inline-block !important;} .logo-footer-retina {display: inline-block} .logo-footer {display: none;} }So we need to work out a way to override the theme. For some reason they wanted to make this a hard to do because they added the
!importantflag. This tells the browser, well, that it is important and not to change it easily.Add this to the theme’s custom CSS area, generally found in the Theme Customizer:
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { img.cn-image {display: block !important;} }Hope this helps! Let me know.
03/06/2019 at 8:52 pm #486352Debra Nettles
ParticipantIt worked! Thank you!!!
03/07/2019 at 10:15 am #486419Steven Zahm
Keymaster@ Debra
Great to hear!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
