NiceThemesHow to add a 'View all' link – NiceThemes http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/feed/ Tue, 22 Apr 2025 00:14:24 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6872 <![CDATA[How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6872 Sun, 28 Feb 2016 09:57:19 +0000 nippa1987 Hi Juan,

Is it possible to add a ‘view all’ link under each of the article topics on the knowledge base page after the list of 5 or so article previews? (see website link – http://www.travellertips.org/browsetips/)

Also on this same page how to I change the colour of the little number next to each of the article categories so it’s more visible.

Thanks!

]]>
http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6875 <![CDATA[Reply To: How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6875 Mon, 29 Feb 2016 13:25:23 +0000 Juanfra Aldasoro Hi,

Thank you for writing.

Unfortunately at this moment, it is not possible to include a “View all” link after the list of articles from the options.

With regards to the second question, you can do that by adding some custom CSS to the class in your custom CSS field within the options:

.nice-knowledgebase .row h3 .cat-count { color: grey; }

Change grey with the color you would like to use.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6881 <![CDATA[Reply To: How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6881 Mon, 29 Feb 2016 21:51:54 +0000 nippa1987 Thanks Juan, that worked great!

Are you able to guide in terms of what code I would need to add to the backend to enable a feature like the view all which links to each of the category links (the link it goes to by clicking on the heading)? Thanks.

]]>
http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6886 <![CDATA[Reply To: How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6886 Tue, 01 Mar 2016 17:39:34 +0000 Juanfra Aldasoro Hi,

Thank you for the follow up.

I can guide you on where you need to review and add code, but unfortunately I cannot send you the exact code. http://nicethemeswp.com/article/support-vs-customizations/

The function in charge of building the Knowledge Base grid is nicethemes_knowledgebase() and it is located in /flatbase/includes/functions.php

There, after the hook named nicethemes_knowledgebase_enable_category_link you can see how the link is built. Then you can place that link after the full block is completed.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6888 <![CDATA[Reply To: How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6888 Tue, 01 Mar 2016 20:55:31 +0000 nippa1987 Thanks Juan,

Yep no problem, thanks for the guide I’ll work it out from here 🙂

]]>
http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6889 <![CDATA[Reply To: How to add a 'View all' link]]> http://nicethemeswp.com/forums/topic/how-to-add-a-view-all-link/#post-6889 Wed, 02 Mar 2016 13:02:50 +0000 Juanfra Aldasoro Thank you 🙂

Have a nice day,
Juan.

]]>