Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Joyn › Article Setting
New Landing › How can we help? › Themeforest Theme Support › Joyn › Article Setting
- This topic has 9 replies, 3 voices, and was last updated 7 years by David Martin – Support.
-
Posted in: Joyn
-
May 23, 2017 at 5:20 pm #325695
Dear Support,
How can I show/hide the following information concerning the Article?
Author, Date, Likes?
Is possible to hide one or more of them?kind regards
Vincenzo.Attachments:
You must be logged in to view attached files.May 23, 2017 at 5:44 pm #325705Hi,
We can hide it with some css. Can you provide the link to that specific article?
-Rui
May 24, 2017 at 10:43 am #325790of course.
1) on HomePage I have 6 Articles in 2 rows: and I created 2 Blog Element, each element consist of 3 articles. editing the Blog Element there is the possibility to HIDE all Item Details and not a specific one. http://www.janegoodall.it2) On HomePage I want to hide the words: SHOW ALL, is it possible?
3) When I clic on a specific article i.e. http://www.janegoodall.it/index.php/2017/05/18/jane-goodall-con-liceo-aristofane-roma/ I see the Date and the LIKE OPTION. I’ve just hidden the AUTHOR.
4) There is this page http://www.janegoodall.it/index.php/blog-news/ that is created with all the list of articles, with no details, is it possible to show the Date?
Kind regards
Vincenzo.May 26, 2017 at 5:05 pm #3261871) So you want to remove the author/date/links here, for all homepage articles or just that Row?:
2) Disable the filter:
3) What is the question, you also want to hide author/like?
Please add this to Theme Options => Custom CSS:
.single-post .post-info .post-date, .single-post .post-info .comments-likes { display: none !important; }
4) Enable Show Details:
May 29, 2017 at 4:32 pm #326335Dear David,
thanks for your answers, and I recognize that I was a bit confused, sorry for that.
My intention is to show only the Date for each possible list and for each single detail of articles:
i.e. on Home Page http://www.janegoodall.it/ or here http://www.janegoodall.it/index.php/blog-news/ or here http://www.janegoodall.it/index.php/category/blognews/ or on each detail of a single article.There is the possibility to edit Theme Options => Custom CSS for HIDE comments, likes, Author, and leave visible only the Date?
Your answer on Item 3) is OK for comments and Likes, is possible to add AUTHOR and Hide it too?I know there is the possibility ho HIDE AUTHOR on each single article, see figure on attach but for me is better to do on CUSTOM CSS 1 time for all…
kind regards
Vincenzo.Attachments:
You must be logged in to view attached files.June 1, 2017 at 11:41 am #326681Hi,
Add the code below to your custom css option.Let us know if it sorts it.
.masonry-items .blog-item .author { display: none!important; } .posts-type-bold .recent-post .post-item-details .author { display: none!important; }
-Rui
June 1, 2017 at 4:04 pm #326721Hi Rui,
something is changed, Author is hidden thanks.
My intention is to show just the DATE, so I want to hide “LIKES” on:
1) HomePage: http://www.janegoodall.it –>
2) http://www.janegoodall.it/index.php/category/blognews/blog/
3) http://www.janegoodall.it/index.php/category/blognews/
4) http://www.janegoodall.it/index.php/blog-news/I think I need some custom css for hide LIKES.
On a previous ticket David gave me this, to add to my custom css:
.single-post .post-info .comments-likes {
display: none !important;
}
This works on a single article details, and Hide Likes. I need some similar for category/list/collection of articles.kind regards
Vincenzo.June 1, 2017 at 4:27 pm #326723I think it’s just missing this one.
.masonry-items .blog-item .comments-likes { display: none!important; }
-Rui
June 1, 2017 at 5:15 pm #326728Thanks Rui.
Now works, all is hidden and just the Date is shown.June 5, 2017 at 3:13 pm #326937Thanks Rui – Marking as resolved.
Thanks.
-
Posted in: Joyn
You must be logged in to reply to this topic.