Other Extensions
Questions and answers about all the other extensions or modules.
Read the public conversations or open a new Support Ticket for help (active Support License required).


Hi,
I've installed & published vikslider in joomla 2.5.8 on my custom template.
I had selected images and assigned links to the images, but i was not able to see the images in the frontend, only prev & next arrows are visible.
can you suggest the process to resolve this issue.
Thanks
I've installed & published vikslider in joomla 2.5.8 on my custom template.
I had selected images and assigned links to the images, but i was not able to see the images in the frontend, only prev & next arrows are visible.
can you suggest the process to resolve this issue.
Thanks


Hi there,
I've just installed vikslider in Joomla 3.0.2 on the protostar template. The installation went fine and I created the vikslider folder in images and added the images.
When I enable vikslider and check the page I get an error
500 - JHtmlBehavior::mootools not found.
Any idea where I'm going wrong?
I've just installed vikslider in Joomla 3.0.2 on the protostar template. The installation went fine and I created the vikslider folder in images and added the images.
When I enable vikslider and check the page I get an error
500 - JHtmlBehavior::mootools not found.
Any idea where I'm going wrong?


Hi,
I am running VikSlider in Joomla 2.5.7. I am trying to turn off the navigation arows but when I do this two errors appear above and below the images.
The errors are:
Notice: Undefined variable: navenable in C:\wamp\www\ses-marine.com\modules\mod_vikslider\mod_vikslider.php on line 80
And:
Notice: Undefined variable: navenable in C:\wamp\www\ses-marine.com\modules\mod_vikslider\mod_vikslider.php on line 99
These errors only appear when I turn 'OFF' the navigation images. Do you have any idea why this would be happening?
If you could get back to me I would really appreciate it.
Many thanks in advance,
Paddy Thorne
I am running VikSlider in Joomla 2.5.7. I am trying to turn off the navigation arows but when I do this two errors appear above and below the images.
The errors are:
Notice: Undefined variable: navenable in C:\wamp\www\ses-marine.com\modules\mod_vikslider\mod_vikslider.php on line 80
And:
Notice: Undefined variable: navenable in C:\wamp\www\ses-marine.com\modules\mod_vikslider\mod_vikslider.php on line 99
These errors only appear when I turn 'OFF' the navigation images. Do you have any idea why this would be happening?
If you could get back to me I would really appreciate it.
Many thanks in advance,
Paddy Thorne


Hello,
Those are not errors but just PHP Notice Messages. Your server shouldn't have the error_reporting option enabled for the Notice Messages because you are going to get other messages like those with other components/modules for joomla.
If you cannot touch the php configuration of your server, you can fix that error by adding a line of code in the file mod_vikslider.php.
At line #10, add the following code, right after JHTML::_('behavior.mootools'); :
$navenable=false;
Save the file and overwrite it via ftp.
Kind Regards
Those are not errors but just PHP Notice Messages. Your server shouldn't have the error_reporting option enabled for the Notice Messages because you are going to get other messages like those with other components/modules for joomla.
If you cannot touch the php configuration of your server, you can fix that error by adding a line of code in the file mod_vikslider.php.
At line #10, add the following code, right after JHTML::_('behavior.mootools'); :
$navenable=false;
Save the file and overwrite it via ftp.
Kind Regards


Hello, I have problem with vikslider. When I open a picture in another module, the picture is behind vikslider. How can I pop up the picture in front of vikslider.Link for the problem:
http://mlmauto.sk/index.php?option=com_rdautos&view=detail&id=115&Itemid=24
Thank you!
Lukas
http://mlmauto.sk/index.php?option=com_rdautos&view=detail&id=115&Itemid=24
Thank you!
Lukas
Maybe the path of the images is wrong. You should check the source code of the page.
If the path is correct then it could be a CSS problem, maybe a z-index value that your template is not considering.
Kind Regards