02/11/2019 at 9:38 am
#484349
Keymaster
@ Roland
RE: template cmap.
We would like to have a width with 25% and 4 rows.
Sorry, but cMap is not design with being used in a columnar format and is not supported. The sliding content trays for the bio and map fields do not work well in a columnar layout. The expanding size of the entry cards will cause the page to jostle around to fit the new heights. If you would like to give a try anyway, here’s a bit of custom CSS to get your started:
#cn-cmap .cn-list-row,
#cn-cmap .cn-list-row-alternate {
display: inline-block;
margin: 0 10px 20px 0;
max-width: 24%
}
RE: we need 3 custom fields with the option to select some features.
For example: Color is the field and we can select 4 different colors…
How we can realize this?
Custom fields are possible to add, but is developer level feature. Here’s a few links you can refer to to add custom fields:
Hope this helps!
