Tagged: x
-
AuthorPosts
-
November 7, 2016 at 3:10 pm #1247683
perfettcParticipantHi- there have been other questions regarding this on the forum. You advised setting up a child theme and making some template changes so that post dates are removed the featured post slider. Will that code automatically make this change for the paginated posts on the blog page (ie. The “These Shoes Were Made For Walking” post on the Ethos 1 demo).
Other forum answers used custom CSS to remove the date from posts and from the carousel. To remove the dates from all of these, should I continue with the CSS for removing the date from posts and carousel; and use the child theme for the slider date removal, or should I use the child theme template to remove the dates for all of these sections?
November 7, 2016 at 8:16 pm #1248043
Nabeel AModeratorHi again,
Thanks for writing in! To remove the dates from the paginated posts on the blog page, you can use the following CSS codes instead of making changes to your Child Theme:
.blog .featured-meta { display: none !important; }Let us know how this goes!
November 8, 2016 at 8:47 am #1248727
perfettcParticipantFantastic! That also removed the date from the slider without having to modify the child theme (you have another thread on the forum with this longer, more technical method. You may want to add this code/solution to that archived thread.
November 8, 2016 at 9:58 am #1248818
RupokMemberHi there,
Glad that it helped you. Note that some user prefer to remove this completely with Child Theme instead of using custom CSS. Both works fine.
Cheers!
November 8, 2016 at 12:43 pm #1249071
perfettcParticipantOkay, one last thing. Although the above worked, I also have a category page for posts with the category = Receipes. When I view that page, the date still shows.
How would I remove that (if possible)?
November 8, 2016 at 12:44 pm #1249072
perfettcParticipantI should have clarified further. On the recipe category page, the slider and paginated posts show the date. Non paginated posts are fine.
November 8, 2016 at 7:30 pm #1249491
FriechModeratorHi There,
Please update the given code above to this:
.blog .featured-meta, .archive .x-post-slider-entry .featured-meta { display: none !important; }If you notice, the last three blocks of custom CSS on your Customizer does not work. That is because this block is missing the closing bracket [ } ], please address it.
.x-colophon .widget a, .x-colophon .x-column >div { color: #000;Thanks.
November 9, 2016 at 2:50 pm #1250606
perfettcParticipantThanks you!
November 9, 2016 at 7:12 pm #1250921
JadeModeratorYou’re welcome.
January 16, 2017 at 10:44 am #1332209
perfettcParticipantHi- I wasn’t aware that the contents of these support cases are publicly shared via Google search, even when not logged in. Could you please remove my website name from this thread? In the future, I will mark posts with my url private.
January 16, 2017 at 11:03 am #1332241
JadeModeratorHi there,
I have removed the URL as requested.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1247683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
