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

    (@gabrielroth)

    Try adding the following to your theme’s CSS:
    .tumblr_post+.photo p { display: none; }

    Thread Starter Li-An

    (@li-an)

    Thank you for helping but it gives nothing with my theme 🙁

    Plugin Author gabrielroth

    (@gabrielroth)

    I suspect this is a browser-cache issue, and if you clear your cache you’ll find that it’s worked. If not, post or email me your site’s url and I’ll take a look.

    Thread Starter Li-An

    (@li-an)

    Well, tried but it fails. You can see it here: http://www.li-an.fr/blog/

    Plugin Author gabrielroth

    (@gabrielroth)

    Sorry, try:
    .tumblr_post.photo p { display: none; }

    Thread Starter Li-An

    (@li-an)

    Right, it works… But everything is hidden. What is the code to get the link to the Tumpblr post ? I will try to modify the plugin to give a link to the original post.

    Plugin Author gabrielroth

    (@gabrielroth)

    The CSS I just gave should do what you originally asked: hide the caption in photo posts. Now it seems like you want to do more than that …

    If you know enough PHP to modify the plugin, presumably you can read the code and figure out how to get the link you need.

    Thread Starter Li-An

    (@li-an)

    OK, I’m just a php noob but I will try 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Tumblr Widget] How to hide caption in photo posts ?’ is closed to new replies.