- Posts: 2
COMMUNITY FORUM
K2 Nivo Slider disappeared after 2.6.0 Update
- James Ensor
-
Topic Author
- Offline
- New Member
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
-
Topic Author
- Offline
- New Member
- Posts: 2
I assume I am waiting on an update or something?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- bookee
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
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.
- Zeljka Kuhada
-
- Offline
- New Member
- Posts: 3
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
-
- Offline
- New Member
- Posts: 2
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
-
- Offline
- New Member
- Posts: 2
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') )
Please Log in or Create an account to join the conversation.
- Benedek Kovacs
-
- Offline
- New Member
- Posts: 2
PLS Help :(
Please Log in or Create an account to join the conversation.
- Benedek Kovacs
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Craig Willian
-
- Offline
- New Member
- Posts: 1
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.
- Balazs
-
- Offline
- New Member
- Posts: 2
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.
- Mk
-
- Offline
- New Member
- Posts: 1
i have the same problem. thanks
Please Log in or Create an account to join the conversation.
- Balazs
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Jose Luis Labrador Ortega
-
- Offline
- New Member
- Posts: 1
by 25
Where there was
if (K2_JVERSION == '16' ) ( ALL of Them)
Please Log in or Create an account to join the conversation.
- Andrii Haimer
-
- Offline
- New Member
- Posts: 1
$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.