This topic is: resolved
- This topic has 17 replies, 2 voices, and was last updated 5 years, 9 months ago by .
You cannot reply to this support topic. Please open your own support topic.
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.
@
re: when I put the following code in the style.css of my theme the pictures disappeared.
Yes, it would disappear. the display: none !important;
means exactly that. It will not be displayed.
Remove that line from the CSS. Use this instead:
#cn-circled .cn-circled-thumb img {
border-radius: 0 !important;
}
#cn-circled .cn-circled-thumb span.cn-image-style {
border-radius: 0 !important;
}
So the !important is the trick. I will try it.
@ Matthew
re: So the !important is the trick. I will try it.
In this case this is the path of least resistance. The theme was loading its custom styles before the template, so the template style still took priority. The important tag makes it virtually impossible to override.
It worked! Now Im down to one last problem. I put the short code in for single column, but it didnt work. I mentiond this in another post, but closed the issue because I thought I would need to use another template. It is not a caching issue since other changes are seen. Thank you
@ Matthew
Ok, I see there is a bug! I’ll try to release an update later today which fixes it. Apologies for the trouble!
Glad it wasnt something obvious I was missing. No hurry on the bug fix. Thank you for the support.
@ Matthew
I just pushed out the update so you should see it available in your admin soon.
Looks great. You can close this ticket. Many thanks
You cannot reply to this support topic. Please open your own support topic.