Tagged: x
-
AuthorPosts
-
December 21, 2016 at 10:44 am #1300700
becktoweryParticipantHi,
I’ve looked on the support site for The Grid and there’s not much depth there or any contact info. This is working really well for what I’m doing but I discovered that the Categories shown with the Grid Items have links to Archive pages…This seems kind of redundant as you can filter the categories right there in the gird. How can I remove the link from the category text? There doesn’t seem to be a setting anywhere.
Thanks!
December 21, 2016 at 11:01 am #1300730
ThaiModeratorHi There,
Would you mind providing us with the page URL using the grid so we can take a closer look?
Thanks.
December 22, 2016 at 8:59 am #1301755
becktoweryParticipanthttp://www.becktowery.com/our-projects
I still want the categories to show, just don’t want them to have links/archives.
December 22, 2016 at 1:48 pm #1301995
Nabeel AModeratorHi there,
Thanks for writing in! Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.tg-cats-holder { display: none !important; }If you want to unlink the text as well then you can add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.tg-item-title a').each(function(){ var text = $(this).html(); $(this).replaceWith(text); }); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
December 27, 2016 at 2:30 pm #1306210
becktoweryParticipantThanks, but I still need the category text to show, so dont think display:none is what I need. I solved it with pointer-events:none
December 27, 2016 at 8:56 pm #1306603
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1300700 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
