Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jowilki

    (@jowilki)

    This plugin never had text hover for the descriptions. The text has always been displayed underneath the pin if you have the box checked to display it in the settings.

    Here is the screenshots of what it should look like:
    http://wordpress.org/plugins/pretty-pinterest-pins/screenshots/

    Maybe you were thinking of a different plugin?

    Thread Starter slider37

    (@slider37)

    I found it – had a piece of code replaced it works fine on hover now. I like it better this way:)

    Thanks for the great plugin!!

    Thread Starter slider37

    (@slider37)

    digisan wrote:

    Slider37, are you open to sharing the hover code ?

    Sure,
    look for
    <a href="<?php echo esc_url( $item->get_permalink() ); ?>" title="<?php echo 'Posted '.$item->get_date('j F Y | g:i a'); ?>"><?php echo $pin_image[0];?></a>

    replace with

    <a href="<?php echo esc_url( $item->get_permalink() ); ?>" title="<?php echo strip_tags( $pin_caption ); ?>"><?php echo $pin_image[0];?></a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘See pin description on hover’ is closed to new replies.