Possible Javascript/ jquery issue in 5.4.2.2 - Need help
PermalinkSo i started setup my site with the latest version and added my functions (Mainly advanced form and Deluxe gallery).
First I notice that the sitemap and file manager in the editor bar does not show a dialog (see screenshot).
Second, When i'm logged in everything works fine, the upload form on advanced form works and deluxe gallery shows in lightbox popup function which is perfekt! BUT when i logout and view the site as public visitor, non of the above work or show as it should?! (see screenshot).
The concrete5 was installed without any errors or issues.
How do i solve this matter?
Thanks
Jimmy
Here is the location of the concrete5 installhttp://www.dincanvas.se/ram/
Thanks!
Jimmy
Uncaught TypeError: Cannot read property 'dialog' of undefined Uncaught TypeError: Object [object Object] has no method 'dialog'
The first one comes from:
http://www.dincanvas.se/ram/concrete/js/ccm.dialog.js
And the error states that
$.ui.dialog
is not set. This is probably because $.ui is undefined (I guess because it's not loaded).
So, my first post SHOULD do the trick. However, I noticed that jquery ui still isn't loaded on that page.
Have you tried to clear cache on that page to get jQuery UI loaded?
Br,
Antti
Just want to be sure about this.
Antti
<?php Loader::element('header_required'); ?> <?php $html = Loader::helper('html'); $this->addHeaderItem($html->javascript('jquery.ui.js', 'CORE')); $this->addHeaderItem($html->css('jquery.ui.css', 'CORE')); ?>
<?php $html = Loader::helper('html'); $this->addHeaderItem($html->javascript('jquery.ui.js', 'CORE')); $this->addHeaderItem($html->css('jquery.ui.css', 'CORE')); ?> <?php Loader::element('header_required'); ?>
Great Work
http://www.concrete5.org/developers/bugs/5-4-2-2/sitemap-and-file-m...
Probably some of your javascript isn't loading properly. Is that site live already and can you post a link to it?
Sometimes it's because you don't have jQuery UI loaded when you're not logged in. If this is the case, just add the following as the first thing in your theme:
You might also need some others but for more information, I'd really like to see some JavaScript errors that your site is popping up.
Br,
Antti / Mainio