Edit bar conflict with theme off canvas menu
PermalinkI seem to have a problem with my custom theme, which uses a cutom off-canvas menu.
When in edit mode, the edit bar is being pushed down and I loose some of it's functionality.
How can I make sure, that my off-canvas menu doesn't conflict with the functionality of the core? I there any best practices?
Thank you for your reply.
Unfortunately - I've already checked my divs - and it's not what is causing the problem.
Any other suggestions?
Sorry, no further ideas ... :/
https://www.concrete5.org/community/forums/themes/top-toolbar-issue/...
..... your theme's code ....
</footer>
<!-- footer end -->
</div>
</div>
<!-- JavaScript files placed at the end of the document -->
<!-- Jquery and Bootstap core js files -->
<!-- Concrete5 Core Start -->
<?php Loader::element('footer_required')?>
<!-- Concrete5 Core End -->
</body>
</html>
Thanks a lot - it was the position of the closing page-wrapper div, that I had wrong.
Thanks again
Just a thought!
I ran into the same issue just yesterday, trying to adopt a javascript-packed theme.
Have you checked your div's? After running my theme (with a lot of hardcoded sections) throughhttp://www.tomus.com 's div-checker, I discovere that an end-div was missing (which probably got lost in the course of concretizing the code).
Everthing works just fine now, regardless of some slow-down issues probably due to the javascript-overload.