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.6.4, connections_categories, css, enhanced categories, extension, force_home, shortcode
- This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago by
Chris Haught.
-
AuthorPosts
-
04/08/2017 at 8:31 pm #419412
Chris Haught
ParticipantHi,
I searched the forums and tried several short codes without luck, so I hope you can help!
I’d like to have only the grid show, not all the listings underneath.
http://springhomeandgardenfair.com/directory/
TIA!04/10/2017 at 9:04 am #419603Steven Zahm
Keymaster@ Chris
You are going to need two pages.
Navigate to to the Connections : Settings admin page and click the Display tab. Disable the “Display the categories above the results list?” if you have it enabled.
Create a second page and add the [connections_category] shortcode to it. You’ll need to set the
force_homeoption. Here’s an example:[connections_categories force_home=true]Now your category image grid and listing are on separate pages.
Hope this helps!
04/10/2017 at 11:06 pm #419656Chris Haught
ParticipantThanks, appreciate the quick response. That is exactly what I needed.
Two more questions please?
1.How can I remove the little black squares seen here? I thought it was the them, but they don’t appear on the newly created page.
2. On the newly created page here, the last row of images are stretched out.
Any suggestions? Thanks04/11/2017 at 10:29 am #419717Steven Zahm
Keymaster@ Chris
re: How can I remove the little black squares seen here? I thought it was the them, but they don’t appear on the newly created page.
Those are being added by the theme. Theme is actually overriding the styles in Connections.
Add the following to the theme’s custom CSS area:
ul.cn-category-image-container li.cn-category-image-block { list-style: none; }re: On the newly created page here, the last row of images are stretched out.
Any suggestions?Well, the images are square like they should be. Something is messing with the heights. Try adding the following to the theme’s custom CSS area:
ul.cn-category-image-container .cn-category-image-block img, ul.cn-category-image-container .cn-category-image-block .cn-term-image-none { height: inherit; }That should help, let me know.
04/16/2017 at 7:22 pm #420174Chris Haught
ParticipantThanks, worked to remove the dots!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
