Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #945171

    Hi,

    [ I am translating the Enfold labels back from French to English, so labels might be not 100% correct in the text below ]

    In the blog model section of the Enfold settings, I have chosen “unique author, small preview picture”.

    When I am displaying the blog page, it’s OK: the author is never shown in the list (it would always be “admin”, which I don’t want)

    However, I have built some menu entries corresponding to the posts matching a given category. And when I click such a menu entry, I get the list of all posts for this category, but then the author is displayed :-(

    So my question is: how to make sure the author of posts is NOT shown even when listing the posts of a given category?

    More over, there is a trailing “/” after the list of all categories of a given article, which should not be displayed (I guess the / should be shown only if there is another category afterwards in the list). e.g. : category1 / category2 / category3 /

    Many thanks for your help

    #945714

    Hey bfredo123,

    Thank you for using Enfold.

    Do you want to remove the admin info from the posts? Please try this css code on the Quick CSS field.

    .blog-categories + .text-sep, .blog-author.minor-meta {
        display: none;
    }

    Best regards,
    Ismael

    #945942

    Works great! thanks!

    By the way is there a doc where this kind of things are documented?

    Thanks

    #946000

    Hi bfredo123,

    Glad that Ismael helped you. :)
    The code Ismael gave you isn’t documented but is written on the spot when checking your website via web inspector plus css knowledge.
    You can check our full documentation here: https://kriesi.at/documentation/enfold/

    Best regards,
    Nikko

    #946007

    Thanks, I could actually adjust other stuff like post date and so on by having a look at the CSS classes being used. Was wondering how stable this would be over time, when you release new versions of the theme.

    Thanks for the link to the doc too!

    #946300

    Hi bfredo123,

    I don’t really know how stable it will be but I think it would be the same for a longer period of time.
    But you could always use a web inspector to check for its structure and find the right selector to use.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.