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 2 replies, 2 voices, and was last updated 9 years, 11 months ago by
Carolin Collins.
-
AuthorPosts
-
09/08/2016 at 10:24 am #390260
Carolin Collins
ParticipantHi Steven!
I just noticed that our Google maps are broken down into circles? Have never seen this before and am wondering if you might have any idea what is causing this?
See for example: http://www.cainterimmanagers.ie/new/membership/members/member-directory/name/paul-quinn/
Thanks!
09/08/2016 at 10:52 am #390263Steven Zahm
Keymaster@ Carolin
re: Have never seen this before and am wondering if you might have any idea what is causing this?
I’ve never seen sometime like this specifically, but I do, or use to, see all sorts of other little oddities because themes and plugins aggressively style images. I suspect that is what is happening here. Let me take a look…
Ok, I found two custom styles being applied to images… I’m guessing you added them?
They are:
#cn-cmap span.cn-image-style, #cn-list img { border-radius: 150px !important; } #cn-cmap span.cn-image-style, #cn-list img { border-radius: 150px !important; }Obviously these are the same statement, but they appear to be entered in two different locations because one is loaded as an theme custom inline style and the other is loaded in the theme’s custom.css file.
The style itself is fine but the
#cn-list imgselector is the problem. It is applying that style to every img within the Connections list, even the Google Maps image. You should change the selector to#cn-cmap span.cn-image-style img.cn-imageso the CSS statement looks like this:#cn-cmap span.cn-image-style, #cn-cmap span.cn-image-style img.cn-image { border-radius: 150px !important; }Selecting this way ensures that you only select the photo image within the template and no others.
Hope that helps!
09/08/2016 at 11:33 am #390269Carolin Collins
ParticipantThanks so much for your super-quick reply! Never thought of a Google Map being made up of a series of images like that and being influences by a style in that way. Cheers!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
