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 17 replies, 2 voices, and was last updated 9 years, 9 months ago by
Matthew West.
-
AuthorPosts
-
10/28/2016 at 2:44 pm #397783
Steven Zahm
Keymaster@
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; }10/28/2016 at 2:57 pm #397784Matthew West
ParticipantSo the !important is the trick. I will try it.
10/28/2016 at 3:23 pm #397786Steven Zahm
Keymaster@ 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.
10/28/2016 at 8:39 pm #397834Matthew West
ParticipantIt 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
10/31/2016 at 11:22 am #398078Steven Zahm
Keymaster@ Matthew
Ok, I see there is a bug! I’ll try to release an update later today which fixes it. Apologies for the trouble!
10/31/2016 at 1:12 pm #398090Matthew West
ParticipantGlad it wasnt something obvious I was missing. No hurry on the bug fix. Thank you for the support.
10/31/2016 at 4:51 pm #398132Steven Zahm
Keymaster@ Matthew
I just pushed out the update so you should see it available in your admin soon.
10/31/2016 at 9:04 pm #398173Matthew West
ParticipantLooks great. You can close this ticket. Many thanks
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
