Templates
Questions and answers about any Template of e4j.
Read the public conversations or open a new Support Ticket for help (active Support License required).


In the holiday apartment template we have integrated a pull down menue.
We named the menue for example "ROOMS||see more", than we have the
"see more" under the menue name "ROOMS". But if we only named "ROOMS" (without "see more") you can`t click to the pull down menue. How can we solve this?
We named the menue for example "ROOMS||see more", than we have the
"see more" under the menue name "ROOMS". But if we only named "ROOMS" (without "see more") you can`t click to the pull down menue. How can we solve this?


I've installed VikBooking with the Booking Template. I got following errors when I activated Vikslider
Notice: Undefined variable: arrslide in on line
Notice: Undefined variable: navenable in D:\xampp\htdocs\atlantico\modules\mod_vikslider\mod_vikslider.php on line 101
Notice: Undefined variable: arrslide in on line
Notice: Undefined variable: navenable in D:\xampp\htdocs\atlantico\modules\mod_vikslider\mod_vikslider.php on line 101


You are getting that message because you are using xampp. If the website was online on a production server you wouldn't be getting that message as the php error reporting level would be lower, that is a php notice message.
If you want to get rid of that message you should add a line of code in the following file:
/modules/mod_vikslider/mod_vikslider.php
Add this line of code right after the first line of code "defined(...) :
error_reporting(0);
Regards
If you want to get rid of that message you should add a line of code in the following file:
/modules/mod_vikslider/mod_vikslider.php
Add this line of code right after the first line of code "defined(...) :
error_reporting(0);
Regards


Hello,
On the page: http://175.107.174.102/~s1012450/index.php/buses?view=cardetails&carid=2 it appears that the slider breaks and just displays them all inline. This also happens when I insert the Log-In module to the footer. Is there some scripting conflict issue here?
Thanks in advance!
Kindest regards,
Graham
On the page: http://175.107.174.102/~s1012450/index.php/buses?view=cardetails&carid=2 it appears that the slider breaks and just displays them all inline. This also happens when I insert the Log-In module to the footer. Is there some scripting conflict issue here?
Thanks in advance!
Kindest regards,
Graham


Hello,
The VikRentCar module is using the jQuery UI calendar but the component is using the native Joomla calendar. From the Configuration of the program you should set the calendar type to jQuery UI. The value is stored in the php session so if you don't see the calendar changing immediately, that is why.
Regards
The VikRentCar module is using the jQuery UI calendar but the component is using the native Joomla calendar. From the Configuration of the program you should set the calendar type to jQuery UI. The value is stored in the php session so if you don't see the calendar changing immediately, that is why.
Regards
the Vikslider module is a slideshow of images, you can find and example in our demos, you need to install it and set up in the "slider" position.
The Vikrentcar Cars module displays vehicles horizontally or vertically and it works with VikRentCar v1.7.
Regards