Home Forums WoodMart support forum problems with author info, date and comments

problems with author info, date and comments

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #627232

    Morgi
    Participant

    i would like the author, date and “comment disabled” to be hidden at the top of my blog articles.
    in the theme settings i think i have turned off the right button, but everything is still shown.
    is this a bug or am i doing something wrong?

    Attachments:
    You must be logged in to view attached files.
    #627305

    Hello,

    Try to add this code to the Theme Settings > Custom CSS > Global:

    .single-post .wd-post-meta {
    	display: none !important;
    }

    Best Regards

    #627348

    Morgi
    Participant

    That’s how we would have solved it anyway, but I think it’s a bug, right?
    Will it be fixed with the next release?

    #627355

    Morgi
    Participant

    The switch still doesn’t work

    #627492

    Hello,

    I’m unable to fully understand the issue with the switch. Could you please provide some screenshots or additional details to clarify the problem? This will help me assist you more effectively.

    Best Regards

    #627689

    Morgi
    Participant

    you can see it in the first post of these tickets.
    in the theme settings under blog -> single post the button for author bio is deactivated, but it is still displayed above the blog posts in the frontend.

    please let me know if the problem is not yet clear.
    thanks

    #627855

    Hello,

    The post author in blog posts and you confirmed that, and it can be done with Custom CSS.

    Try to add this code to the Theme Settings > Custom CSS > Global:

    .single-post .wd-post-meta {
    	display: none !important;
    }

    Best Regards

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