Viewing 6 replies - 1 through 6 (of 6 total)
  • Put the URL in the field for Image Upload.

    Plugin Author BriniA

    (@brinia)

    Right, this actually works 🙂

    Thread Starter mattheis

    (@mattheis)

    Awesome, Thank you.

    This used to work for me, but now when I left click on the image it brings up the lightbox viewer. However if I right click > open in new tab the page opens fine. Can anyone tell me how to disable the image lightbox feature so this works again please? Thanks!

    I have the same issue as krisscross90. Also how can I get the images to come across by 3 as default on a full width page like how it is displayed in the example screen shot?

    In the afp.php file on line 1054, remove the class for the anchor tag, and then change the href from item_image to item_link. It should look like this:

    <a title="' . $item->item_description . '" href="' . $item->item_link . '"><img alt="" class="img-link-initial" src="' . $item->item_thumbnail . '"></a><br />

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Link Image to Page?’ is closed to new replies.