?
Referenced as Related to: # 5078
avatar htmgarcia
htmgarcia
8 Nov 2014

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
step1

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

avatar htmgarcia htmgarcia - open - 8 Nov 2014
avatar jissues-bot jissues-bot - change - 8 Nov 2014
Labels Added: ?
avatar htmgarcia
htmgarcia - comment - 8 Nov 2014

By removing the class "hidden-phone" the toogle button is displayed always.

avatar infograf768
infograf768 - comment - 9 Nov 2014

Can you create a pull request?

avatar dgt41
dgt41 - comment - 9 Nov 2014

here is some code:

if (jQuery(window).width() < 728) { jQuery('#j-toggle-sidebar-button').removeClass( "hidden-phone" ); }
avatar dgt41
dgt41 - comment - 9 Nov 2014

Please test this one #5068

avatar Bakual
Bakual - comment - 9 Nov 2014

Closing issue as we have a PR

avatar Bakual Bakual - close - 9 Nov 2014
avatar Bakual Bakual - change - 9 Nov 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-11-09 09:09:27
avatar dgt41
dgt41 - comment - 9 Nov 2014

@Bakual Thomas I think you have to reopen this, my PR actually doesn’t work. Sorry about that

avatar zero-24 zero-24 - change - 9 Nov 2014
Status Closed Confirmed
avatar zero-24
zero-24 - comment - 9 Nov 2014

re-open

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5066.

avatar jissues-bot
jissues-bot - comment - 9 Nov 2014

Set to "open" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/5066

avatar jissues-bot jissues-bot - reopen - 9 Nov 2014
avatar zero-24 zero-24 - change - 9 Nov 2014
Category Components UI/UX
avatar brianteeman brianteeman - change - 11 Nov 2014
Status Confirmed Closed
avatar jissues-bot jissues-bot - close - 11 Nov 2014
avatar jissues-bot
jissues-bot - comment - 11 Nov 2014
avatar jissues-bot jissues-bot - change - 11 Nov 2014
Closed_Date 2014-11-09 09:09:27 2014-11-11 10:00:16

Add a Comment

Login with GitHub to post a comment