Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question.

    Yes, this is possible and only requires very little manual work. Unfortunately, the WordPress Media Library does not do this automatically by default, so that this step is necessary:
    Each of your links looks similar to

    <a href="..."><img src="..." ... /></a>

    To have that link open in a new window/tab, just add

    target="_blank"

    as another parameter in the code, like

    <a href="..." target="_blank"><img src="..." ... /></a>

    Regards,
    Tobias

    Thread Starter BrownEyesTFC

    (@browneyestfc)

    Great – thanks! By the way, the transition to this new version of the plug-in was really smooth!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    awesome, great to hear that! ?? Thanks for the confirmation that this did the trick.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate the plugin here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘clickable graphics in table’ is closed to new replies.