Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this… Hope it helps you!

    — Go to the plugin, and edit..

    — Go to image-caption-hover/plugin.class.php

    — Change this; <a href="<?php echo $btn_link; ?>" target="_blank"><?php echo $btn_text; ?></a>

    — To This; <a href="<?php echo $btn_link; ?>" target="_self"><?php echo $btn_text; ?></a>

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Just update plugin to 1.2.0 and you will have option to open link in new tab

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘open link in same window’ is closed to new replies.