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 6 replies, 4 voices, and was last updated 10 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
03/13/2013 at 7:37 am #253939
Jayson Gurney
ParticipantHi Folks, is it possible to have a multiple columns layout (2 or 3) ?
03/13/2013 at 12:46 pm #253951Steven Zahm
KeymasterSorry, no, not with cMap. It was not designed with a columnar layout in mind. Have you looked at Tile Plus?
03/13/2013 at 6:07 pm #254000Mitch
ParticipantHey Jayson,
Not to jump in, but I stumbled across your Q… here’s what I did to achieve this. I added the word “right” or “left” to the ‘country’ field in each record. I then set up two columns on the page (using columns in my Genesis theme). I created two shortcodes (one for each column), I then modified code in each to have country=right or left, and then modified the shortcode for both to have the address not display the country. Of course, I also need to make width = 400, which allowed two columns on a full page layout.
Just for the fun of it I made the sort=random so I didn’t need to worry about alpha.
I should note this was for an ‘individual’ directory, not an ‘organization’ directory (and obviously, they were all in the same country). A little wonky work-around, but it works for that specific application. YMMV.
Of note: I hadn’t looked at TilePlus when I did this… I might have just bought that template too had I seen it. :)
04/29/2013 at 1:59 pm #258225dm
ParticipantIs there definitely no option to display cmaps in 2 or more columns?
I really need this functionality as I do not want to use Tile or Tileplus for this project.04/29/2013 at 3:23 pm #258230Steven Zahm
Keymaster@ dm
You might want to give Mitches work-around a try. You can also give it a go with CSS, but the results are not usually satifactory…
#cn-cmap .cn-clear { clear: none !important; } #cn-list .cn-list-row, #cn-list .cn-list-row-alternate { float: left; width: 46%; }
04/29/2013 at 4:26 pm #258247dm
ParticipantHi there Steven,
Thank you. I managed to get the columns to line up perfectly adding margin and height to the css:
#cn-list .cn-list-row, #cn-list .cn-list-row-alternate {
float: left;
margin-left:30px;
margin-right: 10px;
margin-bottom: 20px;
width: 45%;
height:240px !important;
}However, the notes and bio sections display behind the next listing below it and the map appears large, also behind listings. Could this also perhaps be fixed via css?
04/30/2013 at 4:57 pm #258413Steven Zahm
Keymaster@ dm
You could attempt to adjust the z-index of those div’s. But I don’t think that will work because of the float.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.