1303 comments found.
Hi, within live demo I cannot see where customer could add passenger information (if different from the buyer) such as Full Name, email, dial number, etc.
Neither I can see a field where the customer could add an additional note.
Please could you tell me if these features are available ? I guess so but it’s better to ask for. In both cases, could you send me some screenshots ?
Thank you in advance.
Regards
Hi,
You can add text/textarea fields to the booking form via Appearance -> Theme options -> Booking forms. One of the fields can be passenger info and the other could be additional notes.
You will find more information and a screenshot about managing the booking form in the theme documentation found here: http://themeenergy.com/themes/documentation/wordpress/transfers/#booking-formis possible somehow to make as required field the number of passengers in the advanced search form?
Hi,
You would have to write some custom javascript validation inside your child theme to achieve that.
any suggestion about? 
A simpler way is to edit wp-content/plugins/transfers-plugin/includes/widgets/widget-advanced-search.php and change line 204 from
<input type="number" id="people" name="ppl" min="1" class="uniform-input number" value="<?php echo (isset($people) ? esc_attr($people) : ''); ?>">
to
<input required="required" type="number" id="people" name="ppl" min="1" class="uniform-input number" value="<?php echo (isset($people) ? esc_attr($people) : ''); ?>">
will not work in the child theme isn’t?
to avoid to change every time i will update the theme..
Yea, you have to do it in the plugin unfortunately.
there is the possibility to add a snippet to function.php in the child theme to do this?
Hi,
Unfortunately that is something you would have to custom code as it’s not a feature of the theme out of the box, and is not a simple code snippet our technical support staff can provide you with.
HI, when a transport will be registered as “product” in woocommerce the title of the product will be for every product “Transport product”, this is not easy to handle if you have tens of transport registered as product. is possible somehow to give a name to these product? for example the Season name of the transport availability management?
Hi,
The theme uses woocommerce for payment processing. As such it creates one product. Each booking is then a woocommerce product variation. You should never have more than one Transfers product in Products. If you do please delete it and empty the trash.
ok, solved.. but i have another question.. in the theme there is the possibility to book a private transportation and a shared transportation.. in the case i book a private transportation, in the woocommerce checkout page i can set any quantity.. to avoid this i have to go to the woocommerce transfer product and select to sell just 1 product per each order.. and this could be ok, but if i set this in the transfer product i cannot book more than 1 shared transport for any route in any day… if we are in 3 passengers i must make 3 different booking process.. any suggestion?
solved 
Great!
hi, how can i split the footer row in 4 columns in order to have column 1, column 2 column 3 and column 4 and manage them separately?
solved, thanks anyway 
Glad to hear the issue is resolved. Have a lovely weekend!
i have another question please.. how can i insert the search form widget like the one in the home page in a standard page?
You can insert the widget into sidebars via Appearance -> Widgets
another question please.. i cannot translate the “HOME” word in the breadcrumbs.. i translate in the .po .mo files but still in english.. 
Hi,
Is your page called Home in Admin -> Pages?
no, the page name is translated and also the slug.. i modify in .po file and i don’t know where else to look..
Hi,
Those are woocommerce breadcrumbs so the place to change the string is in the woocommerce.po and mo files.
i changed the strin in the po and mo files but still in english.. is the only one word that is not translated by mo and po files
Hi,
You changed the string in the woocommerce po file?
yes, but i cannot understan how woocommerce can influence the theme breadcroumbs, by the way, where are the breadcrumbs setting located? the theme po file refer only to header php file regarding the main navigation menu and to the footer php file, is possible that the home word referred to the breadcrumbs is located in another file?
Hi,
You said you need to change the string in the breadcrumbs. The theme uses woocommerce breadcrumbs. So you need to translate this specific string via the woocommerce po file and not the theme po file.
eh.. unfortunately doesn’t work, i tried in every way but nothing, better i will install a 3rd party plugin for breadcrumbs..
Now that i know that the theme use the woocommerce breadcrumbs i solved the problem. If somebody else need help for this kind of issue, i solved with the following snippet in the child theme function.php file
add_filter( ‘woocommerce_breadcrumb_defaults’, ‘wcc_change_breadcrumb_home_text’ ); function wcc_change_breadcrumb_home_text( $defaults ) { // Change the breadcrumb home text from ‘Home’ to ‘Your Text’ $defaults[‘home’] = ‘Your Text’; return $defaults; }
Great, thank you for that.
Hi, please.. how can i modify the destinations pages template? i cannot in any editor and i don’t see these pages in the widget area..
Hello,
I would suggest that you add this:
<?php the_content(); ?>
to the single-destination.php file, on line 66.
Is this theme suitable for shuttle service booking? How easy it is to change the words used in the search for transfers to more appropriate for a particular use case? For instance how easy to change the word “Transfer” to another word, say flight or shuttle trip?
Hi,
You can easily change words set within the theme using a plugin like Say What: https://wordpress.org/plugins/say-what/The theme is suitable for any kind of transport transfer booking.
Thanks,
Hi, how do you get notified to your email when a booking is made? Thanks.
Hi,
Are you using WooCommerce? In that case please make sure you have followed their instructions to setup things: https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-18
what’s the difference (user friendly and customer friendly) between the wordpress version and the html version?
Hello,
WordPress is a Content Management System: with a database, admin dashboard for you to manage content, bookings, users and so on, whilst HTML5 templates are ready-made sites developed in HTML code where there is no background processing going on thus all dynamic functionality is only implied.
In other words, if you want a fully-functional website choose WordPress. If you want to develop a website for your own CMS then choose the HTML template.
I hope this helps.
Hi, I would like to generate some pages for some /search-result/. I’ve notice that some of your costumer did that for ie. https://www.pisaairporttransfers-italy.com/pisa-airport-to-siena . How it’s possible ?
Hello,
the website you are referring to uses the Transfers HTML template, not the WordPress theme.
You can however, reuse the Search results page template as many times as you wish.
Thank you
Ok, thanks. Another importatnt question: It’s possible to add a percentage extra budget for night booking ?
Hello,
there is unfortunately no such feature available at the moment. You can however, use WooCommerce products to display products/services that people can add to their cart.
hi, we need help is it possible?
Destination => Google Maps Locations ?
Can we choose the destination from google maps? We need this?
Hi,
No, the theme does not have such a feature unfortunately.
Why:( Is is impossible? or can you support this dev.
That is something you would have to hire a developer to customize to meet your particular requirements.
Can you support this ? We pay you for this development?
Hi,
Please find more information about our customization services here.
my support expired tough aafter I updated the template the map adress stopped working on the contact us page? do you know why? it worked before theme update?
Hi,
There were no modification to the map / contact page in the update. Please right click and inspect the page and have a look at the console for any javascript errors. Check if your api key is correct and whether your Google maps are configured correctly.
the api key hasnt been changed and it worked prior to the update console shows this warining”This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.” my page is: https://www.taxi-transfers-croatia.com/contact-us/
You have some referrer policy issue that you need to check with your webhost:
Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
my webhost says: Please update the .htaccess-File for that domain. Currently there is a line
Header set Referrer-Policy ""
Updating this e. g. to
Header set Referrer-Policy "origin"
would fix the issue, but it should not be done without talking to your programmer because it may cause unexpected behavior in other parts of the site. I also assume that this may just remove the error from the JavaScript console, but will not fix the display issue with Google Maps. Therefore please contact the developer of your theme.
If that line is in your htaccess file, i recommend you remove it completely.
yesterday you released an update and after that the map started working again?
Great to hear, thanks for letting us know.
Is there a way I can add my own custom color? From the list of available theme colors under the Theme Option, I want to insert a custom color code without selecting from the available list. How do I insert me my custom site color code? Thanks
Hello,
yes, there is. Please navigate to our customer help-desk and provide your desired hex color and we will send you a custom scheme you can add to your site.
Thank you
Thanks. I have done that.
Your ticket has been responded to.
Thank you
Thank You.
You are very welcome. Have a lovely day!
You are welcome!
Is there a specific page for the order’s details? (application form including pick up location address (hotel name), not billing details page. Is it possible to add the option of choosing the address (location) from integrated Google Maps?
If no, what additional fee will it cost to have the theme to have a destination picker from google map while calculating a fee for that location?
Thanks
Hello,
logged in users can access “My account” page where they can see their account details and past orders on.
Changing the location field that way would require theme customization. Please find more information about customization services here.
Thank you
Hi! I have a pre-purchase question. Is it possible to edit the layout of the Home Page? For example the size of the image? `cause I´ve seen other pages using this template with the exact same layout as the demo. Thanks.
Hello,
yes, you can edit the layout of the home page as well as change the size of the hero screen. You can also use your chosen page builder to create your own layout.
Thank you
Hello, I really liked your design, I wonder if it is possible for the driver to add the car (images, car model, passanger) himself? for example blablacar.com
Hi,
No, you can use frontend partner features including property submission etc through our other theme however:
https://themes.themeenergy.com/bookyourtravel/can i have de update for woocomerce 4.4.1
Hi,
The theme has been tested with this version of WooCommerce. Did you upgrade your theme and plugin to the latest version?
no, that is the problem, can you send me the last update ???
You can download the theme from your Themeforest – Downloads section
Could you kindly answer the following pre-purchase questions:
1. Is it possible to set different prices for one way and return transfers? (discount for 2 ways)
2. Is there a specific page for the order’s details? (application form including pick up location address (hotel name), not billing details page. Is it possible to add the option of choosing the address (location) from integrated Google Maps?
3. Is it possible to add a field “promo code” and recalculate the final price with promo codes?
4. Is it possible to set different prices for different types of payment? (Paypal and cash)
Kind regards, Stefan
Hello Stefan,
1. Price is set for a transfer between destinations A and B. Please find a screenshot from the admin panel and more information here.
2. There is a “My account” page available where users can see their past orders on. Locations in the drop down lists are pulled from the locations you insert in the admin dashboard. Changing that functionality would require theme customization.
3. You can create coupons that reduce the total price in the cart.
4. Not by default, however you can add payment gateway based fees. More info here.
Thank you for your interest!
Hello, I have the same problem also, when will you update new version?
Hello,
may I ask what the issue you are facing is? If you require the latest version of the Slider Revolution plugin, please provide your email and we will send it to you. The theme itself however, works with no issues with the latest WordPress version.
Thank you
Hello, Yes same problem “Revolution Slider & wordpress 5.5” problem. sfkguven@gmail.com can you please sen me the plugin also.
Hello,
I have sent you the plugin.
Thank you
Hello, thank you but I have upgraded as you sent and my slider is not working.. What can you do can you please help?
Hello,
please make sure to thoroughly clear your browser cache and cookies first. If the issue does not go away try deactivating other third-party plugins in order to test for a plugin conflict.
Thank you
Hello, again I have tried everything, when I update slider plugin, slider disappers. I cleared all caches and cookies I deactivated all plugins but nothing… Can you please help, I need to update my slider but I am afraid to save.
Hi,
there have been several plugin updates released since then, so I have sent you the latest version to the email you have provided above.
Please make sure that you follow the update instructions and thoroughly clear your browser cache and cookies after you update the plugin.
Thank you
Thank you, you are the best! it worked now. By the way in the new version of woocommerce, in cart page it started to show transfers_pa_destination_from: transfers_pa_destination_to: transfers_pa_transport_type: fields, how can I hide them?
Hi,
Are you sure you have upgraded both your theme and the transfers plugin to the latest version?
Yes I did, I upgraded theme both
You must have missed something because if you go to https://www.themeenergy.com/themes/wordpress/transfers and try the booking process you will see that these items are not shown.
Please create a ticket on https://themeenergy.ticksy.com and our technical staff can assist you further.
Thanks,
My apologies, you can hide those with the following css added to your child theme style.css or Appearance -> Customize -> Additional CSS:
.variation .variation-transfers_pa_destination_from,
.variation .variation-transfers_pa_transport_type,
.variation .variation-transfers_pa_destination_to {
display: none !important;
}
That worked. Thank you!
You are very welcome. Have a lovely day
Hello again, now the same “destination_from , pa_transport_type, pa_destination_to” things begin to be seen in the order e-mails. I am using woocommerce e-mail for tihs, how can I remeve this lines from e-mail also?
Hi,
We have just released an upgrade that resolves this.
Thanks,
There is a problem with Revolution Slider & wordpress 5.5
https://www.themepunch.com/faq/wordpress-5-5-important-update-information/Hello,
we will update the Transfers theme soon. In the meantime, can you please provide your email address so that I can send you the latest version of the plugin?
Thank you
Yes, please send at mimo81@gmail.com
Sent.
Hi, How can I add qr code to the tickets? Thank you
Hi,
The theme uses WooCommerce for payment processing. As such, you would have to look into adding QR support via a plugin for WooCommerce. Perhaps worth looking into the following plugin or something similar: https://wordpress.org/plugins/wc-qr-codes/