1303 comments found.
Hello, I want ask, when the customer make order, in woocommerce I can’t see pickup location and drop of location. Can you help me? Thanks
Please create a ticket on themeenergy.ticksy.com and ask your question there.
Thanks
Is there any chance to see a demo or video of the actual booking/paying method? thanks
Thanks
Okay thanks, I bought the theme, now in the documentation folder i cannot find any clear instructions about how to add the services and prices as I can see in the example above.. thanks
Hello,
please use the menu on the left in your documentation file. There are sections called Transport types, Extra Items, Availability etc. that all refer to the search and booking elements.
Thank you
Hi,
Pre-purchase question>
Do you think we can use the theme for a delivery website. ie quote based on weight from point A to B with different delivery speeds?
Thanks
Hi,
Our theme works with with a transport type delivering from destination A to B. You can also specify extra items (unlimited) for your transport types. So, you could perhaps specify that extra item (speed 1 hour) costs $50 while extra item (speed 5 hours) costs $20 for your delivery.
That’s the only way I could see the configuration.
Thanks
Hi guys, purchased the theme today and even though it looks amazing I have a few comments related to it’s functionality.
1. Where can I edit the favicon? In the documentation it shows it on the general settings tab, but now it’s nowhere to be found.
2. In the documentation it says that creating a child theme works only with style.css. Well, it does not. It also needs urlify plugin, a bunch of php files located in the /Transfers/includes folder. Suppose that is because the theme functions.php declares get_stylesheet_directory for these files so it looks into the child theme. Not sure how to fix that (apart from editing the theme functions.php), so any tips are welcome.
3. The time picker slider is absolutely horrendous want to change that to something else. I saw that the datepicker that you are using has different display options, so if you could help me which file I need to edit to change how it looks, would be highly appreciated.
That’s it for now. Thanks in advance.
Hi,
1. WordPress 4.3 introduced the favicon editor in Appearance -> Customize -> site identity… so you can set your favicon there.
The theme options siteicon has been phased out so it only shows if you are using WordPress < 4.3
2. Please create a ticket on ticksy and we will provide you with the latest code to fix this issue. We have already resolved it in our code and will release the patch this week.
3. You will find the widget in wp-content/plugins/transfers-plugin/includes/widgets/widget-advanced-search.php and it uses wp-content/plugins/transfers-plugin/js/search.js to initialize the calendar and datepicker.
Thanks
Sliders for setting the time in the reservation form does not work on the mobile version the same as the web version, for example, can be dragged or draw and just click and move it is little difficult adjusting the current time in a small display devices.
Yes, we are aware in mobile version there is no touch support for jqueryui, we will be adding this shortly.
Thanks
Hi there, how customizable is the booking widget (sitting on the homepage)? I have a bike rental business and in my case I would need to change some things on it. Thanks
Hi,
The filters on the search widget work based on internal mechanics of the theme, if you add new filters you’d have to add for example new parameters to the search function etc.
If you need to change texts within the theme however, 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.
Also, the widgets when added via Appearance -> Widgets can be modified in terms of what to show and what to hide, label texts etc.
To familiarize yourself further with out theme please read our theme docs: http://themeenergy.com/themes/documentation/wordpress/transfers/Thanks
I happen to have more problems.(here is the link to my page: http://www.thessalonikitaxitransfers.com ) 1)It’s about when one is using the “Our Services” button. When it is clicked, nothing happens. Normally it should be able to link the Home page to the “Servises” page. I have put the link ”#servises” inside in theTransfers :Hero Unit Widget” in the field Button 1 url.
2)In the mobile version, when one is trying to make an “one way” booking, the vehicles are shown, but the “Book” button at the end is missing. Also when one is trying to make a “two way” booking, the “Book” button appears, but if one clicks it, one proceeds to the “Extra Items” page and is stuck there.
1. The home page is widgetized. It shows all widgets by default but you can go to Appearance -> Widgets and add the widgets to the empty by default Home Content widget area and then you can control what widgets are added.
If you add the hero widget in this way you can then control what the buttons link to.
2. What do you mean by stuck on extra items? With regards the book button, it’s missing until you click “select” and select a transfer, then the book now button appears.
On the extra items screen you are meant to click the Continue button to proceed. I just tested all of this on our demo and it works as described.
Thanks
About question 2: I faced those problems on my Android phone and tablet (but it worked just fine on my PC). And when I said stuck I meant that the “Continue” button didn’t work. Thanks for asking.
We have released a patch of the theme and also fixed these issues and others on our demo. Please retest.
Thanks
its possible Transport section¿
I am n ot sure I understand waht you are asking. Please clarify?
If you can create a con un List section of the fleet
We do not have a transport type template page at this time. We will add one in the near future.
Thanks
After activating WPML plugins we have error. Pls, see my ticket on https://themeenergy.ticksy.com Fatal error: Call to undefined function transfers_get_default_language() in /var/www/**/transfers/wp-content/plugins/transfers-plugin/includes/post_types/destinations.php on line 155
Please make sure your transfers-plugin (wp-content/plugins/transfers-plugin) and your theme code are both up to date with the latest code.
Thanks
Theme: Transfers. Version: 1.03. Transfers Plugin (Version 1.03). WP Version 4.3.1
Fatal error: Call to undefined function transfers_get_default_language() in /var/www/*/public/transfers/wp-content/plugins/transfers-plugin/includes/plugin_post_types.php on line 318
Please open wp-content/plugins/transfers-plugin/includes/themeenergy_common.php and on lines 378-379 find
if (!function_exists('transfers_get_default_language_post_id')) {
function transfers_get_default_language() {
Please replace it with:
if (!function_exists('transfers_get_default_language')) {
function transfers_get_default_language() {
Thanks
after replace, have this notice: Notice: Undefined variable: transfers_multi_language_count in /var/www//public/transfers/wp-content/plugins/transfers-plugin/includes/plugin_post_types.php on line 318
Notice: Undefined variable: transfers_multi_language_count in /var/www//public/transfers/wp-content/plugins/transfers-plugin/includes/plugin_post_types.php on line 326
wp-content/plugins/transfers-plugin/includes/plugin_post_types.php on line 280 replace
global $transfers_plugin_globals, $wpdb;
with
global $transfers_plugin_globals, $wpdb, $transfers_multi_language_count;
Thanks
ok. Thanks.
You are welcome
? I created new ticket, question on widgets for use multi language.
There is no need to post here every time you create a ticket in ticksy. We do support on a first come first serve basis. As soon as your tickets comes up in the queue it will be answered.
You are meant to use this plugin for wpml multilanguage widgets: https://wordpress.org/plugins/wpml-widgets/Thanks
Wow! Thanks!
You are welcome.
yes i like the appearence with google map at transfercroatia… that would be a great thing to incorporate it into the theme.
Thank you, keeping it in mind.
Hi guys, Can you look at this site http://www.transfercroatia.com/ and pick up some destinations you will see cool map of google. Thet is just idea for your good theam. Best regards
Nice idea, thanks for the suggestion we will keep it in mind.
Hello. Loving the theme so far. The only thing is, with the hero widget, I can’t seem to load an image. I click the button and nothing happens. Please help! Thanks.
Please save the widget then reload the widgets page and then try again.
Thanks
Hi,
Love the look of your theme, very nice!
A few Pre Purchase Questions:
I am wanting to use this theme for a truck hire and attachment hire company. I would like to disable payment and just use booking (without payment) and quote forms. is this possible with your theme without too much customisation?
Thank you kindly
Hello,
this is possible out of the box and would not need any custom work.
Thank you for your interest!
Hello sir, we want to buy your theme, but we need a bit customization in bookin system, how can we get it? How to contact you?
Hello,
we truly appreciate your offer, but unfortunately we do not provide any custom work at this point, but we are willing to help with reasonable requests.
Thank you for your interest!
Hello, great job guys I think I saw one small bug, When selecting transfer although the price is placed in private trasfer on the second step “Booking summary” pirce is calculated “people x price”, and the next step is the correct price.
We are resolving this and will release a patch early in the week.
Thanks
1) While trying to book a ride,one has to choose his departure time.If the time one has chosen is during afternoon and clicks the “Find a Transfer” button, he gets to see his departure time without the sum of the transfer-time. The time is displayed according to the 12-hour system (without the p.m. and the a.m. sign) instead of using the 24-hour system as displayed in the demo.
2) I would like to change the names of some fields in the “Billing Details” contanct-form-page (for example, I would liketo replace the “Order Notes” sign with a “Flight Company-Flight Number” sign.)
Can you help with those 2 problems,please?
About the second problem, I mentined earlier, I would also like to know the files where I can make those changes.
Hi,
1. Please open wp-content/plugins/transfers-plugin/js/search.js and replace hh:mm with HH:mm in two places.
2. Are you referring to the woocommerce fields?
I am talking about the page that comes after the “basket” page. one is trasfered to the “billing detais” page by clicking the “proceed to checkout” button that is on the “basket” page. It could be a woocommerce field.
Thanks
Very good theme, What is the name of “Our partners” widget? icannot find it
Hello,
we used the ordinary text widget here. Just paste the following code inside:
<div class="partners white center">
<div class="wrap">
<h2 class="wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">Our partners</h2>
<div class="one-fifth wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;"><a href="#"><img alt="" src="http://www.themeenergy.com/themes/html/transfers/images/uploads/logo1.jpg" /></a></div>
<div data-wow-delay=".2s" class="one-fifth wow fadeIn animated" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;"><a href="#"><img alt="" src="http://www.themeenergy.com/themes/html/transfers/images/uploads/logo2.jpg" /></a></div>
<div data-wow-delay=".4s" class="one-fifth wow fadeIn animated" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeIn;"><a href="#"><img alt="" src="http://www.themeenergy.com/themes/html/transfers/images/uploads/logo3.jpg" /></a></div>
<div data-wow-delay=".6s" class="one-fifth wow fadeIn animated" style="visibility: visible; animation-delay: 0.6s; animation-name: fadeIn;"><a href="#"><img alt="" src="http://www.themeenergy.com/themes/html/transfers/images/uploads/logo4.jpg" /></a></div>
<div data-wow-delay=".8s" class="one-fifth"><a href="#"><img alt="" src="http://www.themeenergy.com/themes/html/transfers/images/uploads/logo5.jpg" /></a></div>
</div>
</div>
Thank you
Hello, before I buy your great transfers theme,I have a question; Is this the final version and had any more patches that prepare soon?
Hi,
This is fairly close to what we had planned for this theme when we started.
If someone discovers a bug or a cool feature comes to mind we do release patches. We also release patches when for example new versions of WordPress/WooCommerce come out to make sure we remain competitive.
Thanks
Hi, I wanted to know if it was possible to have model in Italian , and wonder if made ??support onlinea to compile the site or video that can explain the use .
Hi,
We have theme documentation online so you can familiarize yourself with our theme. http://themeenergy.com/themes/documentation/wordpress/transfers/You can translate our theme with poedit or WPML using the languages/default.po file we provide.
Thanks
“When will the book now be available” Rather than booking time slots??
Hi, I run a airport private transfer service. We are available 24 hours a day. Instead of a time slot, we need the customer to provide only what time they will be using our service. I see others on this forum also need a no time slots function also.
Please implement.
This is something you can implement by using the existing by the minute availability creation. Simply create an availability that is available every minute of every day and you are set.
Thanks
So you have it Available? or do i need to create 60 slots per hr x 24 hrs which = 1440 slots per route, per day? PLEASE HELP
This is already available and has been available for the last week. You can download v1.03 of our theme here from ThemeForest. When you download, you will find Transfers.zip inside the big zip file, and in Transfers.zip you will find changelog.txt with instructions on how to install.
You will then create one availability set to repeat every 1 minute of every day.. so only one entry is required.
Thanks