Joomla! 3.4.0-dev (using update package in a 3.3.6 installation)
Go to Content > Article manager > Click on "Hide sidebar" on the left which hides the sidebar menu displaying a toogle button to allow display back
Resize the browser to smallest size, the toogle to show sidebar back is gone. User can't get this back unless they resize browser to bigger width
Labels |
Added:
?
|
Can you create a pull request?
here is some code:
if (jQuery(window).width() < 728) { jQuery('#j-toggle-sidebar-button').removeClass( "hidden-phone" ); }
Closing issue as we have a PR
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-09 09:09:27 |
Status | Closed | ⇒ | Confirmed |
re-open
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5066.
Set to "open" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/5066
Category | ⇒ | Components UI/UX |
Status | Confirmed | ⇒ | Closed |
Set to "closed" on behalf of @brianteeman by The JTracker Application at issues.joomla.org/joomla-cms/5066
Closed_Date | 2014-11-09 09:09:27 | ⇒ | 2014-11-11 10:00:16 |
By removing the class "hidden-phone" the toogle button is displayed always.