-
AuthorPosts
-
May 13, 2019 at 4:16 pm #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 BergerMay 15, 2019 at 5:10 am #1100806Hey 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,
IsmaelMay 15, 2019 at 7:31 am #1100864Hy 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,
JoelMay 15, 2019 at 7:46 am #1100875And 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!
May 16, 2019 at 4:56 am #1101218Hi,
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,
RikardMay 17, 2019 at 7:54 am #1101677Hy 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,
JoelMay 17, 2019 at 5:50 pm #1101902Hi,
Can you screenshot the issue?
Best regards,
Jordan ShannonMay 20, 2019 at 7:48 am #1102401Hy 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.jpgThanks for your support.
Kind regards,
Joel BergerMay 20, 2019 at 10:14 pm #1102607Hi,
I’m not seeing the extra slash anymore in that specific area.
Best regards,
Jordan ShannonMay 21, 2019 at 3:53 pm #1102893Hi 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 BergerMay 21, 2019 at 6:04 pm #1102985Hi,
Add this to quick css:
.slide-meta-del{ display:none!important; }
Best regards,
Jordan ShannonMay 22, 2019 at 7:52 am #1103173Hy 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.jpgDo you have another Idea on how I could solve it? :)
Kind regards,
Joel BergerMay 23, 2019 at 6:02 am #1103564Hi Joel Berger,
Try using this css code, hope it helps:
#top .avia-content-slider .slide-meta { margin-left: -8px; }
Best regards,
NikkoMay 23, 2019 at 8:08 am #1103578Hi,
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,
JoelMay 23, 2019 at 10:11 am #1103605Hi Joel,
Yes, it’s possible, use this code instead:
#top.archive.category .avia-content-slider .slide-meta { margin-left: -8px; }
Best regards,
NikkoMay 23, 2019 at 11:50 am #1103634Nice! Now it works.
Thanks a lot!May 23, 2019 at 6:20 pm #1103737Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Changing Blog Post Meta Info, Date / Category / Author’ is closed to new replies.