• Resolved Uwe Jacobs

    (@uwejacobs)


    Hi Miles,

    I added a link to a column and set the option “Open in new tab”. This did not add target=”_blank” to the link. I fixed it by changing “target” to “linkTarget” in wp-content/plugins/all-bootstrap-blocks/blockscolumn.php on line 55.

    if ( !empty( $attributes['linkTarget'] ) ) {
            $url .= ' target="' . $attributes['linkTarget'] . '"';
    }

    I believe there are 4 or 5 more files where this same code is used.

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

    (@areoimiles)

    Morning @uwejacobs

    Thanks again for flagging this. I will get this fixed at the same time as the carousel and send you an update once sorted.

    Cheers

    Miles

    Plugin Author Miles

    (@areoimiles)

    Hi again @uwejacobs!

    The latest update fixes this issue, I have been through and switched out ant reference to ‘target’ with ‘linkTarget’.

    Again, if you have any issues please reach back out.

    Miles

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link at Column doesn’t Open in new tab’ is closed to new replies.