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

Leave a review

file Upgrade to Extended

More
11 years 7 months ago #823 by gulam
Replied by gulam on topic Re: Upgrade to Extended
Without any height, it gives an error as per my earlier post. I then tried various heights (from 120 up to 180) with no luck.

If I inspect the element, i can see an element height of 79px that is set by default (for element.style), this I believe is the one causing the issue. I don't see where I can change this.

Gulam

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

More
11 years 7 months ago - 11 years 7 months ago #824 by admin
Replied by admin on topic Re: Upgrade to Extended
There are several versions of jQuery loaded on your site.
Make sure you have the option to load jQuery disabled for the module (load jQuery set to 'no').
swMenuPro loads jQuery also (but version 1.6, the module Latest News Enhanced Extended loads version 1.7). I have not tested the module with version 1.6 yet.

Olivier.
Last edit: 11 years 7 months ago by admin.

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

More
11 years 7 months ago - 11 years 7 months ago #826 by admin
Replied by admin on topic Re: Upgrade to Extended
Ok, I have found what the issue is with the category link.
The code for the animation is the cause.
Go to modules / mod_latestnewsenhancedextended / animations / simplefade and open simplefade.js.php. Comment the code as suggested below:
obj.width(w); 
//obj.height(h);
obj.css("overflow","hidden");
obj.css("margin","0 auto");

I have to make more tests to make sure this does not affect other configurations. But that should fix your problem.

Olivier.
Last edit: 11 years 7 months ago by admin.

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

More
11 years 7 months ago #827 by admin
Replied by admin on topic Re: Upgrade to Extended
I have also tested the animations with jQuery 1.6, it will work as expected.

Olivier.

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

More
11 years 7 months ago #828 by gulam
Replied by gulam on topic Re: Upgrade to Extended
If I set jquery to no, then there is no animation, the news items overlay on each other without any animation.

Is there anything I can do to find out what causes the animation to start rolling faster?

Gulam

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

More
11 years 7 months ago #829 by admin
Replied by admin on topic Re: Upgrade to Extended
This is strange, there is an other version of jQuery on your page, so it should pick that up. Let me check again and see why it is not. Your speed issue comes from the fact that there is a conflict with the other jQuery library.

Olivier.

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