• Tanya

    (@tbatz11)


    Can’t figure out where in the main code the author info is that relates to the bottom of the post. What code do I need to put into my child theme so the author info doesnt show below the posts?

    Also, I have a plugin for putting a watermark on all of my images, but the settings I use for it don’t set the watermark to my specifications. This is the second plugin that I’ve tried to use and the results are the same, a tiny watermark in the lower left corner instead of a larger and centered one. Could the theme be interfering somehow or should I ask the plugin author for help on the issue?

    The plugin is called Image Watermark by dFactory.

    justanothersahm.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • WPyogi

    (@wpyogi)

    Try adding this to your child theme style.css file:

    .post-author {
        display: none;
    }

    As to the plugin, you’ll need to ask the developer of the plugin. A good test to see if it’s a theme-specific issue is to deactivate all other plugins and switch to a default WP theme – if it has the same problem – if so, pretty much certainly the plugin. You also might want to consider watermarking your images before uploading them to WP.

    Thread Starter Tanya

    (@tbatz11)

    That code didnt work =(
    Any other ideas?

    And i’ll check with the plugin author, thanks!

    WPyogi

    (@wpyogi)

    Looks like it worked to me – try clearing your browser cache.

    Thread Starter Tanya

    (@tbatz11)

    Awesome, it does work! Thanks!

    I just remembered something else that I’d like to remove and haven’t been able to figure out how.
    There are plain facebook and twitter buttons below my normal (colored) sharing buttons. I had disabled all other sharing parts that I could think of, but still can’t figure out how to get rid of those two. I really appreciate your help.

    WPyogi

    (@wpyogi)

    Okay, try adding this CSS:

    .edit-share {
        display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove author info from bottom of post and watermark help’ is closed to new replies.