Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author srumery

    (@srumery)

    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!

    Thread Starter ericandmollie

    (@ericandmollie)

    That worked perfectly, thank you so much! Your response was fast and your solution was explained well. Thanks again!

    Plugin Author srumery

    (@srumery)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open in a new tab?’ is closed to new replies.