10940 comments found.
Hi the woocommerce booking problem is solved. Don’t know what but suddenly it worked. 1 minor issue is that we have translated cruises in another wordt but if i want to book it says: Select cruise start date If i look in po edit we have translated. Is it also somewhere else in the admin area of the site?
also the word “reset” and “proceed” below a booking are not found in de po file
We are doing thorough testing of WPML and also .po file to find issues like this. Once we are done, we will release an upgrade with fixes.
Hi again, can i put a modified search box on each location page, that searches only accommodation type for that specific location?
Thank you.
We only provide technical support to users with a PURCHASED badge. Please verify your purchase with a PURCHASED badge before asking further technical questions.
Thanks
Hi
I wish to change the navigation colour to the same as the green/blue colour of the default theme.
So need to know the HEX CODE please plus how I can change it GIVEN THAT I AM USING A CHILD theme … i.e. I’m not a coder so please be gentle 
Hi,
apologies for a late response. Here is the code that you can paste in your style.css file:
.main-nav,
.main-nav ul ul {
background: #5fc8c2;
background: -moz-linear-gradient(top, #5fc8c2 0%, #35a19a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fc8c2), color-stop(100%,#35a19a));
background: -webkit-linear-gradient(top, #5fc8c2 0%,#35a19a 100%);
background: -o-linear-gradient(top, #5fc8c2 0%,#35a19a 100%);
background: -ms-linear-gradient(top, #5fc8c2 0%,#35a19a 100%);
background: linear-gradient(to bottom, #5fc8c2 0%,#35a19a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc8c2', endColorstr='#35a19a',GradientType=0 );
}
Hi,
So I just updated to 6.01 version, however I am having a few issues.
Making it clear I ONLY work with self catered accommodations.
1. On the location list it shows “0 hotels” in grid view, I do not wish to show this label. I wish to only show how many self catered. Previously I had this edited in my child-theme, but after the changes in the update, I am unsure where to edit this out?
2.The entire search box on the BYT Home Page has disappeared? There is nowhere for my customers to make a search and I cannot find anything in Theme Options/Widgets to get this search box back again??
Please advise ASAP what I should do, as the functionality of the site is not very good without the search box. Thank you!
Okay, found the search box, never mind! Ill blame it being early and all… 
However I would like to have a reply to part 1 of my question, thank you!
Wrong once again… The search box ONLY shows when I am logged in. This means a customer visiting the website without logging into an account does not see the search on the home page to choose “What? When?” etc… Please advise ASAP!
In addition, when carrying out a search, no results are given, although all my vacancies are still existing and I am searching for dates which I know for a fact should have results.
Please advise how to fix what seems to be a broken search box.
Thank you.
Additional issues found, sorry! I have summarized them all below for a better overview:
1. When viewing on iPad/tablet the theme is no longer responsive… When using “vertical” view, all photos on home page are distorted and it is simply not possible to view. Please advise.
2. The Search Box appears randomly, once it shows, once it does not show. Seems that I have to be logged in to view the search box, which is not optimal as customers do not have to register to view the website.
3. All searches made for self catered accommodations ends in no results available, although all accommodations are available for the searched dates.
4. On the location list it shows “0 hotels” in grid view, I do not wish to show this label. I wish to only show how many self catered. Previously I had this edited in my child-theme, but after the changes in the update, I am unsure where to edit this out?
I look forward to hearing from you shortly to address these issues as they are heavily affecting the functionality of my website.
So I see people around me receiving replies, I waited patiently over the weekend as I am aware that you do not work on weekends. But I believe a first come first basis here is fair.
I have reverted my website back to previous version as the functionality of the upgrade 6.01 is not as expected as I also explained above. I would appreciate an answer, thank you.
Hi,
Sorry for the late reply.
1. You can hide/show the various counts under the Location card item in Theme options -> Locations tab. In your case you’d uncheck the “Show hotel count in location items shown location list page” option.
2. If you are using a child theme, are you sure you have upgraded all the child theme files as well (php and js)?
To upgrade correctly, please follow these steps:
1. Download and unzip the upgrade. 2. Unzip the contained BookYourTravel.zip 3. Turn on maintenance on your website. 4. Delete the entire parent theme. 5. Upload contents of above BookYourTravel.zip to your parent theme. If using a child theme: 6. Backup your child theme. 7. Upgrade each php and js file in your child theme to latest version. 8. Readd your code changes to the php and js files by using a text editor. And finally 9. Turn off maintenance mode. 10. Go to Theme options -> Upgrade tab and click the Upgrade database button.
3. The home page is now fully widgetized. By default (to avoid people thinking home page has no content) all widgets are shown. However, you can go to Appearance -> Widgets -> Home Content Area and add just the widgets (including search widget that has configurable options) that you want to show.
Can you please check whether things are now resolved for you and report back any further issues so we can guide you through them as the thread is getting a bit hard to track.
Thanks
Hi, just want to know what the “Accommodation tags” are for?
thanks Walter
Hi Walter,
They show up in the right siderbar of each single accommodations. They can be used to filter the Accommodations list page (in the metaboxes after you hit publish). We will soon add them as an extra filter in the search widget.
1. in tours schedule, repeat tour option weekly/monthly not there. earlier it was there. 2. emails not going for anything.
You need to upgrade your child theme as we as the parent theme.
in tours schedule, repeat tour option weekly/monthly not there. earlier it was there….not resolved yet..emails ..done by using smtp plugin
This is indeed there. Are you using v6.03? You need to check that your Tour type is still marked as repeat.
ok..got it ..thnx..resolved
Hi. I’ve installed 6.01 and implemented Tags on all our Tours. The Tags now show up in the Leave a Review / Send Inquiry box – eg. http://www.portdouglasreeftours.com.au/reef-tours/silversonic-outer-reef/
Thanks.
This is where they are meant to appear.
What code would I need to adjust to have the tags appear below the Inquire and Review buttons instead of above them? It’s personal preference, but I would much prefer that look.
Thanks.
Hi,
this can be found in sidebar-right-tour.php file. Locate the code for tags:
<?php
$tags = $tour_obj->get_tags();
if (count($tags) > 0) {?>
<div class="tags">
<ul>
<?php
foreach ($tags as $tag) {
echo '<li>' . $tag->name . '</li>';
}
?>
</ul>
</div>
<?php } ?>
and place it before the
</article>tag.
Great. Thanks.
Hi Again, in Custom Search Result I obtain error 500 Internal Server. I want to inform you that is a new installation. Checking the log file I see this message:
[26-Feb-2015 23:30:21 UTC] PHP Parse error: syntax error, unexpected ‘global’ (T_GLOBAL) in /home/viaggin5/public_html/ln/it/wp-content/themes/BookYourTravel/custom-search-results.php on line 1
How to fix that?
Fixed! I don’t why but it doesn’t recognize the tag PHP.. Now I saved again the file and it works.
Great thanks
Hi Guys, I have a trouble about Location. The descriptions are not inserted inside theirs sheet.
http://www.viagginvidia.it/ln/it/location/palermo/Can someone help me?
Fixed! I don’t why but it doesn’t recognize the tag PHP in the file.. Now I saved again the file and it works.
Great thanks
hi. Thanks for the help of the earlier problem. I have just upgraded the theme I am not usre if I am missing anything but how do you change the byt home page setting (yes or no latest offers to show / how many tours to show on the page / how many locations to show on the page / ...) I thinhk the earliest versions had that in the theme options page under Home Page tab but the tab is no longer there…
no need to answer… found it under the widgets…
Great thanks
Hi, how can we display featured hotels on the front page, only show lastest on alfabetical display, thanks
Hi,
Please go to Widgets -> and look at Home Content Widget Area, any widgets you add here will appear on the home page.
Hi, I updated to the latest BYT version 6.01. The below listed messages are appearing now:-
1. “Your Book Your Travel database needs an upgrade! Your current database version is 5.32, while the current theme version is 6.01.”
2. “The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: Revolution slider.”
3. “Notice: Undefined index: async-upload in /home/itzvacat/public_html/wp-admin/includes/media.php on line 270 Dismiss “” has failed to upload due to an error File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.”
I tried uploading the new version couple of times but the same messages are appearing again and again.
Pls help in resolving these issues.
1. You need to go to Theme options -> Upgrades and click the Upgrade database button.
2. We provide the latest version of the revslider plugin in includes/plugins/revslider/revslider.zip. You need to follow this tutorial to upgrade the plugin to this latest version manually: http://support.getbowtied.com/hc/en-us/articles/200971131-How-to-update-Slider-Revolution-3. This looks like a server configuration issue. You need to consult your host.
Thanks
I don’t find revslider.zip file when I downloaded the main theme package downloaded from ThemeForest.
When you click on the Download button, please make sure that you select “All files and documentation”.
I did this but I am getting an error message.
Update Error: Update file don’t found. Please update the plugin manually via the ftp
Pls help
The revslider.zip file is found inside includes/plugins/revslider/revslider.zip.
In order upgrade you must run manual upgrade as described in this tutorial: http://support.getbowtied.com/hc/en-us/articles/200971131-How-to-update-Slider-Revolution-I did exactly the same but when I upload the revslider.zip file, I am getting this message. Update Error: Update file don’t found. Please update the plugin manually via the ftp
When you press the Manual button as shown in the screenshots in the above tutorial, you have to select revslider.zip from your own hard disk.
Yes. That’s what I did.
This is usually a file permissions issue where the slider isn’t able to write to a “temp” folder in the plugin’s main directory during the import process. Usually the fix is to temporarily change the plugin’s main directory’s permissions to “777”, then import, and then change the permissions back to “755” afterward.
But, how do I do this?
Please consult your host with permissions issues with your files.
Thanks
Hello, Thanks for the latest updates and for continuing efforts for improving the theme!
The issue that has been discussed with webpmspro above should be settled for everyone as soon as possible! CheckINs or checkOUTs days should be clickable and available to be booked. This is a basic functionality for the booking system and i am sorry to say i have noticed that this problem exists for very long time and although was promised that an update was going to be released yesterday has not yet released.
The suggestion from webpmspro below is a common practice and the best solution to the problem: OK ! dates with checkINs or checkOUTs should be marked some how, maybe with 50/50 color of the the date color background, this way its clear that this date is a checkin or checkout date which has been booked .. just a idea !
Hi again the same calendar issue is reported by varunjain13 HE SAID: 4. Also just noticed that if an accomodation is booked for, say, checkin on 4 and checkout on 5 mar then the booking calendar does not allow me to pick 5 mar as a checkin date
We have fixed this issue reported by varunjain13 and will release this upgrade tomorrow with some other minor fixes.
As for dates (checkin, checkout diff color) it’s a good suggestion. We will consider it for the near future.
Great ! Thanks alot!
How can I remove the sectors shown on the byte homepage such as “lastest offers” and “top destinations” ?
You go into Admin -> Appearance -> Widgets and in the Home Content Widgets Area sidebar you add any of the widgets available you want. These are the only widgets that will then be shown on your home page. If you remove all widgets, then everything is shown.
Hi again, Is there a way to add widgets to a page content in order to make custom listing pages? and has template compatible with Visual Composer?
Thank you
We have not tested visual composer.
You can use the content editor to add content at the top of the listing page.
including some of your widgets? are there shortcodes for widgets?
You cannot add widgets to the main part of the page. You can add widgets to the sidebars. Have you gone to Appearance -> Widgets?
I have thanks, I just thought as I seen on some of the widgets, the small a(usualy for side) and card (usualy for grid) )view, so I though maybe the others can be loaded to main page, anyhow thanks 
For now, they can only be loaded onto the home page into the (Home Content Widget Area)
.
Hello, I.ve got some problems creating new tabs. I´ve understand that, first, I´ve to create tab, and second, I´ve to create extra fields with the same name that tabs. I supposed I have selected “text area field” and, finally, write the same name for “field tabs”. Once done it, ¿how can I manage each tab?
We only provide technical answers to users with a PURCHASED badge next to their username. Please verify your purchase with a PURCHASED badge and we will be more than happy to provide you with technical advice.
Thanks! Let me found it
Sorry but… Where can I find this badge in my profile?
Once you purchase theme, your badge appears automatically.
Hello, here is the badge
2a86be24-089c-42d2-91c9-78406175869a
Please log in with that account and ask your question. Thanks
Hello,
I’m checking out your theme and noticing some issues. 1) I tried search for “Florida”and the results screen said: “There has been an error. We apologize for any inconvenience, please hit back on your browser or if you are an admin, enter some content.”
2) I did a second search for “room” and got results for “Create Room Type”
3) It seems like you search tool searches for post titles rather than actual entities. For example. If I typed TOURS I would expect to get a list of listed tours instead of post with “tour” in the title. Maybe my offered tour is called “2 Week Jamaican Adventure”. The same goes for cruises, destinations, etc…based on your current demo site.
4) Does the theme offer the user a way to BOOK from the tour or destination page? I didn’t see this feature in your demo. All I saw was “Send Inquiry”
5) It seems like the whole Booking portion is missing from your demo. One would think if I selected Villas > Villa Barbara …it would give me the option to book the villa, maybe select the number of days (which checkin doesn’t solve), number of rooms (maybe not for villas but you get the drift)..etc. Did I miss this feature?
6) Is it possible to filter and get results by clicking on the “tags”? Example, if I click on “Nature” would I see items with similar tags?
Thanks
1. You searched using what? The search box in top right?
2. The search in top right is a generic WordPress search that search across all post types. We will soon be releasing an upgrade of the search widget that will allow you to search withing selected “What” type for names of properties.
3. As mentioned in 2 above, that is the generic WordPress search, not custom search for our properties/custom post types.
4. You go to the availability tab and then select dates to book tours/accommodations/cruises/car rentals. As an admin, to make your custom post types bookable, you first have to create vacancies/schedules in admin.
5. You have to selected appropriate availability tab and then proceed with booking process.
6. This will be available soon.
Thanks
Okay. Understood about the generic Wordpress search. I assumed that because this was a demo of the product it would function as expected from the actual product. (a fair assumption to make)
#4-5 are still not addressed though. I could attach a screen shot I could show you what I see. http://www.themeenergy.com/themes/wordpress/book-your-travel/accommodations/villa-barbara/#availabilityThere is no option/example of booking/ordering/reserving available. I click click on the calendar, but that doesn’t seem to function properly either (if I click on March 22 and cannot click on March 20, for an example), nor can I select a time frame. I plan to buy the theme, but I need to address these early observations first, which I see from playing with the current demo site.
Do you have any examples of the ability to BOOK or ORDER a room/trip/reservation/etc…?
Thanks.
On the link you provide, click on a start date and then proceed to click on an end date. That is how the booking process works.
My friend…What I’m trying to explain to you is that “there is no date selection available” at-least from my view. Please provide an email so I can send you screen captures.
BTW – I works now, but wasn’t working earlier.
Am I correct in assuming if I wanted to have the Calendar linked to a separate page for date selection, that would be extra coding?
What I want to do is use the button that say “Send Inquiry” say BOOK NOW and have that link to a Calendar page where the booking stuff takes place.
Yes, you’d have to custom code that.
Hello, On the original installation I got a lot of “Page Attributes” templates that when I make the update, are not available. I uploaded the Sample Data file, but still don’t get those templates, for example “page with right sidebar”, and so on.
The update I do it renaming the entire BookYourTravel file, and FTP the new unzipped BookYourFile file. I prefer this way not to ruin what is working well, but I don’t know if that is OK.
Hi,
To upgrade please follow these steps:
1. Download and unzip the upgrade. 2. Unzip the contained BookYourTravel.zip 3. Turn on maintenance on your website. 4. Delete the entire parent theme. 5. Upload contents of above BookYourTravel.zip to your parent theme. If using a child theme: 6. Backup your child theme. 7. Upgrade each php and js file in your child theme to latest version. 8. Readd your code changes to the php and js files by using a text editor. And finally 9. Turn off maintenance mode. 10. Go to Theme options -> Upgrade tab and click the Upgrade database button.
Please download the latest v6.01 upgrade from ThemeForest. In it you will find a changelog for everything that has been changed from your version onwards.
For example, for Page with left sidebar, you will find it is no longer necessary because you can now specify a sidebar position for any page you create. Similarly, hotel list template has been replaced with accommodation list template with a collection of filters that includes catering type and accommodations type amongst others.
I created the child theme following instructions, but I don’t know PHP, so it is getting complicated for me. I think I should stay with the first release I downloaded. The only thing I need for it to work as it is, is to have one more field in Tours > Schedule > Add Schedule—There is Price per Adult, and Price per Child. I just need an extra field to put Price per Senior. With that my website will be ready. Thanks
That is something you still need to custom code, however, if you follow the upgrade steps outlined above, you should be able to upgrade to the latest version of our theme which resolves a number of issues in the theme.
Good afternoon!!!
another point: seems that the thumbnails are a little bit distorted/compressed after the update… take a look here: http://www.vitaromana.de/location/italien/marken-le-marche/ (before update it fits perfectly)
Best wishes
erika
Hi Erika,
this will be fixed with the next update. We expect to release it today.
Thanks
as tina turner said: “your simply the best”... 
You are welcome
.
I have just giving you guys a deserved 5 Rating, I can’t say all is perfect now, but with the constant effort I know for sure that soon the theme will be perfect with no noticeable issues, so thank you guy for a wonderful theme
Please kindly help me with this few very important issues 1. How and where can I change the font type, size and color? I want to change the home page caption font type and colors, and the size of accommodation post titles.
2. How and where can I remove the 24\7 number in both header and footer?
3. I have created accommodations in Self Catering without vacancies and room types why am I still not getting any search results when search on the locations that has accommodations,
4. Registered partners are not able to edit there submitted properties , there properties are not showing in My Accommodations page, is this just only my site?
5. Finally what is the code to move search widget position under slider instead of the center
Thank you very much for a wonderful them. Note I have sent you a screen shot of how the home page fonts looks like after update. Please view the file
Thanks for the rating.
1. All the fonts sizes and other generic css rules are defined in css/style.css while color related stuff is in css folder under your specific theme color … for example css/theme-orange.css
2. 24/7 number is defined in header.php. I guess you copy this file to your child theme and modify it there.
In header.php look at line 118:<span><?php _e('24/7 Support number', 'bookyourtravel'); ?></span>
The footer number is defined in widget Byt Address Widget… so you’d copy the includes/plugins/widget/widget-address.php to your child theme and then remove lines 64 and 65:
<p><em>P:</em> <?php _e('24/7 customer support', 'bookyourtravel'); ?>: <?php echo $company_phone; ?></p>
<p><em>E:</em> <a href="#" title="<?php echo esc_attr( $company_email ); ?>"><?php echo $company_email; ?></a></p>
3. What is your setting under Theme options -> Search settings -> Search only available properties. Is it checked or unchecked?
4. This 100% works with v6.01. Check your registered partners role under Admin -> Users. Is it set to BYT Frontend Submit Role? Is the user the actual owner of the accommodation in question?
5. Instead of the center of what?
Hi 1: I want to re position the search under the slider instead of it being on top of the slider, how can i do that?
2: is it possibly to show only the search widget in homepage without the slider?
Thanks
You can go to Theme options -> Page settings, and uncheck the show slider on homepage option.