You’re welcome. I am happy you find it useful. With the current release, there is no support for opening the link in a new tab. I am working on the next version and will add this to the feature request list. This doesn’t guarantee it will make the next release but I will have a look at it. This could be a nice addition to the plugin while still keeping it simple.
For now, you could edit line 106 in simple_side_tab.php and add target="_blank" to the tag. If so, it would look like this:
echo '<a href="' . $rum_sst_tab_url . '" target="_blank"><div id="rum_sst_tab" class="rum_sst_contents rum_sst_left">' . $rum_sst_text_for_tab . '</div></a>';
I hope this is helpful.
Cheers!
That worked perfectly, thank you so much! Your response was fast and your solution was explained well. Thanks again!
This functionality is now build into the product (as of v1.0.0). There is a checkbox on the settings page that will allow you to open it in a new window.