Tagged: x
-
AuthorPosts
-
February 6, 2017 at 1:48 am #1359252
DednerParticipantHi,
I´m using the Ethos-Theme and want to remove date and author from all posts.
I fond this css-Code in the forum:.x-post-slider .featured-view,
.x-post-slider .featured-meta {
display:none;
}
.blog .x-slide .featured-meta {
display: none;
}it works fine, but it does not remove the date from posts with “Index Featured Post Layout”. The date is still showing on these posts, as you can see here:
How can I remove the date, category and the other tings from these posts als well?Thanks for help!
February 6, 2017 at 1:51 am #1359254
RupokMemberHi there,
Thanks for writing in! Let’s add this as well :
.blog .featured-meta { display: none; }Cheers!
February 6, 2017 at 1:59 am #1359259
DednerParticipantHi and thanks for the quick answer!
It works, thanks!!
Can I also get rid of the “View Post”?
That would make it perfekt!February 6, 2017 at 2:06 am #1359264
RupokMemberHi there,
Thanks for writing back. Sure, just add the below code :
.blog .featured-view { display: none; }In case you want to remove “View Post” from other posts as well then add this as well :
.blog a.entry-thumb .view { display: none; }Cheers!
February 6, 2017 at 2:24 am #1359300
DednerParticipantHi there,
thank you, worked perfect!
Your Theme and Service are really great, thanks!February 6, 2017 at 2:33 am #1359312
Paul RModeratorYou’re welcome and thank you for your kind words! 🙂
February 7, 2017 at 1:21 pm #1361630
DednerParticipantSorry, but I just found, that it is not working on all pages.
Removing the date works fine on the main page:
But in a Category-List it is still showing:
http://strebenswert.de/thema/fuehren/
What do I have to change, to make the date dissapear on all pages?
Thanks for help!February 7, 2017 at 5:38 pm #1361932
JadeModeratorHi there,
Please update the code to:
.archive .featured-view, .archive a.entry-thumb .view, .blog .featured-view, .blog a.entry-thumb .view { display: none; }Hope this helps.
February 12, 2017 at 1:46 pm #1368068
DednerParticipantHi there,
sorry to say, that updating the code did not change anything. The date is still showing up on sub-pages.
here is the original code again. Perhaps I inserted the new code wrong, but I tried every possible update:x-post-slider .featured-view,
.x-post-slider .featured-meta {
display:none;
}
.blog .x-slide .featured-meta {
display: none;
}
.blog .featured-meta {
display: none;
}
.blog .featured-view {
display: none;
}
.blog a.entry-thumb .view {
display: none;
}What do I have to insert, to remove the date on pages like this one:
http://strebenswert.de/wp-admin/customize.php?return=%2Fwp-admin%2F
Thanks for help.February 12, 2017 at 8:55 pm #1368381
Rue NelModeratorHello There,
Thanks for updating in! The code only removes the dates in the blog index. Please have it updated and make use of this code so that the dates will not be displayed in any of the archive pages;
.x-post-slider .featured-view, .x-post-slider .featured-meta { display:none; } .blog .x-slide .featured-meta, .archive .x-slide .featured-meta { display: none; } .blog .featured-meta, .archive .featured-meta { display: none; } .blog .featured-view, .archive .featured-view { display: none; } .blog a.entry-thumb .view, .archive a.entry-thumb .view { display: none; }We would loved to know if this has work for you. Thank you.
February 15, 2017 at 10:36 am #1372149
DednerParticipantThanks, that did the job for now! Dates are gone on all posts.
One last question:
What would I have to add, if I ever wanted to use the “Post Carousel”? Date is still showing there.
Thanks again for helping!February 15, 2017 at 3:13 pm #1372475
JadeModeratorHi there,
Please add this code:
.entry-cover-date { display: none; }Hope this helps.
February 17, 2017 at 7:13 am #1374921
DednerParticipantNo, doesn’t`help. In the “Post Carousel” with Mouse-over it stills shows author, categories and date.
February 17, 2017 at 3:37 pm #1375571
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-post-carousel-meta { display: none !important; }Let us know how this goes!
February 18, 2017 at 10:32 am #1376325
DednerParticipantPerfect! Thank you very much for your help!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1359252 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
