Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Joyn
  • #325695
    jgiitalia
    Member
    Post count: 69

    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.
    #325705
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    We can hide it with some css. Can you provide the link to that specific article?

    -Rui

    #325790
    jgiitalia
    Member
    Post count: 69

    of 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.it

    2) 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.

    #326187
    David Martin – Support
    Moderator
    Post count: 20834

    1) 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:

    #326335
    jgiitalia
    Member
    Post count: 69

    Dear 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.
    #326681
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    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

    #326721
    jgiitalia
    Member
    Post count: 69

    Hi 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.

    #326723
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I think it’s just missing this one.

    .masonry-items .blog-item .comments-likes {
        display: none!important;
    }

    -Rui

    #326728
    jgiitalia
    Member
    Post count: 69

    Thanks Rui.
    Now works, all is hidden and just the Date is shown.

    #326937
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui – Marking as resolved.

    Thanks.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.