Download all Joomla templates including quickstart (demo)only $24.99

Forum

Important - Hands Up!

- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.

* ADD PRODUCT NAME IN START OF SUBJET

Joomstagram - Nothing shows up... :-(

  • L
  • Lichtbringer New Member
  • Topic Author 4 years 3 weeks ago #1
Installed UT Joomstagram module on a website designed with YOOtheme Pro. Nothing shows up, only the module title and the intro I added. Is there anyone that can help?

Test page

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

  • L
  • leoalv Moderator
  • 4 years 3 weeks ago #2
I have seen errors in the console, this error can be generated by another extension, by our extension, by your template or who knows why.
the error is that jQuery() is not recognized; when is the standard method in Joomla to use jquery.js

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

  • I
  • Intuix New Member
  • 4 years 2 weeks ago #3
Same here

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

  • L
  • leoalv Moderator
  • 4 years 2 weeks ago #4
I recommend deactivating ut_joomstagram and checking the console, if there are javacript errors the problem is not with our extension.

Lichtbringer, In ut_joomstagram we use jquery, on your site they are loading jquery.min.js after our script, which is incorrect, in all templates jquery is loaded first, because otherwise other extensions that use jquery plugins do not will work.

In this case the error is not from our extension because we use the standard Joomla encoding to load scripts which is
Code:
$document->addScript()
We have not tested it, but the Joomla Jquery easy plugin may solve this problem, because it is a plugin to manage jquery in Joomla.

Luck.

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

  • J
  • jcastellanou New Member
  • 3 years 11 months ago #5
The "Joomla Jquery easy plugin" worked for me

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