-
AuthorPosts
-
February 8, 2015 at 12:55 pm #392707
Please tell me how to remove this. I definitely don’t want my username shown in an essay post.
February 9, 2015 at 9:29 am #392900February 9, 2015 at 1:31 pm #393017February 9, 2015 at 9:20 pm #393318Hi!
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!
ElliottFebruary 11, 2015 at 11:25 am #394210I tried that but it appears to be showing still.
February 11, 2015 at 11:29 am #394215What’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.
February 11, 2015 at 1:26 pm #394298Hey!
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ünterFebruary 13, 2015 at 5:28 am #395504Sorry about the confusion… It only displays it under the author page for some reason. Also, how do I activate maintenance mode?
February 13, 2015 at 8:00 pm #395987Hey!
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,
ElliottFebruary 15, 2015 at 3:40 am #396274That 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.
February 16, 2015 at 10:54 am #396584Hi 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,
RikardFebruary 17, 2015 at 6:22 am #397252I 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?
February 18, 2015 at 4:49 am #397945Hi!
try with this to hide your username:
span.blog-categories.minor-meta { display: none; } span.text-sep.text-sep-date { display: none; }
Regards,
AndyFebruary 19, 2015 at 7:39 am #398682That fixed the problem, but now the date and author display name are ran together in the post. Take a look:
February 19, 2015 at 10:53 am #398751Hi!
Please try to add the following to Quick CSS as well:
blog-author:before{ content:' '; }
Cheers!
RikardFebruary 19, 2015 at 12:07 pm #398805That didn’t work.
February 19, 2015 at 12:09 pm #398809Hi!
Please use following code instead
span.blog-author { margin-left: 10px; }
Best regards,
YigitFebruary 19, 2015 at 12:31 pm #398823That 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:
February 21, 2015 at 6:48 pm #400107Hey!
I hope this one could help you: https://kriesi.at/support/topic/frontpage-problem-editing-title-tag/#post-127315
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.