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.11, cMap, configuration, customizer, template
- This topic has 8 replies, 2 voices, and was last updated 5 years, 6 months ago by
Saffron Quantrell.
-
AuthorPosts
-
09/20/2017 at 10:59 pm #435427
Saffron Quantrell
ParticipantHi there – is there a way to remove the category dropdown and search bar from showing on this page: http://www.whatsoninourbackyard.com.au/family-friendly-restaurants/
I’ve used a shortcode on the page so that just that one category shows up.
Thanks.
09/21/2017 at 9:24 am #435478Steven Zahm
Keymaster@ Saffron Quantrell
Navigate to the Connections : Templates admin page and click the Customize button for the cMap template. The page will refresh with the Customizer on the left and a preview on the right.
Click the back arrow in the upper left of the Customizer. You will see a panel for both Search and Category Select. Under each of these there is the option to disable.
After you disable both, click the Save and Publish button.
Hope that helps!
09/22/2017 at 4:25 pm #435610Saffron Quantrell
ParticipantI did do that, however I have another pages of the website where I do want it to show, and the instructions above disables it for all pages. Is there any way to disable it just for the page I am referring to? Thanks
09/22/2017 at 5:03 pm #435611Steven Zahm
Keymaster@ Saffron Quantrell
Try adding
enable_search=false
to the shortcode on that page. That should do it.09/25/2017 at 5:13 am #435803Saffron Quantrell
ParticipantHi – This is the code I am using
[connections category_in='88']
where do I put the extra line?
I’ve tried
[connections category_in='88' enable_search=false] but that doesnt seem to work.Thanks.
09/25/2017 at 10:20 am #435848Steven Zahm
Keymaster@ Saffron Quantrell
The correct shortcode would be:
[connections category_in='88' enable_search=false]
If you copy/pasted the
enable_search=false
from my reply into the WP post editor then it is likely the underlying HTML was also pasted. This breaks the ability of WordPress to properly read the shortcode.My suggestion is to either delete the shortcode entirely and manually type it back in or switch the post editor to the Text tab and delete any HTML tags that are in and or around the shortcode.
Hope this helps, let me know.
09/25/2017 at 11:28 pm #435904Saffron Quantrell
ParticipantHi – thanks, that removes the search bar but I want to also remove the category dropdown. How do I do that please? Thanks.
09/26/2017 at 9:30 am #435993Steven Zahm
Keymaster@ Saffron Quantrell
Add
enable_category_select=false
to the shortcode.You can actually find these option in the documentation for cMap.
Hope this helps!
09/26/2017 at 3:39 pm #436030Saffron Quantrell
Participantyes, that worked. Thanks so much.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.