Tagged: postslider
-
AuthorPosts
-
June 8, 2022 at 4:52 pm #1354541
I just updated to Enfold 5.0 and I thought updating would fix this, but it didn’t. The post slider on our homepage isn’t loading correctly as if it’s missing some CSS. The comments and the dates aren’t showing correctly, specifically.
June 8, 2022 at 4:59 pm #1354543Hey John,
Thanks for contacting us!
You have following code in custom.css file
#recent-post .slide-meta { padding: 10px 15px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin-top: -26px; margin-bottom: 6px; }Could you please change it to following
#recent-post .slide-meta { padding: 10px 15px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin-bottom: 6px; }Edit: And change following code
#recent-post .slide-meta-comments { padding-left: 10px; height: 22px; transform: translate(100px,163px); border-left: 1px solid #e1e1e1; }to following
#recent-post .slide-meta-comments { padding-left: 10px; height: 22px; border-left: 1px solid #e1e1e1; }Best regards,
Yigit-
This reply was modified 3 years, 4 months ago by
Yigit.
June 8, 2022 at 5:28 pm #1354547I just updated both. It looks better, but has some random icon next to the comments and the date of each post. Not sure if it’s supposed to look like that or not.
June 8, 2022 at 5:53 pm #1354551Hi,
It seems like you used to display FontAwesome icons there. You can remove following codes from custom.css file to remove those
#recent-post .slide-meta-comments a::before { font-family: "FontAwesome"; content: "\f086"; font-size: 22px; margin-right: 10px; color: #239dd8; } #recent-post .slide-meta-time::before { font-family: "FontAwesome"; content: "\f017"; font-size: 22px; margin-right: 10px; color: #239dd8; }Regards,
YigitJune 8, 2022 at 6:09 pm #1354552That seemed to work, Thank you.
June 8, 2022 at 6:18 pm #1354554 -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts
- The topic ‘Post Slider not loading correctly’ is closed to new replies.
