-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Side Panel has reappeared #4
Comments
I was able to fix this for the "Hide an Element" web part by going into I haven't tested this extensively, so this may break something else... But, here's the code change I made, if you're willing: In the aforementioned
(Don't replace what was on Line 28, just add this line before that.) After making this code change, you will need to repackage the solution and upload the new solution to your Apps Catalog in SharePoint. |
This was working really well until I checked it today (4/16/2019), when the left nav has once again re-appeared. Using the console browser, I believe the element has been relabed to |
The short answer is that yes, that will probably work! The longer answer is that the code is going to hide any div elements with a class value beginning with (^=) 'spNav_cb2a1c59'. I don't think that any other elements on the page will have this class value (or a class value that begins with this string), so you're probably fine. But, if you notice any other elements missing, you may want to change the ^= to = in that statement. |
Hi! Thank you so much for the quick response. Adding this line |
A couple of weeks ago the app started showing the side panel again for quicklaunch. No links in it, but the side panel has reappeared.
The text was updated successfully, but these errors were encountered: