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.
Tagged: 8.7.1
- This topic has 4 replies, 4 voices, and was last updated 8 years, 7 months ago by
Stefan.
-
AuthorPosts
-
12/20/2017 at 4:39 am #444712
David White
ParticipantUsing the cMap template
Love it although I feel it could be enhanced. It would be great if these features could be queued for future development, some I feel would be quick wins:
1: The company logo should be clickable through to the card. – QW?
2: The clickable Company name does not look like a link and it should to help usability. – QW?
3: I would like to see a small card list that then opens out to a larger page. I have seen the smaller card option – that is just too small, maybe it should have options of what is displayed on the first card. When you deselect options it deselects on the listing and the card. I would like to separate selections.
4: Extra features toggle for enhanced listings.
5: I would like to upload and display an image for each category. Thereby creating an entirely new Category page, where people can select by category and when a listing per category is selected the relevant category image is displayed if it exists.
6: I would like to see a separate add new entry page. Whereas currently it is appended to the existing page, so I cannot really ‘sell’ the virtues of being included in my business directory. I think people would value the extra motivation, plus it is another opportunity to tell my story and to bond with the visitor, so that they are adding in a more collaborative manner.
Lovely product, I signed up to the upgrade. I appreciate these are advanced features, maybe that could be a further upgrade path?
12/20/2017 at 12:22 pm #444820Steven Zahm
Keymaster@ David
RE: The company logo should be clickable through to the card. – QW?
The photo/logo click thru feature is reserved the for the Links assign to feature. You can assign a link to either the logo or photo.
RE: The clickable Company name does not look like a link and it should to help usability. – QW?
Some what a line other do not… to add a line, add the following CSS to the theme’s custom CSS area:
#cn-cmap .cn-list-row a, #cn-cmap .cn-list-row-alternate a { text-decoration: underline; }RE: I would like to see a small card list that then opens out to a larger page. I have seen the smaller card option – that is just too small, maybe it should have options of what is displayed on the first card. When you deselect options it deselects on the listing and the card. I would like to separate selections.
You are using the cMap template… you can customize the display of the list card and the detail view. Navigate to the Connections : Templates admin page and click the cMap Customize button. The Customizer will open to a panel with display option. Click the back arrow in the Customizer to access the many other options. Also, make sure to click thru to a single entry profile view when in the Customizer preview so you can also customize that template view.
RE: I would like to upload and display an image for each category. Thereby creating an entirely new Category page, where people can select by category and when a listing per category is selected the relevant category image is displayed if it exists.
Sounds like the image grid option in the Enhanced Categories extension.. You can add an image to each category and display it as an image grid above the directory. Presently you are display the categories as a list.
RE: I would like to see a separate add new entry page. Whereas currently it is appended to the existing page, so I cannot really ‘sell’ the virtues of being included in my business directory. I think people would value the extra motivation, plus it is another opportunity to tell my story and to bond with the visitor, so that they are adding in a more collaborative manner.
The next update to the Form extension will add an option to display a message above the form. I want to make this context aware so a different message/text can be displayed base on whether an entry is being added vs. an entry being edited.
RE: Lovely product, I signed up to the upgrade. I appreciate these are advanced features, maybe that could be a further upgrade path?
Thanks! Connections and its add on are always being updated adding requested features as well as addressing bugs and security issues. :D
01/02/2018 at 1:58 pm #445805Stefan
ParticipantHi,
why the a:hover-tag isn’t work for the Company Name?
#cn-cmap .cn-list-row a:hover, #cn-cmap .cn-list-row-alternate a:hover { color:rgba(64, 217, 241, 1)!important; }It only work for the
#cn-cmap .cn-list-row-alternateI’ve also try it with this declaration:
.cn-right > div > h3 > a:hover{Also here it works only without the
:hoverbut how it will works for mouseover-effect of the Company Name?Regards
-
This reply was modified 8 years, 7 months ago by
Stefan.
01/02/2018 at 7:29 pm #445974Steven Zahm
Keymaster@ leopart
This is because the entry name color is assigned the color in the Template Customizer. You need to make you CSS selector more specific, like so:
#cn-cmap .cn-list-row a:hover, #cn-cmap .cn-list-row-alternate a:hover, #cn-cmap .cn-list-row a:hover span, #cn-cmap .cn-list-row-alternate a:hover span { color:rgba(64, 217, 241, 1); }Hope this helps!
01/03/2018 at 4:40 am #445987Stefan
GuestPerfect,
thank you @Steven :)Hover-Effekt in the Customizer would be a nice feature for the future :)
-
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
