Tagged: x
-
AuthorPosts
-
November 6, 2016 at 5:27 am #1245775
Jan HooglandParticipantHi,
How do I remove the link-tags from the php-shortcode which dipslay’s the category beneath the portfolio-items? Can U tell me in which file do I have to look?
Thanks!
November 6, 2016 at 7:26 am #1245854
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thanks.
November 6, 2016 at 9:59 am #1245956
Jan HooglandParticipantHello,
The website is running on localhost, unfortunually I can’t send a url. But from my experiance I know there must be a code somewhere which displays the category like ‘get_the_category’. And probably there are tags around it which link to the Archive page. I will provide a screenshot of my website.
Thanks!
November 6, 2016 at 10:00 am #1245958
Jan HooglandParticipantThis reply has been marked as private.November 6, 2016 at 10:51 am #1246013
RupokMemberHi there,
Thanks for the screenshot. Let’s try turning off the “Post Meta” from Customize > Portfolio – http://prntscr.com/d3tztm
Cheers!
November 7, 2016 at 1:04 am #1246624
Jan HooglandParticipantHi!
That’s not exactly what I want. I want that the categories are visible (when I turn off the “Post Meta” there arn’t visible at all), but not as a link, only as text. I know that is possible, but I don’t know in which file I have to make the changes 🙂
Thanks!
November 7, 2016 at 1:57 am #1246666
ChristopherModeratorHi there,
Yes, that’s right. If you disable ‘Post meta’ there will be no categories. Please enable this option.
To disable categories link, please add following code in Customize -> Custom -> Global JavaScript :
jQuery(".p-meta span:nth-child(3) a").removeAttr("href");Hope it helps.
November 7, 2016 at 2:30 am #1246699
Jan HooglandParticipantAmazing support! Thanks!
November 7, 2016 at 2:32 am #1246703
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1245775 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
