[Support request] Show categories only on archive pages

Home Forums Support [Support request] Show categories only on archive pages

Home Forums Support Show categories only on archive pages

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #1369862
    Tom
    Lead Developer
    Lead Developer

    Do you have “Categories” enabled in “Customize > Layout > Blog”?

    #1370002
    Jon

    Yes I do.

    #1370129
    Tom
    Lead Developer
    Lead Developer

    Strange, the theme is hiding the area with CSS which should only happen if everything is disabled. Can you show me a screenshot of the Customize > Layout > Blog options?

    Thanks!

    #1370578
    Jon

    I think I’ve found something. Here are my settings, the categories option is selected, but they don’t display.

    Categories Selected

    However if I select either the author or date, the categories will also display correctly.

    Category and date

    #1371104
    Tom
    Lead Developer
    Lead Developer

    Ah, makes sense – looks like a bug.

    Can you turn off the date and then add this CSS for now?:

    .entry-header .entry-meta {
        display: block;
    }
    #1371165
    Jon

    That does the job, thanks Tom.

    #1371411
    Tom
    Lead Developer
    Lead Developer

    No problem!

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.