GavickPro / Meet-Gavern

Meet Gavern Template for Joomla! 3.0
42 stars 41 forks source link

Joomla framework doesn't get unloaded #224

Open sabas opened 9 years ago

sabas commented 9 years ago

I found in the template that the default scripts should be unloaded via https://github.com/GavickPro/Meet-Gavern/blob/master/meet_gavern/layouts/default.php#L232 But on the rendered page I see

  <script src="/joomla/media/jui/js/jquery.min.js" type="text/javascript"></script>
  <script src="/joomla/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
  <script src="/joomla/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
  <script src="/joomla/media/system/js/caption.js" type="text/javascript"></script>
  <script src="http://localhost/joomla/templates/meet_gavern/js/bootstrap.js" type="text/javascript"></script>
  <script src="http://localhost/joomla/templates/meet_gavern/js/page.js" type="text/javascript"></script>
  <script src="http://localhost/joomla/templates/meet_gavern/js/gk.menu.js" type="text/javascript"></script>
  <script src="/joomla/media/jui/js/bootstrap.min.js" type="text/javascript"></script>
dziudek commented 9 years ago

Hello,

Are you using the latest version of the template? On which subpage you have this issue?

sabas commented 9 years ago

All the public pages, either logged in or logged out..

dziudek commented 9 years ago

Please upgrade your template - it must be caused by old version of the template.

sabas commented 9 years ago

Idem

dziudek commented 9 years ago

The same as in: https://github.com/GavickPro/Meet-Gavern/issues/223 ;)