-
AuthorPosts
-
October 13, 2014 at 8:24 pm #124680
lukecdParticipantHi
In this demo
http://theme.co/x/demo/integrity/1/blog/
Below each entry are small boxes showing the category, boxes that users can click on to view the archive listing for that category. How can I enable that on my site? I can’t seem to find the option.
Thanks!
October 14, 2014 at 8:25 am #124901
ZeshanMemberHi Luke,
Thank you for writing in!
You can enable it by going into Blog > Content > Post Meta in the Customizer and select On (see: http://prntscr.com/4w2yru)
Hope this helps. 🙂
Thank you.
October 14, 2014 at 12:03 pm #125111
lukecdParticipantThis reply has been marked as private.October 14, 2014 at 4:19 pm #125283
Kosher KMemberHi There,
Sorry for the confusion,
The thing that display under each blog post from this url is tag and not category,
Hope that clarifies,
Cheers
October 14, 2014 at 8:20 pm #125388
lukecdParticipantOhhh, I see … totally works that way.
Hmmm, would it be possible to show categories instead?
October 15, 2014 at 8:30 am #125655
Paul RModeratorHi Luke,
Yes it is possible.
Create file _content-post-footer.php in x-child-integrity-light/framework/view/integrity
and copy the code below into that file.<?php // ============================================================================= // VIEWS/INTEGRITY/_CONTENT-POST-FOOTER.PHP // ----------------------------------------------------------------------------- // Standard <footer> output for various posts. // ============================================================================= ?> <?php if ( has_category() ) : ?> <footer class="entry-footer cf"> <?php echo get_the_category_list(); ?> </footer> <?php endif; ?>October 15, 2014 at 9:56 am #125723
lukecdParticipantworked perfectly. you guys are awesome. thanks.
October 15, 2014 at 4:15 pm #125966
Nabeel AModeratorYou’re most welcome Luke!
October 23, 2014 at 10:57 pm #131234
lukecdParticipantHi
What custom css would I use to change the font face, font color and font size of these buttons?
Thanks!
October 24, 2014 at 6:34 am #131385
DarshanaModeratorHi there,
Please use the following CSS workaround, place it into your Customizer, Custom > CSS area using the menu Appearance -> Customize.
.post-categories a { color: rgba(0, 0, 0, 0.376); font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.3rem; }Hope that helps.
October 24, 2014 at 12:41 pm #131641
lukecdParticipantcool, thanks.
related question: how do i change the font face, size and color generated by the custom_headline shortocode. As you can see in this page, it’s rather larger now.
http://yoganamaste.tv/tv-show/nan-chalita/
Thanks!
October 24, 2014 at 3:20 pm #131735
DarshanaModeratorHi there,
You can assign a special unique class to your custom headline (my-special-headline) and add the relevant styling rules into the Customizer, Custom > CSS area.
[custom_headline class="my-special-headline" type="left" level="h2" looks_like="h3" accent="true"] Custom Headline [/custom_headline].my-special-headline { color: rgba(0, 0, 0, 0.376); font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.3rem; }Hope that helps.
October 25, 2014 at 4:14 am #131964
lukecdParticipantCool, thanks
October 25, 2014 at 6:28 am #132000
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-124680 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
