• Resolved mccaskey

    (@mccaskey)


    Thanks for the enhancements in 1.1.7!

    It’s convenient that the alt and href parameters can be entered in the Add Media pop-up on the visual editor. Nice.

    Could you make a further little enhancement?

    Honor the “Open link in a new tab”, i.e., honor any target=”_blank” tag that might have been inserted into the standard WordPress caption.

    Thanks again!

    https://wordpress.org/plugins/credit-tracker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author labs64

    (@labs64)

    Hi mccaskey,

    This can achieved by adding target attribute inside caption / a tag:
    [caption id="11"]<a href="%link%" target="_blank"><img src="11.png" alt="%caption%" title="%copyright%"/></a>[/caption]

    We’d rather go this way in order to keep plugin functionality as flexible as possible.
    Some of the users may need to put _self, _top, frame etc.; therefore hardcoding of _blank value may not fit in other websites UX/design.

    Best, Labs64

    Thread Starter mccaskey

    (@mccaskey)

    My mistake. That’s exactly what I was asking for. On my first usage, it appeared the plug-in was not passing on the target value. But it is. I was wrong.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘1.1.7’ is closed to new replies.