Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1100147

    Hy there,

    I would like to chage my Blog Post Meta Info, so it displays like Date / Category / Author.
    To be able to insert the Category and the Author, I edited the postslider.php file.

    How can I change it, so that it is all on one line and in the above mentioned order?

    Thanks a lot for your support!!

    Kind regards,
    Joel Berger

    #1100806

    Hey Joel,

    Thank you for using Enfold.

    Use this css code to have the post meta info in a single line.

    .slide-content * {
        display: inline-block;
    }
    
    .slide-content .entry-content-header {
        display: block;
    }
    

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1100864

    Hy Ismael

    I added the code to the quick css and it is working now as I wanted :).
    Is it ok that way? Or should I have added the code somewhere else?

    Kind regards,
    Joel

    #1100875

    And is it possible to hide the info on how many comments a Blog-Post has in the Blog and the Category section in general?

    Thanks again for your support!

    #1101218

    Hi,

    Adding the code in Quick CSS is fine, you can keep it there. Please try this as well to hide the comment amount:

    .slide-meta-comments {
      display:none;
    }

    Best regards,
    Rikard

    #1101677

    Hy Rikard

    Thanks for your feedback. I was able to hide the comments. Now it still shows one “/” too much.
    Is it possible to get rid of that too?

    Thanks for your help.

    Kind regards,
    Joel

    #1101902

    Hi,

    Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1102401

    Hy Jordan,

    Yes sure. Here is the link to the site:
    https://www.pflanzendepot.ch/category/giessen/

    And here is a screenshot of the issue:
    https://snag.gy/HNsjmg.jpg

    Thanks for your support.

    Kind regards,
    Joel Berger

    #1102607

    Hi,

    I’m not seeing the extra slash anymore in that specific area.

    Best regards,
    Jordan Shannon

    #1102893

    Hi Jordan,

    I managed to delete the extra slash. Now the space between the topic and the date is kind of big. Do you have an Idea on how I could make it smaller?
    Thanks again for your help :).

    Kind regards,
    Joel Berger

    #1102985

    Hi,

    Add this to quick css:

    .slide-meta-del{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1103173

    Hy Jordan,

    Thanks for your reply.
    When I add this code to the quick css, the slash between the date and the author dissappears too.
    See screenshot: https://snag.gy/GYwDT9.jpg

    Do you have another Idea on how I could solve it? :)

    Kind regards,
    Joel Berger

    #1103564

    Hi Joel Berger,

    Try using this css code, hope it helps:

    #top .avia-content-slider .slide-meta {
        margin-left: -8px;
    }

    Best regards,
    Nikko

    #1103578

    Hi,

    Great :). It changed the margin left. Now it would be great if it changes the margin left only in the category section.

    Is it possible to do that?

    Kind regards,
    Joel

    #1103605

    Hi Joel,

    Yes, it’s possible, use this code instead:

    #top.archive.category .avia-content-slider .slide-meta {
        margin-left: -8px;
    }

    Best regards,
    Nikko

    #1103634

    Nice! Now it works.
    Thanks a lot!

    #1103737

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Changing Blog Post Meta Info, Date / Category / Author’ is closed to new replies.