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

    (@srumery)

    Hi keystone,

    I think the problem has to do with the “Open link in a new window” selection. You are using an external link so you have it set properly if you have it checked. Can you try and un-check the selection, save the settings and see if the tab appears?

    This will help identify a bug. If that is the case, I will push up a fix for it.

    Scot

    Thread Starter keystone

    (@keystone)

    Hi Scot,
    When I checked the “Open link in a new Window” tab was unchecked. I checked it…cleared the cache and reloaded the site…no joy. I then went back in and un-ticked it…reloaded…still no joy.

    I then went back and removed the URL link completely…no joy.

    Gordon J

    Plugin Author srumery

    (@srumery)

    Sorry to hear it is not working as it should. I did a little more digging…

    Using Chrome developer tools, I changed it to display on the left and saw the tab at 350px from the top. That seems to work just fine. Displaying on the left is how it was originally designed and it seems like the right side is a bit quirky.

    After looking at the CSS for the right side tab settings, I noticed it is displaying the tab too far to the right so you can’t see it. I played with the CSS a bit and found a workaround for now. Add this to your CSS file or custom CSS box in your theme if it has one.

    .rum_sst_right {right: -101px;}

    This changes the setting from -156px to -101px so the tab will display in view like it should.

    I don’t know if this is site specific or global so I will have to do more testing before I push up a fix.

    Give this a shot and report back to let us know if you got it working.

    Plugin Author srumery

    (@srumery)

    The CSS tweak should give you what you need. If you need further assistance, please let me know. I’d like to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Side tab not appearing’ is closed to new replies.