No animation either auto or manual

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 06, 2011 3:19 pm
I am using News Show Pro GK4 V1.3 in a Joomla 1.6.1 install and a Yootheme template.

It works on any menu item I try except one which just happens to be the one I need it to work with. Attached is the source of that page.

Any help is appreciated.

Thanks!
User avatar
Fresh Boarder

GK User
Fri Apr 08, 2011 3:00 pm
Just in case someone stumbles across this thread...I found a solution that worked for particular setup. Maybe it will work for you as well.

Quote from this thread:

Added this to my template:
Code: Select all
JHtml::_('behavior.framework', true);

See: docs.joomla.org/Working_with_Mootools_1.3
This forces Mootools 1.3.1 to load - and now News Show Pro 4 works like charm.
User avatar
Fresh Boarder

GK User
Mon Apr 25, 2011 8:45 pm
I have the same situation. Also using YOO. Which template did you add this code to? YOO? Gavick module?

Thanks!
User avatar
Fresh Boarder

GK User
Mon Apr 25, 2011 8:54 pm
Found it. I added it to YOO's template.config.php for those of you that need this.
User avatar
Fresh Boarder

GK User
Fri May 06, 2011 6:38 pm
I use Joomla 1.6 with Standard-Template of Beez_20. I tried many things to get some animation of News Show Pro GK4 1.4 - no chance. What ever I try there is no success for an animation. The module is shown correctly.

Has anybody an Idea what the problem is?

the Code JHtml::_('behavior.framework', true); is in the index.php

thanks for help.
msc
User avatar
Fresh Boarder

GK User
Sat May 07, 2011 12:34 am
I'm having the same problem using the latest 1.6 Yootheme template - Nano.

I added the "JHtml::_('behavior.framework', true);" to a bunch of places with no luck.


http://gwpcreative.com/wayne/index.php/design-ideas

you can see the previous & next arrows are there - they just don't do anything.


Has anyone figured this out? Would really appreciate some help in order to build my site.
User avatar
Fresh Boarder

teitbite
Sat May 07, 2011 6:03 pm
Hi

Have You tried to force using of modules javascript ?

Can I please get the joomla panel acces form someone with this problem.
User avatar
Moderator

GK User
Sat May 07, 2011 6:30 pm
Hi teibite,
thanks for your support. You recieved a private mail with access to the website.

best regards.
User avatar
Fresh Boarder

teitbite
Tue May 10, 2011 1:02 pm
Hi

Please send me the access one more time. Remember to give the link to the post on the forum also, because I'm reciving dozens of site access. Half of it I cannot connect to the question :(
User avatar
Moderator

GK User
Tue May 10, 2011 4:04 pm
Animation stopped when I upgraded to 1.4. Is there a fix or must I go back to using 1.3?
Thanks:)
User avatar
Fresh Boarder

GK User
Tue May 10, 2011 4:36 pm
Heever wrote:Animation stopped when I upgraded to 1.4. Is there a fix or must I go back to using 1.3?
Thanks:)


Hi

I'm sending to our programmer this issue because it seams that needs some revision.
Please wait for further news.

Cheers
User avatar
Platinum Boarder

teitbite
Tue May 10, 2011 9:28 pm
Hi

Can You please show me where should this NSP module be displayed ? I can see a position "ceramicslideshow" but cannot find it on the site ;/
User avatar
Moderator

GK User
Tue May 10, 2011 9:47 pm
http://gwpcreative.com/wayne/index.php/design-ideas

there is only test content there now but you can see the pagination in the upper right hand corner in light gray.
User avatar
Fresh Boarder

teitbite
Thu May 12, 2011 12:37 am
Hi

An update with a fix for this problem was realised. Please reinstall the module.
User avatar
Moderator

GK User
Thu May 12, 2011 3:48 am
Thank you so much! The update works perfect! Great Support!
User avatar
Fresh Boarder

GK User
Thu May 12, 2011 5:21 pm
IT WORKS !
It works wonderfull with the update-version 1.5 - thank you very much for the support. Highly recommendet.

Best Regards
msc
User avatar
Fresh Boarder

GK User
Thu May 12, 2011 6:17 pm
Hello
I have the same problem with yoo vanilla theme
I desinstalled or other gk modules and disabled all modules and reinstall GK news pro 1.5
I tried also adding JHtml::_('behavior.framework'); who the the mootools-more.js file
try with js forcing enabled and desabled ...
nothing work the navigation button didn't do anything so the animation didn't work manually or automatic :(
----------
Edit :
it work finaly adding "<?php JHtml::_('behavior.framework', true);?>" to template.php and forcing enabled in module
User avatar
Fresh Boarder

teitbite
Thu May 12, 2011 6:42 pm
choussamaster wrote:Hello
I have the same problem with yoo vanilla theme
I desinstalled or other gk modules and disabled all modules and reinstall GK news pro 1.5
I tried also adding JHtml::_('behavior.framework'); who the the mootools-more.js file
try with js forcing enabled and desabled ...
nothing work the navigation button didn't do anything so the animation didn't work manually or automatic :(
----------
Edit :
it work finaly adding "<?php JHtml::_('behavior.framework', true);?>" to template.php and forcing enabled in module


Hi

Please try to force module script not mootools. Unfortunately it's probably javascript conflict. I've see it often with ths templates.
User avatar
Moderator

GK User
Wed May 25, 2011 1:10 pm
In my case, placing the line 'JHtml::_('behavior.framework', true);' into the template's main file has worked for me. By "main file" I refer to whatever file your template happens to use as it's "base" file. Some templates use the "index.php" file located under 'joomlaroot/templates/templatename'.


If you are using a Yootheme Warp 5.5 template, the base file is '/joomlaroot/templates/yoo_template/layouts/template.php' and here is an example of what mine looks like with the added line just under the 'include(dirname...':
Code: Select all
* @copyright Copyright (C) 2007 - 2011 YOOtheme GmbH
* @license   YOOtheme Proprietary Use License (http://www.yootheme.com/license)
*/

// get template configuration
include(dirname(__FILE__).'/template.config.php');
JHtml::_('behavior.framework', true);
?>
<!DOCTYPE html PUBLIC "-//W3C...
...
User avatar
Fresh Boarder

GK User
Sat Jul 23, 2011 12:23 pm
This method works Joomla 1.6 and 1.7 and Yootheme Template

Thank colatm.

Leonardo
User avatar
Fresh Boarder

GK User
Sun Aug 14, 2011 3:40 pm
Hello
I have the same problem with ZT News III
I installed another version of gtk and I disabled all the modules located on the same page as the module
I tried also adding JHtml::_('behavior.framework'); who the the mootools-more.js file
try with js forcing enabled and disabled ect....:angry: :angry:
nothing work the navigation button didn't do anything so the animation didn't work manually or automatic
please help
User avatar
Fresh Boarder

GK User
Mon Aug 22, 2011 2:44 pm
I have the same problem, it worked in most browsers when i added the line of code but then it wouldn't load the page at all in ie8.
User avatar
Fresh Boarder

GK User
Fri Dec 16, 2011 8:30 am
I am interested in a solution to this as well. Just started using GK News Pro with accordion layout. Animation does not work.
User avatar
Fresh Boarder


cron