Toggle button - Convert Plus

Hi,

On this site I´m using Convert Plus Slide In and it works fine (almost).

When you close the Slide In the toggle button is shown and so far everything is ok.
When you visit another page I would like the toggle button to be visible but can´t seem to figure out how to do that.

Any ideas?

/Melker

Hey Melker,

The button is hidden only so it could be displayed using simple CSS.

body:not(.home) .cp-slide-hide-btn {
    display: block !important;
}

However, clicking that won’t reveal the slide content because it’s programmed using Javascript to be closed and it would require further complex development to override that.

What I would recommend instead is that you put a button somewhere in the page and assign a class to the button. You’ll then use the Launch With Custom Selector option under Behavior > Manual Display to trigger the Slide In using an separate button.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.