Skip to main content
September 26, 2014
Question

HTML5 output doesn't show the switcher (on/off toggler)

  • September 26, 2014
  • 1 reply
  • 267 views

The generated output of Theme1_Standard doesn't show the switcher on the Search page. How do I enable the toggler?

This topic has been closed for replies.

1 reply

Known Participant
September 26, 2014

I had the same issue some time ago. I ended up deleting the layout and reimporting it, which fixed the problem

Willam van Weelden
Inspiring
September 30, 2014

The toggle is enabled by default in the scripts. Try kennethc's approach and see if that helps.

If that doesn't help, open up the developer options in your browser (press F12). Release the page and look at the tab Console. Does that tab show any errors?

Kind regards,

Wilam

October 2, 2014

Thanks William. I checked the main.css and noticed the display property for the switcher was set to "none". Removing it did the trick:)