Keyword

K2 Nivo Slider disappeared after 2.6.0 Update

  • James Ensor
  • James Ensor's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #104425 by James Ensor
Hi,

It appears that yesterday when we upgraded to the latest version of K2 2.6.0 Nivo Slider stopped working and disappeared on the whole, I've checked all the settings and they've not been changed versus the previous version of our website we have locally.

Also we were getting the ModelcPanel error too which I have resolved by removing the cpanel.php file.

Any idea how I get K2 Nivo Slider to reappear?

Thanks,
James

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

  • James Ensor
  • James Ensor's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #104426 by James Ensor
Replied by James Ensor on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
Anyone had the same issue?

I assume I am waiting on an update or something?

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

More
12 years 7 months ago #104427 by Lefteris
Hi. Have you notified the developers of the module? A lot of things have been changed in K2 2.6. So probably the will have alredy released an update.

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

More
12 years 7 months ago #104428 by bookee
Updated k2 this morning and the slider stopped working. Any fixes for that?

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

More
12 years 7 months ago #104429 by Lefteris
@bookee

What do you mean it doesn't work? Please be more specific. Probably you need to contact the developers of the module.

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

More
12 years 7 months ago - 12 years 7 months ago #104430 by Zeljka Kuhada
Replied by Zeljka Kuhada on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
Hi, any solutions for disappeared Nivo Slider after K2 update? :(

K2 NivoSlider module is a product of template-help.com team and a combination of K2 Content Module and NivoSlider jQuery plugin.

The Nivo Slider is world renowned as the most beautiful and easy to use slider on the market. Completely free and totally open source, there literally is no better way to make your website look totally stunning. If you don't believe us, check out the list of features below and you soon will.

K2 Content is the primary "content" retrieval module for K2. You can set various category and item element filters to display a number of items coming from the K2 component. Using multiple copies of this module (with varying settings) you can achieve complex news publishing/magazine site layouts.

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

  • Athanasios Theodorou
  • Athanasios Theodorou's Avatar
  • Offline
  • New Member
More
12 years 6 months ago - 12 years 6 months ago #104431 by Athanasios Theodorou
Replied by Athanasios Theodorou on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
Same problem here, I think it's a bug in the helper.php file

Running Joomla 2.5.8 with the latest K2 version.

My version of K2 Nivo Slider is from May 25th, 2012

I think the bug is in this piece of code. Starting @ line 112
Log in  or Create an account to join the conversation.

  • Gustavo Buarque Costa Cardoso
  • Gustavo Buarque Costa Cardoso's Avatar
  • Offline
  • New Member
More
12 years 6 months ago #104432 by Gustavo Buarque Costa Cardoso
Replied by Gustavo Buarque Costa Cardoso on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
Same problem here too.

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
12 years 5 months ago #104433 by Benedek Kovacs
Replied by Benedek Kovacs on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
I tried the solution you wrote here, but it didn't worked out for me. The Nivoslider still being disappeard.

PLS Help :(

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

More
12 years 5 months ago #104434 by Benedek Kovacs
Replied by Benedek Kovacs on topic Re: K2 Nivo Slider disappeared after 2.6.0 Update
forgot to mention that i have the same version of K2 and the same version of the NivoSlider. The Slider disappeared after the upgrade to Joomla 2.5.8., just as you mantioned above

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

More
12 years 4 months ago - 12 years 4 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 8 months ago - 11 years 8 months 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 8 months 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 8 months 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 7 months 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
11 years 1 week 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.