10940 comments found.
Can you tell me which file to edit to get rid of the big empty space at the bottom of my homepage?
http://www.dreamhomevacationrentals.com/Hi,
add this to your css file:
.home .main {
padding:0;
min-height:none;
}
Nope. that didn’t work. Even when i used !important. I think that I may have to remove some markup. Can you tell me which file the homepage is derived from?
I was able to fix it myself. Nevermind. Thank you.
Great to hear, thanks for posting back.
Hi Guys
All of our websites integrate with the Aweber email management software. After the user has filled out the booking form we would like to post the users email and name to Aweber.
In which file and function would it be best to do this? (The code would need the variable data of first name, last name and email)
What usually happens is we post the data from the form first to Aweber and Aweber redirects back to a page which processes the data (insert into database etc)
Any help would be great
Hi,
The booking code is in includes/theme_ajax.php… for example for accommodations look for book_accommodation_ajax_request
Thanks
Thanks Guys
You are welcome.
Hi, I’ve added a field called price in the tours and accommodations, you helped me do it few weeks back, and now I want to arrange the tours and accommodations by the price from that field. Can you please help me do that? Thanks
Do you mean order them by that field?
To order them by the price from that field. Cheapest first more exactly.
In location list or on list pages
You have to adjust your list_accommodations or list_tours functions in includes/post_types/accommodations.php and includes/post_types/tours.php respectively.
The dynamic fields are added as meta data in wp_postmeta so you’d have to do a join in order to do this ORDER BY… I suggest you then do all of this stuff in your child theme.
This is a good idea though so we will add it to our todo list to be doable in a more dynamic way.
Thanks
I’ve copied the includes/post_types/accommodations.php and includes/post_types/tours.php in the child theme but that’s as far as I can go
, meaning that idk where this wp_postmeta is and what to do with it. I’ve sent you an email with details, when you can take a look. Thanks.
Is this resolved?
Thanks
I don’t know where this wp_postmeta is and what to do with it. I’ve looked at includes/post_types/accommodations.php for list_accommodations and I have this http://i.imgur.com/pQXz9Ya.png , and I’ve looked at includes/post_types/tours.php for list_tours and I have this http://i.imgur.com/PtNDvVL.png . What do I need to do next?
This is a bit more complicated than the other fix we provided and would take us quite a bit of time. I advise you wait for the next upgrade as this is on top of our todo list to be done then.
Great to hear that. I’ll wait for the upgrade. Thanks.
Hi! Can i book a reservation without a price for room? I ask this question because i think your booking system is not well implemented. Excample i have a hotel with over 20 rental variants of room(1 person breakfast included, 2 person breakfast included, 2+1 breakfast included, 2 all inclusive and the list goes on). Imagine that for every type of room i must create a new room. One hotel, 25+ types of room, 25+ types of vacancies etc….When a customer acces that hotel i’m doubting they have the patience to scroll a long and unintuitive list of room types. Please give me an advice how to clients still have a option to book without creating room types vacancies(i want to put the prices and vacaciens in a single page from an excel list). I apreciate your work but this booking system make everyone work so difficult because it contains to many variables.Thanks and i hope you help me!
please can you give me an advice/solution?
Hi,
This is something very specific to your needs, so I advise you have this feature custom coded. Without using variables, how exactly do you expect to factor in all the variables (that is what your 20 rental variants are) into your booking form?
Can you guys do that ? here’s an example how i want it to look https://www.eximtur.ro/apartamente-schranzhofer-kitzbuhel-austria--21557.html. How much it cost me?
Hi,
we appreciate the offer, but unfortunately we do not do individual customizations.
Thank you.
One quick fix to make sure I always get a complete sentence (up to an ending point) in the items list parts:
For example by changing in includes/parts/tour-item.php the following:$tour_description_html = strip_tags_and_shorten($tour_obj->get_description(), 100) . '<a href="' . $tour_obj->get_permalink() . '">' . __('More info', 'bookyourtravel')</a>
to this:
$tour_description_html = strip_tags_and_shorten($tour_obj->get_description(), strpos($tour_obj->get_description(),".",10)-1) . '<a href="' . $tour_obj->get_permalink() . '">' . __('More info', 'bookyourtravel') . '</a>';
Also in accommodations-item.php and others…
Kind regards,
Great thanks for posting this.
Hi,
How can one remove
“Unfortunately, no places are available on this tour at the moment”
Hi,
have you created any schedules yet?
Thank you.
Hello! I must use 2 currencies because in my country we use two currencies ROn & Euro. How can i do that? For external hotels, cruises, accomodation we use euro and for intyernal we must use RON or Leu. I am from Romania. Please help me!
Hm, without custom coding there is no way you can use two currencies side by side.
Hi, I’ve a question about db. I developed my website in local using wamp and now I have to transfer it in remote, my question is about the db type couse my web host uses the MyISAM engine, than will my website works fine with it or I need the InnoDB engine?
I ask that question couse I read only InnoDB support transactions insthead of MyISAM so I don’t wanna have some problems
I’ve only used it with InnoDB however I don’t see why it wouldn’t run on MyISAM if it’s for transactions because we don’t use any explicit transactional code with our theme.
I know but the woocommerce plugin doesn’t use transactional code for payments?
I am not sure really, have you tried asking at the WooCommerce support forum?
hello, in Cruises there is an option “Is for reservation only?”. However, if I do not check tis option, still I am not redirected on the purchase process. How can I send the customer to the purchase after a booking?
thanks
solved, thanks 
Great to hear, thanks for posting back.
Dudes,
Great theme you’ve got there, but I’ve been facing some issues here.
My problem is with this solution you gave:
“You have to create a page that uses the “Custom Search Results” template. If you have imported sample data you already have one. If not you have to create one by yourself. Go to Pages > Add new. Enter a page title and select “Custom Search Results” from the dropdown under “Page Attributes”. Publish the page. Then go to Appearance > Theme Options > Search results page. Under “Custom search results page” you will find a dropdown that lists all your pages. Select your Search results page (the one you have created in the previous step) and click Save Options.”
I’m having the same problem. I did exactly what you suggested and it still doesn’t work. When I search from the homepage, all I get is a blog listing page. In other words, my search result page doesn’t look like this: http://www.themeenergy.com/themes/wordpress/book-your-travel/search-results/?what=1&term=&from=&to=&rooms=
Please help,
Cheers!
Hello,
would you mind sharing your URL so that we can take a look?
Thank you.
To be more specific, the HTML just ends here:
</section>
<!-//full-width content->
<!-accommodation three-fourth content->
<section class="three-fourth">
Hi,
I assume that you are talking about the WP theme and not the HTML template, therefore I will answer your comment there.
Thank you.
Hi, when I try to view an accommodation after I added it, I get a half-loaded page. The header + menu shows, but below that, nothing… What am I missing here?
If you need URLs or something please contact me directly! Thanks 
Hi,
have you set wp_debug mode to true and received any errors?
Thank you.
Thanks, I hadn’t done that yet. It turned out php_mcrypt was missing… After installing that, everything works! Thanks!
Awesome, thanks for posting back.
Hi, can you help, how to fix a slider bug? take a look in ie this link http://www.themeenergy.com/themes/wordpress/book-your-travel/hotel/city-posh/ and press book button.
Hi,
I have tried what you said, but I don’t see any errors. What happened when you did this? Could you provide a screenshot or something?
Thank you.
Hi, take a look please http://i63.fastpic.ru/big/2014/1021/18/de073072b8962c6e6c8199c06522ba18.jpg and its on my site http://i63.fastpic.ru/big/2014/1021/b8/289f671dab2ae12758162c6ac14735b8.jpg
Sergio, were you the user with the issues with booking form breaking due to Russian characters?
Yes, it was me. It works fine in chrome, but issue is in ie. This issue i see in your demo site(there are no russiaan chars) and on my site too.
And i have an another question. Take a look here http://i64.fastpic.ru/big/2014/1021/9b/2236dda4227909ef03c031d902ce449b.jpg
How can i make sorting of accomodation lists by alphabet in admin?
Any browser specifics for this? Which browser version? Which OS?
IE 11 and IE 10. OS is Win8.1
Hi, any news about alphabet sorting? http://i64.fastpic.ru/big/2014/1021/9b/2236dda4227909ef03c031d902ce449b.jpg
It’s very difficult to search one of hundred of unsorted hotels. Can you help, what to change in a code?
We are releasing the upgrade for search and other issues right now. We will get on other issues like this one now that these big releases are out of the way.
Thanks for your patience.
Dear themeenergy, I have noticed that the register form is a little bit bugged, I have setted the “Let users specify their password when registering” option, but wen i tried to create a new user the form has not stopped me when i did not accepted the terms & condition select box and in the mail that was delivered to me there was only the password that wp generated for me and not the one i have setted. How can i fix?
Hi,
What is your theme version?
Hi
Can you tell me how to adjust the dimensions (width and height) of the Revolution Image Slider on the individual property pages.
I can do it for the Home Page but it’s not clear how to do it for the houses.
Many thanks in advance!
Hello,
houses do not use the revolution slider. Images should be at least 530px high. You can also change dimensions in /js/accommodations.js file.
Thank you.
Hi, can i use this as air ticket booking site? and how would i upload my air ticket prices? do i have to do it one by one? thanks
Hello,
I would suggest that you wait for the update that will include flights section. Or you could customize the theme by yourself if you have the time.
Thank you for your interest.
that’s good to know, when are you expecting to release the update? and how would it work? do i upload the list of flights via an excel file or something? thanks
We have had to put the flights back a little bit as issues with search and some other things have come up. But flights will definitely be released in November.
Hi, I love your theme. I have a few questions regarding editing the homepage. My website is regarding rentals of yacht & cards
On the homepage you have the booking search console. I would like to edit the date section to just one date as rental would be for a specific day. Also I would like to remove the “Where?” & “Who?” section. Is that possible?
On the booking page (http://www.themeenergy.com/themes/wordpress/book-your-travel/hotel/house-adrienne/) I would like to have fixed time slots for each day & only one date selection as it’s just one-day rental. Is that possible or will I have to purchase WooCommerce Bookings Plugin?
Awaiting your response.
Thanks in advance. Huzan
Hi Huzan,
Thanks for your kind words.
We are currently working on revamping the search functionality, hopefully once we release the upgrade (very soon, we are already past the due date) you will be able to do this dynamically.
The booking on a single day basis you would have to custom code. It does not rely on WooCommerce.
Hi I know this may be a strange question but please I need to solve the issues. I am planning to use only the option LOCATION for my site, but where can I change the title (Top Destination around the World)
Secondly, I want to change the colors on the site to my own choosing colors, please where and how can I change the theme css colors codes Thank you very much in advance for your answers Ann
Hello,
you can change the text in includes/parts/location-latest.php
We strongly suggest to use child themes when making these type of changes. There is one provided in your downloaded file. You will also find instructions there.
For color customizations you would need to be more specific, what exactly do you wish to change.
Thank you.
in theme-orange.css if i delete line 2
::-moz-selection {background:#c3cc0b;color:#fff;}
it fixes all the problems for firefox but give them all to chrome
Please help me
Hi,
the -selection declaration has no effects on layout and/or performance. Can you please explain what problems are you facing? A screenshot would also help.
Thank you.
here is the difference comentating that line between chrome and firefox. Safari is the same as firefox. ty
Would you mind providing your URL so that I can take a look, please?
Thank you.
chezmoi-homes.com
All you can see is the coming soon page. Would you mind disabling maintenance mode for a few minutes?
Thank you.
done.ty!
In your orange css, you have this:
body,
*::-moz-selection {
background: none repeat scroll 0 0 #c3cc0b;
color: #fff;
}
If you remove body from this line, your font will not be white.
Or, you can put it like this:
.main-search h4 {
color: yourcolorhere;
}
The search results page is not working? I set price range i want and type in names but nothing happens. Tried it on your demo site and received the same result
Hello,
we are aware of these bugs and we are already working on them. You can expect another update shortly.
Thank you.