slider37
Forum Replies Created
-
Forum: Plugins
In reply to: [Pretty Pinterest Pins] See pin description on hoverdigisan 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>Forum: Plugins
In reply to: [Pretty Pinterest Pins] See pin description on hoverI 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!!
Import KML much awaited.
Alternatively, is there a way to move/adjust position of markers on the map? Address does not give an accurate location, especially at zoom levels.
Tried that code and it doesn’t work.
The only think that I get is the placemark thumbnails stacked in the top left corner of the map, but no location pins showing.
Here’s how my Placemarks list looks like:
http://img85.imageshack.us/img85/9496/placemarks.jpgI found it, all looking good now.
ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin div.pretty-pinterest-image{Thanks for the nice plugin!