Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #392707
    #392900

    Hi Sam!

    Could you please provide a link to the site in question?

    Regards,
    Rikard

    #393017
    #393318

    Hi!

    Hmm, that looks like a category you have assigned to the post. If you do not want to display the categories then you can remove them in Dashboard > Enfold > Blog Layout > Blog Meta Elements.

    Cheers!
    Elliott

    #394210

    I tried that but it appears to be showing still.

    #394215

    What’s weird is that it seems to only show up when I click the category links. The rest of the time it doesn’t show.

    #394298

    Hey!

    Thank you for coming back.

    I checked your page. To me it looks OK.

    On the homepage I do not see an author name at all.

    Clicking on a single post like “Against Cessationism” only shows “by Sam King”.

    Clicking “Essays” also leads to posts only showing “by Sam King”.

    Can you specify more closely how to come to your described problem and give us some scrrenshots please?

    Best regards,
    Günter

    #395504

    Sorry about the confusion… It only displays it under the author page for some reason. Also, how do I activate maintenance mode?

    #395987

    Hey!

    1. Try adding this to your custom CSS.

    .author .blog-categories.minor-meta, .author .post-meta-infos > span.text-sep:nth-child(2) {
      display: none;
    }

    If that’s not working then send us a link to the exact page and take a screenshot highlighting what your trying to do.

    2. The easiest way would be to use a plugin, https://wordpress.org/plugins/wp-maintenance-mode/.

    Regards,
    Elliott

    #396274

    That string of css worked, but it seems that it’s only working for that page. If I click on the “keywords” link at the top right of my front page and then click a tag, the same thing happens when a list of posts display. Also, why is it showing the entire contents of posts and not excerpts like the rest of the site?

    It sounds like there’s a bigger problem here because this wasn’t happening when I first installed the theme. The minute I unchecked the “Blog Post Category” box in the theme, the username stopped showing. But then, something happened (maybe a plugin messed it up) and it has never been the same.

    #396584

    Hi Sam!

    Like you wrote, it might be a plugin acting strangely here, could you try to deactivate all of them and see if the problem still occurs?

    Best regards,
    Rikard

    #397252

    I can’t really deactivate my plugins. We have a working journal with daily traffic and I need these plug-ins to be operational. Is there not any way to ensure that the tag-related post entries do not show our usernames and only show excerpts?

    #397945

    Hi!

    try with this to hide your username:

    span.blog-categories.minor-meta {
    display: none;
    }
    span.text-sep.text-sep-date {
    display: none;
    }
    

    Regards,
    Andy

    #398682

    That fixed the problem, but now the date and author display name are ran together in the post. Take a look:

    http://www.continuationist.org/2015/against-cessationism/

    #398751

    Hi!

    Please try to add the following to Quick CSS as well:

    blog-author:before{
    content:' ';
    }

    Cheers!
    Rikard

    #398805

    That didn’t work.

    #398809

    Hi!

    Please use following code instead

    span.blog-author {
    margin-left: 10px;
    }

    Best regards,
    Yigit

    #398823

    That seemed to work, thanks. Concerning the tag page, is there any way for me to change the name of the header title from “Post” to something else? Also, can I just show the titles and excerpts instead of the entire thing? See example:

    http://www.continuationist.org/tag/america/

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