This topic is: resolved
- This topic has 14 replies, 2 voices, and was last updated 5 years, 10 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.
@ Helen
Add this to the theme’s custom CSS area:
#cn-slim-plus .cn-right {
width:auto!important;
}
Hope that helps!
Hi Steven,
many thanks that worked very well.
Hopefully my last query is on how to get rid of the image-margin (and lack of sharpness) on my members-page. I have tried with various image-sizes including an exact 6:5 and more pixels than the 120×100 mentioned in one posting. Also having the pictures displayed a little bigger might help the resolution issue a bit.
This is the code I have in place on the member-page.
[connections template="slim-plus" name_format="%last%, %first% %middle% %prefix%" addr_format="%line1% %line2% %line3% %zipcode% %city%" str_work_phone="Phone" str_work_email="Email" str_bio_head="" str_image="" image_fallback="none" show_empty_categories='FALSE' enable_viewall='TRUE' link_format="Link: %title%"]
Many thanks
@ Helen
RE: how to get rid of the image-margin
#cn-slim-plus span.cn-image-style {
margin: 0 !important;
padding: 0 !important;
}
RE: having the pictures displayed a little bigger might help the resolution issue a bit
The image size can not be changed in Slim Plus. The design is based around it being the 120*100px thumbnail.
Hope this helps!
Thanks for the code, it worked.
You cannot reply to this support topic. Please open your own support topic.