Custom Theme broke Concrete 5's editor
Permalink 1 user found helpfulI can select "edit this page"
The edible regions highlight properly
I can click on one of the editable regions to get the small menu.
But when I select one of the options, I get the overlay with the loading icon, and then the page is switched to just the texted (I am a supposing it is just displaying the html page with out css) of what is supposed to be the overlay menu/editor. (Screenshot attached)
This is the mobile sidebar I added.
https://www.adchsm.com/slidebars/help/usage/opening-and-closing-slid...
This is the nesting accordion I added inside the sidebar.
https://codepen.io/anon/pen/mAErWB...
Here is a link to the page with my updated navigation.
http://www.savageriver.com/savageriver/canoes/recreational/pontoon...
Note: I couldn't get the small menu to pop up, when I clicked on one of the edible regions. The nested accordion was using a class called inner, that after changed fixed the problem.
Thanks for any help you can provide. I have been trying to fix this for several days now.
<script> $("[role='navigation']").flexNav(); </script> <!--FlexSlider--> <script type="text/javascript" charset="utf-8"> $(window).load(function() { $('.flexslider').flexslider(); }); </script> <script> var $buoop = {} $buoop.ol = window.onload; window.onload=function(){ try {if ($buoop.ol) $buoop.ol();}catch (e) {} var e = document.createElement("script");
Would this cause my problem? If so I can move it out of the footer.php file
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?> <!DOCTYPE html> <!--[if IE 8]> <html class="ie8" lang="<?php echo LANGUAGE?>"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="<?php echo LANGUAGE?>"> <!--<![endif]--> <head> <?php Loader::element('header_required'); ?> <meta name="viewport" content="width=device-width; initial-scale=1.0" /> <!--[if lt IE 9]> <script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6/html5shiv.min.js"></script> <![endif]-->
or are you referring to this code here?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
the errors are still there as well
<!-- Slidebars --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Thanks a lot!
Uncaught TypeError: $(...).flexNav is not a function
Uncaught TypeError: $(...).flexslider is not a function