Link at Column doesn’t Open in new tab
-
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)
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.