Viewing 7 replies - 1 through 7 (of 7 total)
  • Same here, after the update.

    Example – https://temproekt.com/?p=1185

    I think i found something. In the Images Tester, i clicked on “Try Different Path” and now it seems to be OK…

    Plugin Author Tribulant Software

    (@contrid)

    Thank you for your response.

    I’m glad to hear that you got this working fine.

    Hello,

    Same problem here, and Images Tester is no longer available in Configuration.

    Seems that the script calls domain name twice before path to img…

    Example : https://kephas.fr/calcul/

    Solution here for Version 1.4.4.3 :

    wp-content/plugins/slideshow-gallery/views/default/gallery.php line 80.

    Replace :
    <a href="<?php echo site_url('/') . $slide -> image_path; ?>" target="_<?php echo $slide -> linktarget; ?>" title="<?php echo $slide -> title; ?>"></a>

    By

    <a href="<?php $slide -> image_path; ?>" target="_<?php echo $slide -> linktarget; ?>" title="<?php echo $slide -> title; ?>"></a>

    I am experiencing the same issue. In addition, turning on “Open images in overlay” also caused a delay in advancing the current slide. The caption advances but the image does not so they fall out of sync.

    The fix from frank4 didn’t work for me (links to the current page not the popup overlay).

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    I am now closing this resolved topic as it references an older version of WordPress.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘This image failed to load (Open Images in Overlay) not work’ is closed to new replies.