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 8 replies, 3 voices, and was last updated 10 years, 11 months ago by
Dwight Bailey.
-
AuthorPosts
-
03/05/2015 at 11:40 pm #321825
Dani Weymouth
ParticipantHi. I know how to change the width and float and position to get two columns, but of course doing so messes up the alpha breakdown. Is there a way to do this so that the entries still follow their alpha breakdowns? The entries are just too wide and harder to read when full width.
My listing can be seen at: http://dreamdaydjs.com/preferred-vendors/
Thanks!
03/06/2015 at 9:17 am #321840Steven Zahm
Keymaster@
Sorry, no, cMap can not be be displayed in a columnar format because it as not designed to be displayed that that. Perhaps setting a max-width will be a good alternative? Add the following to the theme’s custom CSS area:
#cn-cmap { max-width: 800px; margin: 0 auto; }Hope that helps!
03/06/2015 at 2:57 pm #321898Dani Weymouth
ParticipantDo you have a columnar template other than the circles and headshots, meaning one that is columnar and still displays the basic info?
03/06/2015 at 2:57 pm #321899Dani Weymouth
ParticipantIf so, could I “return” the cmap somehow and get that one?
03/09/2015 at 10:20 am #322102Steven Zahm
Keymaster@ Dani
re: Do you have a columnar template other than the circles and headshots, meaning one that is columnar and still displays the basic info?
I assume you mean Circled and Gridder, yes?re: If so, could I “return” the cmap somehow and get that one?
There’s the Tile Plus template. Which yes, could be exchanged.You can browse the demo of each template:
http://connections-pro.com/demo/template/circled/Also on each template product page, there are links to actual live site using the template.
Hope that helps.
03/09/2015 at 3:04 pm #322128Dani Weymouth
ParticipantThanks. The Gridder and Circular won’t work. Could I go ahead and exchange the Cmap for Tile Plus? Thank you!
03/10/2015 at 11:19 am #322279Steven Zahm
Keymaster@ Dani
I just processed the exchange. You should receive an updated sales receipt shortly.
03/10/2015 at 2:51 pm #322297Dani Weymouth
ParticipantThank you!!!!
09/11/2015 at 1:03 pm #346435Dwight Bailey
ParticipantHere is some CSS that will get cMap to list in columns. I hope this helps somebody.
Of course, the ordering will be by row, not by column.
/* make this the width of your display area /
.connections-list {
width:900px !important;
margin: 0 auto;
}
/ Width + padding-right = column width.
connections-list width)/column width=number of columns */
.cn-list-row, .cn-list-row-alternate, .vcard {
width:400px;
float:left;
padding-right:15px;
} -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
