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

    (@gargus)

    Hi Lynn

    I saw that you managed to solve this problem but maybe someone else is going to use it in future

    File : classes/tiny-carousel-loadwidget.php
    line 45
    change to
    $imageli = $imageli . '<a href="'. $img['img_link'] .'" >';

    Thread Starter lynnamos

    (@lynnamos)

    Hi Gargus,
    I found a post in the forum that addressed this issue, but what was described didn’t work. See below. I didn’t REMOVE the line, I simply changed “_target” to “_parent”.
    ~~~~~~~
    In default, this plugin open the link in New Window. Please follow below steps; If you want to modify.

    File : classes/tiny-carousel-loadwidget.php
    Line : 45
    Remove the target property.

    $imageli = $imageli . ‘target=”_target”>’;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tiny Carousel Horizontal Slider Open in Same Window Not Working’ is closed to new replies.