Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Brian Harris

    (@zgani)

    Could you please provide a link to the site so that I can have a look and see what I can do to assist you. You can respond back at your thread on the plugin site and set the link reply to private if you wish.

    Regards,
    Zulf

    Thread Starter gfiveone

    (@gfiveone)

    Plugin Author Brian Harris

    (@zgani)

    Can you explain what you mean by “content below feature images”? Do you mean the Titles?

    Is the plugin active now?

    Thread Starter gfiveone

    (@gfiveone)

    Yes, title of the blog post. they were there
    it is active.

    Plugin Author Brian Harris

    (@zgani)

    OK, when you deactivate the plugin do the titles re-appear?

    Are there any plugins active that deal with fonts?

    EDIT: You have an inline CSS somewhere that reads

    .entry-title {
        display: none;
    }

    Have you added any CSS via a plugin?

    Thread Starter gfiveone

    (@gfiveone)

    I think I might have that. let me check

    Thread Starter gfiveone

    (@gfiveone)

    Yes, you are right. If I take the line out, the title came back. Thanks. Only problem is I did not want the page title to be appear on the page. If you have any idea, please let me know. Anyway great help, thank you again.

    Plugin Author Brian Harris

    (@zgani)

    Cool.

    To not show the entry-title for that particular page you’d target the following element…

    .post-205 .entry-title {
        display: none
    }

    Regards,
    Zulf.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘content below feature images’ is closed to new replies.