Discussion about Hot Spinner Joomla module.

Spinner das not work

  • webbiene
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17686 by webbiene
Hi i bought your hot spinner, because it looks real very well. But now it looks like nothing works. I have the items on the frontpage, but they does not go around. Nothing happens.

I deactivated my javascript of the template and than also jquery from your model, but it still does not work .

Maybe you can help me, the url is www.salesgroup21.de

and you can login with: admin and pw demo

Please Log in to join the conversation.

More
12 years 8 months ago #17690 by ivan.milic
Replied by ivan.milic on topic Re: Spinner das not work
You have jQuery reference in incorrect place where it can only cause problems.
Reference should be in head section before other components that need it are referenced.

I looks that is also not form template because I guess nobody would put it there:


View you page source.Juse at end of body section:

....
<script type="text/javascript" src="/templates/black_lernvid.com/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict();
</script>
</body>
....

remove that malicious reference and enable at leas one normal eater from your template or from module.

Please Log in to join the conversation.

  • webbiene
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #17691 by webbiene
Replied by webbiene on topic Re: Spinner das not work
Well, ok the menu is made with javascript, but i enabled it.

And what did you mean with not a "form" template?
Where should the modul be placed, at your opinion?

If you want to have a look in the backend,
i can give some data.

Thank you for your quick answer.

- - - - - - - - - - - -
So i just deleted this script from my server, but nothing happens.
Last edit: 12 years 8 months ago by webbiene.

Please Log in to join the conversation.

  • webbiene
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17692 by webbiene
Replied by webbiene on topic Re: Spinner das not work
ok, so i deleted all javascripts from my template and now it works.

But every image is double and also the text is not in the middle, it is behind the module.

Do you have any idear, to make it work correctly?

Thank xou for your answer!

Please Log in to join the conversation.

  • webbiene
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17693 by webbiene
Replied by webbiene on topic Re: Spinner das not work
ok, so i deleted all javascripts from my template and now it works.

But every image is double and also the text is not in the middle, it is behind the module.

Do you have any idear, to make it work correctly?

Thank you for your answer!

Please Log in to join the conversation.

More
12 years 8 months ago #17698 by ivan.milic
Replied by ivan.milic on topic Re: Spinner das not work
You have not removed this from page body:
Code:
<script type="text/javascript" src="/templates/black_lernvid.com/js/jquery-1.4.2.min.js"></script> <script type="text/javascript"> var $j = jQuery.noConflict(); </script>

I think that causes problem. You can see that if you go to view source of your page. NOTE: JQUERY REFERENCE SHOULD BE IN HEAD SECTION OF PAGE BEFORE OTHER COMPONENT THAT DEPEND ON IT AND YOU SHOULD HAVE ONLY ONE ON PAGE !!!

As it is now that malicious reference causes object created in previous to be re-writen and to lose values.

So what is happening , you have reference form module and module strts initialization using it. During that some data like jQuery.somvarialbe = 'sometihg'; may be set. Then you have that malicious reference. JQuery object gets replaced and jQuery.somvarialbe along with it. That creates un-expected behavior.

I'am 90% sure that is problem. If removing that does not help next time send enable me full access to joomla, and give me ftp access using "Report To Moderator"

Please Log in to join the conversation.

Time to create page: 0.174 seconds
Powered by Kunena Forum