Support » Plugin: MojoPlug Slide Panel » Can Side Tabs Not Be Displayed?

  • I am wondering if the side tabs need to be displayed for the plugin to work? In other words, I would like the slide panel function to be activated by a button alone. I would prefer not to have a side tab displaying. Is this possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author More Karvonen

    (@qumos)

    Add these lines to any CSS file and it should take the button away, while still allowing you to use a button or link on a page to toggle the panel: (This example is for the left button. Use “mojo-sp-right-button” for the right button.)

    #mojo-sp-left-button {
       display: none;
    }
    Thread Starter tacraw88

    (@tacraw88)

    Can the vertical height of the slide out be adjusted as well?

    • This reply was modified 5 years, 7 months ago by tacraw88.
    Plugin Author More Karvonen

    (@qumos)

    You can try something like this in your CSS:

    #mojo-sp-left {
       height: 500px;
    }

    I can’t guarantee it works in every case, but it should do the trick in most cases.

    Thread Starter tacraw88

    (@tacraw88)

    Hello … I’m getting a “warning/error” message when I use the CSS to hide the right tab button (as you recommended). The error message says:
    “MojoPlug warning: This page contains element(s) blocking visibility of right Slide Panel. To fix the problem, find and remove overflow:hidden directive(s) from parent HTML element(s).”

    How can I fix this so that the error message doesn’t display?

    Also, the page seems to “shift down” when the right panel opens. Any thoughts?

    Here’s the url of my WIP project —> http://daltonmediagroup.com/dmgdemo/

    Click the red “Get A Free Quote today” button at the top right to see what I’m talking about.

    THANK YOU !!!

    Thread Starter tacraw88

    (@tacraw88)

    The only CSS I’ve added relative to the Mojo Plugin is:

    #mojo-sp-right {
    height: 500px;
    }

    #mojo-sp-right-button {
    display: none;
    }

    Plugin Author More Karvonen

    (@qumos)

    Sorry there’s no setting to control the error message you receive. However, you’ll find a workaround here (if you don’t mind removing couple of lines in the plugin code):

    https://wordpress.org/support/topic/remove-overflowhidden-popup/

    What comes to page shifting down when panel is sliding out, I have absolutely no idea, and I haven’t heard similar problem earlier. I did some testing, repositioning the panel etc, but none worked. Probably some conflicting functionality on the page theme, but it would require much thorough investigation.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can Side Tabs Not Be Displayed?’ is closed to new replies.