Keyword

K2 Nivo Slider disappeared after 2.6.0 Update

More
11 years 8 months ago - 11 years 8 months ago #104435 by Craig Willian
Replied by Craig Willian on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
Fixed my issue, thanks!

Athanasios Theodorou is right. I changed helper.php.

Where there was

if (K2_JVERSION == '16' )



I put

if ( (K2_JVERSION == '16') or (K2_JVERSION == '25') )

and worked fine.

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

More
11 years 1 month ago - 11 years 1 month ago #104436 by Balazs
Hi Guys,

I had the same problem and my joomla template developer, Templatemonster resolved it! You need to replace the existing helper.php file with the one I attached:


It is located in the following folder: modules/mod_k2_nivoslider

Good luck!

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

More
11 years 4 weeks ago #104437 by Mk
hey, can you please send me the attachment (helpers.php). you did not correctly attach it.

i have the same problem. thanks

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

More
11 years 3 weeks ago #104438 by Balazs
I tried to upload it, but did not managed to.... :-(

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

  • Jose Luis Labrador Ortega
  • Jose Luis Labrador Ortega's Avatar
  • Offline
  • New Member
More
11 years 3 days ago #104439 by Jose Luis Labrador Ortega
Replied by Jose Luis Labrador Ortega on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
hey i've just solved it. u have tu change in ALL FIELDS that appear "K2_JVERSION == '16'"

by 25

Where there was

if (K2_JVERSION == '16' ) ( ALL of Them)

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

More
10 years 4 months ago #104440 by Andrii Haimer
Replied by Andrii Haimer on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
In file modules/mod_k2_camera_slideshow/helper.php change next code in line 31 :

$aid = $user->get ('aid');

write this^

$aid = max ($user->getAuthorisedViewLevels ());


and slider work's again! ^)

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


Powered by Kunena Forum