• Resolved 9ring

    (@9ring)


    Hi there.

    I’m trying to put post date and author name on each single post so I checked the “Display post date” and “Display post author” checkbox as shown in the screenshot below.

    But as you can see, I see none of them other than the word “by”. At first I thought it was the color problem it turned out that it wasn’t cuz I’ve tried to change all the colors to black.

    Any ideas?

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @9ring

    Could you share your blog URL?

    Thread Starter 9ring

    (@9ring)

    Hi luk4.

    This is my blog URL. Please take a look.

    financeblog.co.kr

    Hi @9ring

    Thank you! For now, unless I am mistaken, I don’t even see the “by” part. Did you Publish your changes in the Customizer?

    Also, be sure to clear WP Rocket cache after cliking on Publish. See: https://docs.wp-rocket.me/article/53-clear-wp-rocket-cache

    Thread Starter 9ring

    (@9ring)

    I did not publish it cuz I can already see the result without publishing it.

    And I have tried to clear cache with WP Rocket but still not working.

    I understand. However, it could be a limitation of the Customizer that doesn’t display the result without publishing the changes. In addition, it’s difficult to troubleshoot the issue if you don’t publish your changes first. Please try publishing the changes, then clearing the cache. I’ll then try to identify the cause of the issue.

    Thread Starter 9ring

    (@9ring)

    Alright. I just have published the changes and cleared the cache.

    Please take a look! Thanks.

    Alright, thank you! I got it: you’ve a custom CSS rule hiding the author name:

    
    .author-name {
      display: none;
    }
    

    This is probably set in the Additional CSS of the Customizer. Try to remove it, or if you need it somewhere else, update the selector to be more restrictive to not apply on blog posts.

    Thread Starter 9ring

    (@9ring)

    Yess!! I just found that too. That worked! Thanks!

    And btw, do you have any idea how to solve my container padding problem on mobile?

    I used to have this css code below which I deleted now, but it still looks like I still have that code on mobile although it has already been deleted.

    /mobile/
    @media (max-width:768px) {
    .one-container .site-content, .separate-containers .inside-article {
    padding: 10px; }
    }

    Great! ??

    Yes, indeed, the code is still there. It’s at the very bottom of your child theme’s style.css file: /wp-content/themes/generatepress_child/style.css

    Please, don’t forget to mark this topic as resolved in the sidebar. This helps the volunteers find the topics that still need attention. Thank you!


    [ Signature deleted ]

    • This reply was modified 10 months ago by luk4.
    Thread Starter 9ring

    (@9ring)

    It also worked!

    Thank you so so much.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Post author name and date not showing.’ is closed to new replies.