1304 comments found.
Hi, I have a pre-sale question, Is it possible to set up 2 different pick up location that counts the system as one booking? For example a car is for 4 people, 3 of them get in at Paris Central, the last one gets in at Paris airport. This is a shared tipe transfer. They will travel togethet to Maseille, this will be the drop of location Is this possible to be solved with this theme? Thanx
Hi,
No, unfortunately such functionality is not a feature of our theme.
Hi there, I have a problem in transfers theme when i choose transport in the cart page calculate 0 price and shows transport service product and when I push – proceed to checkout it shows – page not found. I tried to delete that product and empty the trash but still same problem. For example you can try by yourself in www.tangotransfers.com choose destination Vilniaus oro uostas to Vilnius choose the car and etc. I writed to support ticket but I didn’t get any answers
Hello,
the ticket has been answered. Lets please continue there.
Thank you
Hello. 1. Which file I need to change, to correct buttons text “SELECT”, “BOOK TRANSFERS”, “CONTINUE”? (I can’t to do it after last updating)
2. Which file I need to change to correct time selector to dropdown list? It’s so confusing for users!
3. I want on Preloader balls on last step of booking, how can I do it? Users click button a few times))) and I have get a few emails
Thank You!
Hello,
1) The easiest way to do that is to “translate” the texts of the theme via poedit.
The easiest way to change any text that’s hardcoded in php files is to “translate” the theme from English default to English US.
What I mean by this is to use poedit (free program, Google it please) to edit the languages/default.po file found in the theme using poedit, make changes to keywords and save the file as en_US.po. Poedit will then also auto-generate en_US.mo. Keep the files in the same languages folder. Finally, go to Settings -> General, scroll to the bottom and change the language to English (US).
You only need to change the keywords you need to be different, not all keywords.
WordPress will then use your translated keywords instead of the original texts.
2) You can change the ControlType from slider to select inside the /includes/plugins/transfers-plugin/js/search.js file. Instructions can be found here: http://trentrichardson.com/examples/timepicker/
3) You would need to custom code a script for achieving that.
Thank you
Hello, 1) it’s good way, but I want to change “CONTINUE” to “CONFIRM BOOKING” only on last step. Any ideas are welcome! 2) wery good 3) good
Thanks
Hello,
you can also use the provided child theme, copy the mentioned file there (please make sure that you obtain the same folder structure) and change the texts directly inside the file.
Thank you
Thank you
You are welcome.
sorry but i saw the update of your theme… you told me that you will fix the footer thing with the columns. Its the first time i see this. I cant seperate tha footer. I want to make columns as all other themes. Now the responsiveness does not work for the footer. please help me….
Hi,
Please signup at our support center and submit a new ticket. Include all the details about the issue and your site URL.
For faster service, please privately include your WP and FTP login info when creating the ticket. Our support team will check it out and let you know.
Click Here To Create An Account & Get Support
Thanks
I wanted to know if there is any option to add extra charges for night services? For example: from 22:00-06:00, 10% extra
Hi,
No, at the moment such a feature is not available. It is something we plan to implement in the future.
Hi, i am interesting for a bus reservation theme, so i would like to ask again (the 1st was before 5 months) you if could be possible 1) Users can define total of seat, seat allocation, and assign seat status ? 2) if admin Can define unlimited ticket type, ot at least 4 types ? If your team can do the work.. please inform me at my email
Hi,
Our theme does not have a seat allocation feature. It is something that is on our long term todo/wish list, however we have not progressed any further with regards implementation of said feature. The same goes for ticket types.
Thanks
Hello thank for the theme, its great, my question is How can I change the main page
Hello,
the home page by default shows a predefined layout, however, you can go to Admin -> Appearance -> Widgets and add any widget you want to the empty by default Home Content Widget Area for only those widgets to appear on the home page.
Thank you
Hi there I have an issue on booking admin page.
I hope can be fixed
I also sended to you an upgrade of Italian langue .mo and .po files via email.
Best regards Thanks
Error on wordpress DB: [Unknown column ‘bookings.from_id’ in ‘field list’] SELECT DISTINCT bookings., CASE availability.destination_from_id WHEN 0 THEN destinations4.post_title ELSE destinations1.post_title END as destination_from, CASE availability.destination_to_id WHEN 0 THEN destinations5.post_title ELSE destinations2.post_title END as destination_to, transport_types.post_title as transport_type, CASE availability.destination_from_id WHEN 0 THEN bookings.from_id ELSE availability.destination_from_id END AS destination_from_id, CASE availability.destination_to_id WHEN 0 THEN bookings.to_id ELSE availability.destination_to_id END AS destination_to_id, availability.transport_type_id FROM nc_transfers_booking bookings INNER JOIN nc_transfers_availability availability ON availability.Id=bookings.availability_id INNER JOIN nc_posts transport_types ON transport_types.ID = availability.transport_type_id LEFT JOIN nc_posts destinations1 ON ( destinations1.ID = availability.destination_from_id AND availability.destination_from_id != 0 AND destinations1.post_status = ‘publish’) LEFT JOIN nc_posts destinations2 ON ( destinations2.ID = availability.destination_to_id AND availability.destination_to_id != 0 AND destinations2.post_status = ‘publish’) LEFT JOIN nc_posts destinations4 ON destinations4.ID = bookings.from_id LEFT JOIN nc_posts destinations5 ON destinations5.ID = bookings.to_id WHERE transport_types.post_status = ‘publish’ ORDER BY Id ASC LIMIT 0, 50
Error on wordpress DB: [Unknown column ‘bookings.from_id’ in ‘field list’] SELECT DISTINCT bookings., CASE availability.destination_from_id WHEN 0 THEN destinations4.post_title ELSE destinations1.post_title END as destination_from, CASE availability.destination_to_id WHEN 0 THEN destinations5.post_title ELSE destinations2.post_title END as destination_to, transport_types.post_title as transport_type, CASE availability.destination_from_id WHEN 0 THEN bookings.from_id ELSE availability.destination_from_id END AS destination_from_id, CASE availability.destination_to_id WHEN 0 THEN bookings.to_id ELSE availability.destination_to_id END AS destination_to_id, availability.transport_type_id FROM nc_transfers_booking bookings INNER JOIN nc_transfers_availability availability ON availability.Id=bookings.availability_id INNER JOIN nc_posts transport_types ON transport_types.ID = availability.transport_type_id LEFT JOIN nc_posts destinations1 ON ( destinations1.ID = availability.destination_from_id AND availability.destination_from_id != 0 AND destinations1.post_status = ‘publish’) LEFT JOIN nc_posts destinations2 ON ( destinations2.ID = availability.destination_to_id AND availability.destination_to_id != 0 AND destinations2.post_status = ‘publish’) LEFT JOIN nc_posts destinations4 ON destinations4.ID = bookings.from_id LEFT JOIN nc_posts destinations5 ON destinations5.ID = bookings.to_id WHERE transport_types.post_status = ‘publish’ ORDER BY Id ASC
solved changing define( ‘TRANSFERS_PLUGIN_VERSION’, ‘1.112’ ); in wp-content/plugins/transfers-plugin/transfers-plugin.php in to define( ‘TRANSFERS_PLUGIN_VERSION’, ‘1.11’ ); the number version of the theme.
Thanks
Great, thanks
Hi there, I resolved the problem there was a conflict with another plugin.
Great, thanks for letting us know.
Hello,
Hello. I have problems only in “Mobile Version” when trying to select date and time of transfer. Calendar keeps moving up and down, especially when you try to change MONTH (next month) . It always scrolls down, so it takes a lot of time and makes troubles to my customers.
https://split-airport-taxi-transfers.com/You told me to create ticket but I cannot cause support has expired? Last time when I contacted you I had support, and now I don’t have?
Hi,
I have tested this in a couple of devices and I do not see the problem. I am not sure how to replicate it. Can you provide more information? Which device are you testing in?
Hello,
I did tests also and I have problems with iOS and Android. When you try to choose date, it always opens keyboards and scrolls up the whole calendar. Especially bad thing is when you click ”>” (NEXT MONTH) everything moves down and does not work properly.
Regards,
Mario
Hello,
can you please try to test whether the same issue happens on our demo page with your device just to check if it is an environmental issue?
http://themeenergy.com/themes/wordpress/transfers/Also regarding support, support packages have been introduced by envato throughout the marketplaces a while back. More information about support can be found here:
https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Thank you
Hello, i intend to buy the theme but i wanted to know if we can make special prices over periods, like adding 20% on sunday and between 10pm and 8am thanks
Hi,
No, those are not features of our theme yet. You can create seasonal prices as in price per person is 20 from January 1 2017 to March 1 2017 and then 30 after that. However, other price features are not a feature of our theme yet. They will be in the future.
Thanks,
are those features gonna be implemented in some near updates ? so that i buy theme and start working with it while waiting for this thanks
Hi,
We have a large todo list so unfortunately we cannot give out ETAs when new upgrades or features will be released, so please do not rely on waiting for an upgrade for your project to be completed.
I have installed this theme and i have already customized for my client, however; the Shopping cart does not show the price of the transfer at all, please help
Hello,
please sign at our support center up and submit a new ticket. Include all the details about the issue and your site URL.
Please also privately include your WP and FTP login info when creating the ticket so that our support team can take a closer look and help you out.
Get Support
Thank you
Hi – I want to use your beautiful theme for something boring. Hire skip bins. Could I use it in this way? (NO PICKUP) Destination > Selection BIN > options > HIRER information > Payment > Confirmation So basically I just need the customer to say which zip code they live in and be able to be charged a rate according to that and the size of the bin. They have delivery time and pickup time. I think this will work but was wondering what you think. Thanks, Karyn
Hi,
Our theme relies on you creating available transfers from A to B with transport type C, and not on km distance between points, so i am not sure if it would actually suit your needs.
Thanks for your honesty! I appreciate you saving me time and hassle.
You are welcome.
Hello dear On mobile phone when i try choose date (month) every time keyword comes out its make website not usefulll… and also when customer click return its make confused customer is well.. ita supposed to be like this. Dalaman airport to marmaris ( one way ) If they click return button it should show automaticly Marmaris to dalaman airport…
Thats will be help alot to us….and maybe you need to change date and time things for.mobile ( should be more easy to use for customers)
Hi,
Thank you for your suggestions. We will keep them in mind for future upgrades.
Hi there, i bought your theme last year and the updates you made have really improved this great theme. I have a questions regarding “Add Availability” if we could have a extra button next to “Update Availability” that would add as a new listing example “Add As New Availability” it would make the adding new similar listing super fast because many of the listing added are almost identical except vehicle or destination. Anyway its just a suggestion i am sure you have that one planned. Thanks for a great theme.
Hi,
Thank you for the suggestion. Yes, this is already on our todo list for an improvement.
Thanks,
Hi,
i just tried the demo and it is absolutely what i need, just awesome!
But before i buy it, let say that im not familiar with php, and that i want the exact layout as your demo, can you tell me if after the install of the theme the layout will be exactly the same as default layout?
and does the pink color easily changeable?
I can’t wait to buy it, but your answer will make the final call on the purchase
kindest regards
Bertrand
Hello Bertrand,
yes, all the pages you see on our demo are included in the sample data that comes with the theme.
There are 15 color schemes readily available. There is a setting in theme options where you can select the desired color scheme. It is also quite easy to create your own.
Please note that we are happy to help with installation or with modifying the color scheme at our support center: https://themeenergy.ticksy.com
Thank you!
Thank you very much for your fast reply, I just bought your template, im really exited to work on it !
Thank you very much for your fast reply, I just bought your template, im really exited to work on it !
Thank you very much for your fast reply, I just bought your template, im really exited to work on it !
Hi,
You are welcome. Please find a step by step guide to using our theme in our theme docs here: http://themeenergy.com/themes/documentation/wordpress/transfers
Also, you will find our support forum at https://themeenergy.ticksy.com if you need further assistence.
Hero unit widget buttons don’t work. I don’t know what i’m doing wrong. Can you take a look? http://viptrans24.de/o-nas/
Hi,
Please submit a ticket to https://themeenergy.ticksy.com and our support staff will assist you.
How can i cache mysql base reading, because on every page there are 1000 mysql connections and websites become very slow, 30sec page loading.
Hi,
Please create a ticket on https://themeenergy.ticksy.com and our support staff will assist you.
Hi, I just performed the latest theme update and suddenly half of the website is not working! Icons not loading in homepage, and I am not able to even see the About Us and Services pages, which are simple pages with text! www.traveltransathens.com Any advice? What kind of changed did the last update contained? Thanks
Hi, Please read changelog.txt for changes. As for errors, have tried setting WP_DEBUG to treu in your wp-config.php and reload the problem page?
Hello. Is there an option to leave just one pick up location? I created lots of destinations but for pick up I just want one from all of them. Also for return transfer I want just one drop off location.
Thank you.
http://split-airport-taxi-transfers.com/Hi,
Please create a ticket on https://themeenergy.ticksy.com and our support staff will assist you.