Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi,

    Can you post a link? The plugin shouldn’t be adding dates or comment icons for any posts.

    Thread Starter Amanda Lucas

    (@alucas36)

    Hi, Sorry Im replying now.
    Here is the link :
    https://www.ventac.com/faqs/

    Hi,

    Not a problem. It looks like there is a line <p class= "post-meta"> being added to your code. This might be something added by your theme or a conflicting plug-in as I don’t think the FAQ plug-in should be adding dates or comment icons.

    For a short term solution to fix the display you can try adding p.post-meta { display; none} to the “Custom CSS” box on your “Ultimate FAQ Settings” page.

    Hope that helps!

    Thread Starter Amanda Lucas

    (@alucas36)

    Thanks for the reply. I added the above code and nothing happened. Any other suggestions?

    Hi again,

    I just noticed I actually had some typos in that code, I’m sorry! Could you try adding this and let me know if that works instead?

    p.post-meta {display: none;}

    Thread Starter Amanda Lucas

    (@alucas36)

    I added that, still no change Im afraid.

    See https://www.ventac.com/faqs/sound-intensity/

    Plugin Author Rustaurius

    (@rustaurius)

    Hi alucas,

    Do you mean the Sept 15, 2014 at the top of the page? That looks like it’s being added by your theme file, which you could modify. This might work as well:

    #left-area .post-meta {display: none;}

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide Comments and Date’ is closed to new replies.