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

    (@srumery)

    Hey myancey,

    Thank you for using Simple Side Tab. Including the link to your site was super helpful. Thanks for that. 🙂

    There is some CSS code on the page that specifically instructs the browser not to display the tab. Here is the code:

    /** DO NOT SHOW CONTACT & FEEDBACK TAB LINKS AT BOTTOM OF PAGE. **/
    #rum_sst_tab, #multimedia_feedback_tab{
    display:none!important;
    }

    If you remove “#rum_sst_tab, ” from the CSS code, the tab will display. You’ll need to adjust the height of the tab since there is also a social share tab on that same sidebar. You can always move the tab to the right of the page.

    Give that a shot and let me know how that works.

    Cheers!

    Thread Starter myancey

    (@myancey)

    Thank you! How silly of me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tab not Showing’ is closed to new replies.