-
AuthorPosts
-
October 13, 2015 at 7:48 am #751484
Thank you so much, I managed to solve the google map,
But I do not understand what I need to change to replace “viwe ditels” to “book now”
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 13, 2015 at 9:39 am #704787<em>@goca 497131 wrote:</em><blockquote>Thank you so much, I managed to solve the google map,
But I do not understand what I need to change to replace “viwe ditels” to “book now”</blockquote>
Using ftp account opens language/en-GB/en-GB.com_vikrentcar.ini file
find and change
VRCLISTPICK="View Details >>"
to
VRCLISTPICK="Book now"
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 13, 2015 at 9:39 am #751498<em>@goca 497131 wrote:</em><blockquote>Thank you so much, I managed to solve the google map,
But I do not understand what I need to change to replace “viwe ditels” to “book now”</blockquote>
Using ftp account opens language/en-GB/en-GB.com_vikrentcar.ini file
find and change
VRCLISTPICK="View Details >>"
to
VRCLISTPICK="Book now"
October 19, 2015 at 10:24 am #705841Regards, I owe you a beer 🙂 you helped me a lot
Can you see why in google Chrome page “Car list” don’t display well?
And one more thing same like bifor, can u tell me ware can i change this on picuter
Best regardsOctober 19, 2015 at 10:24 am #752153Regards, I owe you a beer 🙂 you helped me a lot
Can you see why in google Chrome page “Car list” don’t display well?
And one more thing same like bifor, can u tell me ware can i change this on picuter
Best regardsNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 20, 2015 at 3:31 am #705969Your site is down, I could not check the problem with that mention Can you see why in google Chrome page “Car list” don’t display well? on your site
About other problem, you can fix it with the following code below
Open templates/ja_rent/html/mod_vikrentcar_cars/default.php file and see the highlight text
find and change
<a href="<?php echo JRoute::_('index.php?option=com_vikrentcar&view=cardetails&carid='.$c['id'].'&Itemid='.$params->get('itemid')); ?>"><?php echo JText::_( 'TPL_VIEW_DETAILS' ); ?></a>
to
<a href="<?php echo JRoute::_('index.php?option=com_vikrentcar&view=cardetails&carid='.$c['id'].'&Itemid='.$params->get('itemid')); ?>"><?php echo JText::_( 'VRCLISTPICK' ); ?></a>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 20, 2015 at 3:31 am #752235Your site is down, I could not check the problem with Can you see why in google Chrome page “Car list” don’t display well? on your site
About other problem, you can fix it with the following code:
Open templates/ja_rent/html/mod_vikrentcar_cars/default.php file and see the highlight text
find and change
<a href="<?php echo JRoute::_('index.php?option=com_vikrentcar&view=cardetails&carid='.$c['id'].'&Itemid='.$params->get('itemid')); ?>"><?php echo JText::_( 'TPL_VIEW_DETAILS' ); ?></a>
to
<a href="<?php echo JRoute::_('index.php?option=com_vikrentcar&view=cardetails&carid='.$c['id'].'&Itemid='.$params->get('itemid')); ?>"><?php echo JText::_( 'VRCLISTPICK' ); ?></a>
October 20, 2015 at 9:33 am #706020Thx i change
<a href=”<?php echo JRoute::_(‘index.php?option=com_vikrentcar&view=cardetails&carid=’.$c[‘id’].’&Itemid=’.$params->get(‘itemid’)); ?>”><?php echo JText::_( ‘TPL_VIEW_DETAILS’ ); ?></a
TPL_VIEW_DETAILS —> BOOK NOW,And you can chak my web page on new web adres http://www.rentalcars360.com/choose-cars
An if u can chek whay i get this masage
Error
Error: Support License not found for this domain.
To report an Error, contact tech@extensionsforjoomla.com while to purchase another license, visit e4j.comI change licenc to my new domena
Best regards,
October 20, 2015 at 9:33 am #752274Thx i change
<a href=”<?php echo JRoute::_(‘index.php?option=com_vikrentcar&view=cardetails&carid=’.$c[‘id’].’&Itemid=’.$params->get(‘itemid’)); ?>”><?php echo JText::_( ‘TPL_VIEW_DETAILS’ ); ?></a
TPL_VIEW_DETAILS —> BOOK NOW,And you can chak my web page on new web adres http://www.rentalcars360.com/choose-cars
An if u can chek whay i get this masage
Error
Error: Support License not found for this domain.
To report an Error, contact tech@extensionsforjoomla.com while to purchase another license, visit e4j.comI change licenc to my new domena
Best regards,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 3:01 am #706141Have you solved it? I checked on that URL of your site but I could not see the message as you mentioned. But the best way, you can contact the email above, maybe you will get best answer from there.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 3:01 am #752358Have you solved it? I checked on that URL of your site but I could not see the message as you mentioned. But the best way, you can contact the email above, maybe you will get best answer from there.
October 21, 2015 at 9:54 am #706176I will contact tech@extensionsforjoomla.com for the first problem,
did you check this
“Your site is down, I could not check the problem with Can you see why in google Chrome page “Car list” don’t display well? on your site”
And you can check my web page on new web adress http://www.rentalcars360.com/choose-carsBest regards
October 21, 2015 at 9:54 am #752390I will contact tech@extensionsforjoomla.com for the first problem,
did you check this
“Your site is down, I could not check the problem with Can you see why in google Chrome page “Car list” don’t display well? on your site”
And you can check my web page on new web adress http://www.rentalcars360.com/choose-carsBest regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 10:21 am #706179You can use the solution here
Open templates/ja_rent/local/css/extras/com_vikrentcar.css file
find and change
.com_vikrentcar .car_result {
background-color: #f6f6f6 ;
border: 0;
margin-bottom: 24px;
width: auto;
}to
.com_vikrentcar .car_result {
background-color: #f6f6f6 ;
border: 0;
margin-bottom: 24px;
width: 100%;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 10:21 am #752393You can use the solution here
Open templates/ja_rent/local/css/extras/com_vikrentcar.css file
find and change
.com_vikrentcar .car_result {
background-color: #f6f6f6 ;
border: 0;
margin-bottom: 24px;
width: auto;
}to
.com_vikrentcar .car_result {
background-color: #f6f6f6 ;
border: 0;
margin-bottom: 24px;
width: 100%;
} -
AuthorPosts
This topic contains 38 replies, has 2 voices, and was last updated by goca 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum