Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #283052

    I need to hide author, date, comments and category in all blog layouts except in grid blog layout I need to show category.

    • This topic was modified 10 years, 4 months ago by AdriaWave.
    #283059

    Hi AdriaWave!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .post-meta-infos { display: none; }
    .page-id-2131 .post-meta-infos { display: block; }

    Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #283069
    This reply has been marked as private.
    #283074

    Hey!

    Please see – http://i.imgur.com/itOWUdG.png?1

    Best regards,
    Yigit

    #283083

    Thank you.

    I got time showed instead of category.

    #283086

    Hi!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #283089
    This reply has been marked as private.
    #283097

    Hey!

    You can remove the date with following code

    .slide-meta { display: none; }

    As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid

    Regards,
    Yigit

    #283109

    Ok, so there is no way to display category in grid or masonry ?

    #283133

    Hey!

    Currently it is not possible but feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #366798

    Figured I’d share my current workaround for anyone else who comes across this topic until (hopefully) some additional functionality is built into Enfold’s blog grid display options.

    It doesn’t help in an automated sort of way, but I hide the meta info using the code above, then simply type the desired text into the “Excerpt” section of the Post and link it directly to the page I want it to go to. It’s not necessarily the most elegant solution, but it works and makes my site look the way I want it to across the devices I’ve tested it on.

    In the interest of thoroughness, my “Excerpt” section looks like this:

    <strong><a href="http://www.LINKtoPAGE">Category Name</a></strong><br />
    <br />
    Text excerpt goes here for whatever I want to show up for this particular blog post.

    Hope this helps someone.

    #366827

    Hi!

    Thank you for sharing :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Hide author, date…’ is closed to new replies.