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

Leave a review

file plugin interfering with template

More
8 years 10 months ago #4279 by mikebl
Replied by mikebl on topic plugin interfering with template
here's a screenshot of what's enabled/written in the jquery easy plugin right now.

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

More
8 years 10 months ago #4280 by mikebl
Replied by mikebl on topic plugin interfering with template
jquery migrate 1.2.1 has since been added as well. (it is uploaded to /components not media , is it the correct version ?)

any idea what is interfering with the flash player on homepage ?

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

More
8 years 10 months ago #4282 by admin
Replied by admin on topic plugin interfering with template
Hello Mike,

indeed Migrate is not necessary if you use jQuery v1.8 (your page was loading jQuery v1.11 also - so if you use it instead, you will need Migrate). 1.2.1 is the latest version of Migrate.

I see that you enabled jQuery UI. You can remove it as well, it was not loaded in your page in the first place.

It also looks like jQuery Easy is not the last system plugin loaded on your page because some scripts are not removed:

/plugins/system/jsntplframework/assets/joomlashine/js/noconflict.js
/components/com_uniform/assets/js/jsn_uf_conflict.js
/plugins/jsnimageshow/themegrid/assets/js/jsn_is_conflict.js

You will also have to add (in the advanced/expert tab) the following code:

var jsnUF = jQuery.noConflict();
var jsnThemeGridjQuery = jQuery.noConflict();

and remove the remaining script:

/components/com_uniform/assets/js/jsn_uf_jquery_safe.js

But I believe most of your troubles will be over once you remove all theme/template extras that will not be in your final site (a lot of extras are added such as links to other templates from joomlashine - lower right corner paper fold effect...). Actually it seems like there is no point on trying to fix your page until all Joomlashine extra stuff is gone.

Olivier.

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

More
8 years 10 months ago #4286 by mikebl
Replied by mikebl on topic plugin interfering with template
the files have been removed -

how can I resolve the problem
"uncaught TypeError: jsnThemeGridjQuery(...).gridtheme is not a function"

thanks for all the help

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

More
8 years 10 months ago #4287 by mikebl
Replied by mikebl on topic plugin interfering with template
I removed the files but the scripts are still there - where do I locate them to remove them from giving 404 errors ?

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

More
8 years 10 months ago #4289 by admin
Replied by admin on topic plugin interfering with template
That is related to your theme, you probably should see what you can do with the developers of it. I am not sure the problem comes from the template itself or all the advertisement stuff that is added to it.

You may also want to try to make sure jQuery Easy is the last plugin called. Go to the plugin manager and sort the system plugins there. Although the template may still be interfering.

Olivier.

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