• Resolved jway17

    (@jway17)


    Hi Bev,

    I have the WP Flow Plus on a friend’s homepage. He is an artist and would like to have certain art pieces available for purchase. I am looking to see if there would be a way to have a link inside the Image Description (I know this might have to be implemented with short codes or something like this vs HTML) so that when you click to view an image from the Flow Slideshow, you have a “Buy Now” link in the Image Desc Caption that would send them to paypal to pay. For instance:

    Deep Purple, 10 x 10, Mixed Media -- $50 [linktopaypal]Buy Now[/linktopaypal]

    I could always use the flow link as a work around but it would be awesome it be able to do it this other way.

    The website URL is http://www.kenweintrub.com/

    Am happy to pay you for this enhancement if you can help us. Thank you!

    https://ww.wp.xz.cn/plugins/wp-imageflow2/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User

    (@anonymized-1391468)

    There is a quick and simple way to remove the prev/next links from the description area by adding some CSS. This will allow any links embedded in the description to remain active. Just add this to your theme’s CSS:

    #wpif2_topboxprev, #wpif2_topboxnext {
    height: 85% !important;
    }

    You can adjust the percentage to get the best results. With this change the prev/next clicks will be confined more to the image view.

    Thread Starter jway17

    (@jway17)

    Thanks so much Bev! That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hypertext Link inside Image Caption (from Image Description text)’ is closed to new replies.