Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Possible Conflict?

More
12 years 3 months ago #18 by Dionysus
Possible Conflict? was created by Dionysus
When I publish this plugin, this is the javascripts that laods
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js"></script>
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="/plugins/system/rokbox/rokbox.js"></script>
  <script type="text/javascript" src="/plugins/system/rokbox/themes/light/rokbox-config.js"></script>
  <script type="text/javascript" src="/components/com_gantry/js/gantry-inputs.js"></script>
  <script type="text/javascript" src="/components/com_gantry/js/gantry-smartload.js"></script>
  <script type="text/javascript" src="/templates/rt_modulus_j15/js/load-transition.js"></script>
  <script type="text/javascript" src="/modules/mod_roknavmenu/themes/fusion/js/fusion.js"></script>
  <script type="text/javascript" src="https://dev1.realpage.com/modules/mod_playerjr_ad/script/swfobject_2_2.js"></script>
  <script type="text/javascript" src="/"></script>
  <script type="text/javascript" src="/modules/mod_playerjr_ad/script/jquery.jwbox.js"></script>
  <script type="text/javascript" src="/modules/mod_playerjr_ad/script/jwplayer.js"></script>
  <script type="text/javascript" src="/modules/mod_playerjr_ad/script/iscroll.js"></script>

Notice the line 4th from the bottom:
<script type="text/javascript" src="/"></script>

When I un-publish the plugin, this is what loads
  <script type="text/javascript" src="/media/system/js/mootools.js"></script>
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="/plugins/content/plg_jwadvanced/script/jwplayer.js"></script>
  <script type="text/javascript" src="/plugins/content/plg_jwadvanced/script/iscroll.js"></script>
  <script type="text/javascript" src="/plugins/content/plg_jwadvanced/script/jquery-1.6.2.min.js"></script>
  <script type="text/javascript" src="/plugins/content/plg_jwadvanced/script/jquery.jwbox.js"></script>
  <script type="text/javascript" src="/plugins/content/plg_jwadvanced/script/swfobject_2_2.js"></script>
  <script type="text/javascript" src="/plugins/system/rokbox/rokbox.js"></script>
  <script type="text/javascript" src="/plugins/system/rokbox/themes/light/rokbox-config.js"></script>
  <script type="text/javascript" src="/components/com_gantry/js/gantry-inputs.js"></script>
  <script type="text/javascript" src="/components/com_gantry/js/gantry-smartload.js"></script>
  <script type="text/javascript" src="/templates/rt_modulus_j15/js/load-transition.js"></script>
  <script type="text/javascript" src="/modules/mod_roknavmenu/themes/fusion/js/fusion.js"></script>

I'm not really sure what's going on.
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #20 by admin
Replied by admin on topic Re: Possible Conflict?
Hello!
What version of jQuery Easy are you using? I am confused as you have different modules/plugins enabled in the 2 code sections you show here (plg_jwadvanced/mod_playerjr_ad). If you are using Joomla! 1.5, you may have empty scripts in your header. It is a known bug I am looking into, but this should not affect your page. It probably comes from removing "/plugins/content/plg_jwadvanced/script/jquery-1.6.2.min.js"

Olivier.

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #26 by Dionysus
Replied by Dionysus on topic [SOLVED] Re: Possible Conflict?
When I forced Jquery 1.6.2.min not to load from the jw player plugin. That resolved the issue

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #28 by admin
Replied by admin on topic Re: [SOLVED] Re: Possible Conflict?
Great!

Olivier.

Please Log in or Create an account to join the conversation.