Back to the show and hide.
I was trying to use bootstrap responsive utilities since my theme uses it. But it’s not working properly.
For instance, if I put “hidden-xs hidden-sm” classes in CMW Container -> Class it hides the content of the CMW in small devices. But the title persists. And I want to hide the widget entirely.
So the right place to add this code would be on Classes -> Widget Class, right?
But it just doesn’t work. If I debug the page, those bootstrap class styles are never loaded. The final HTML for the widget looks like this:
class="widget widget_custom_menu_wizard"
Even though the short code is:
[cmwizard menu=15 title="Acupuncture Meridians" branch=current depth=2 depth_rel_current=1 include_level="1-" siblings=1 widget_class="hidden-xs hidden-sm" alternative="no-current,menu"]title="Acupuncture Meridians" exclude_level="2"[/cmwizard]
If I add it to Classes -> Menu Class = “menu-widget hidden-xs hidden-sm” it works too, but again, the title stays visible.
Any idea?
Thanks