Hello,
After Quickstart installation
I have this issue:
Code:
Uncaught ReferenceError: jQuery is not defined jmbasetheme.js:96 Uncaught ReferenceError: jQuery is not defined saleoff.html:89 Uncaught ReferenceError: jQuery is not defined jquery.colorbox.js:1084 Uncaught ReferenceError: jQuery is not defined jmquickview.js:240 Uncaught ReferenceError: jQuery is not defined saleoff.html:131 event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Quick View doesn’t works!
Best Regards
Matteo
5 answers
Please post your ftp details in PM. I will fix it for you.
Hello Chavan,
some news?
Best regards
Matteo
can you please make the site live. and the admin details are not working.
Now is live.
Thanks
I have moved the below code a few line up , this is the fix
/app/design/frontend/default/jm_megamall/template/page/html/head.phtml
Code:
<?php if(!defined('JM_ADD_JQUERY')): ?> <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery/jquery.js') ?>"></script> <?php define('JM_ADD_JQUERY', true); ?> <?php endif; ?>