Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #124680
    lukecd
    Participant

    Hi

    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!

    #124901
    Zeshan
    Member

    Hi 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.

    #125111
    lukecd
    Participant
    This reply has been marked as private.
    #125283
    Kosher K
    Member

    Hi 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

    #125388
    lukecd
    Participant

    Ohhh, I see … totally works that way.

    Hmmm, would it be possible to show categories instead?

    #125655
    Paul R
    Moderator

    Hi 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; ?>
    
    #125723
    lukecd
    Participant

    worked perfectly. you guys are awesome. thanks.

    #125966
    Nabeel A
    Moderator

    You’re most welcome Luke!

    #131234
    lukecd
    Participant

    Hi

    What custom css would I use to change the font face, font color and font size of these buttons?

    Thanks!

    #131385
    Darshana
    Moderator

    Hi 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.

    #131641
    lukecd
    Participant

    cool, 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!

    #131735
    Darshana
    Moderator

    Hi 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.

    #131964
    lukecd
    Participant

    Cool, thanks

    #132000
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-124680 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>