5510 comments found.
Hello Annah, I have a quick question – how can I edit/change responsive layout of theme? My present settings (and i think theme’s default), makes the page(s) adapt to mobile theme (ie – the mobile header menu comes in), at 1024px width. I would like to change this to minimum 768px to adapt to tablet layout and maintain for lower width. If the width is above 768 it should adapt to laptop/desktop and larger screens. I would think that this can be edited without digging into the bootstrap css styles…?
Thanks.
Hello Kipako
Thank you for the comment. I understand you wish to know how the responsive css works (first of all). The theme is responsive based on the css from my_media.css
I then understand that you wish to change the css for the menu (show full header at lower resolutions than theme default css).
That css would be this one http://prntscr.com/d2l2q3
As you see, changing the css resolution will limit the space for the menu. But if you wish to change it, this would be the css
@media only screen and (max-width: 768px){
.header_wrapper, #access {
display: none;
}
}
Add the css in theme options – design – custom css and it will override theme my_media.css
Thank you Anna
Great! Thanks Annah.
You’re very welcome 
Thanks for the answer Anna. Where do I change the number of listings in categories (Neighborhood/Area) page? I changed on options to 12 but still showing only 10.
Hello Rodrigo
Thank you for the follow up.
You can set the number of properties on taxonomy page from this setting http://prntscr.com/d23lpt
Thank you, Anna
I am working on this theme of a client now. I have a question – can I use time filtration with the date? I mean I need my users to book the date with a time slot. How can I achieve that? Any help will be appreciated. Thanks – Amit
Hello Amit
Thank you for the comment. By timeslot, I understand you need to have hour in booking (I am not sure if my understanding in correct though). I wouldn’t be able to advise how to make such a change as it’s a complex modification which would require proper research/development/test for an answer. I can direct you to this technical help for how booking process works now http://help.wprentals.org/2016/04/08/technical-booking-explained/
Thank you Anna
Hello. I Translated everything on the theme. But this part on the login lightbox: “Start Listing Properties Please fill the login or register forms” I can´t find it. Where do I translate this?
Hello rodrigodarzi
Thank you for the comment. I checked the wprentals.po and these terms exist and they should be translated with .po . If the translation doesn’t apply, I must check your translation to advise.
Please open a ticket here http://support.wpestate.org/ with your site wp-admin and FTP (to check the translation setup) and will help solve this. Please give me the ticket id here to take a look at this personally.
Thank you Anna
Hello Anna
First of all, can I say a) how impressed with this theme and b) how nice it is to see an author communicating with potential/customers in such a pleasant manner.
I’m new to Wordpress so please forgive me if I use the wrong terminology !
I really like the theme and hope it will work for me: I run a rental agency where all of the properties are privately owned and I am paid by commission on sales.
With regard to theme, I very much like the design and layout but fear that the booking element (whilst very good) will not work for me. Is it possible to “disable” the booking element but use my own booking engine in the theme via an iframe ?
Out of interest, as I have 45 properties to list, is it possible to upload prices via api or similar ?
Some of my property “types” (e.g. 2 Bedroom Lodge) are sourced when a customer books it; therefore, would I be able to add a property but not identify it’s location on the map so that it doesn’t show up ?
Can I customise the colours used in the theme, e.g. the header and footer ?
I have looked through previous communications you’ve had and see that it might be possible to have access to wp-admin for a demo installation, could you arrange that for please as that might help me to understand the theme and it’s suitability better before making a purchase ?
I see that you mention that there is a need to open a ticket on support.wpestate.org; however, to do this, I would need a Envato Licensing Code but I won’t have one without having made a purchase…so it’s a bit like “chicken and egg” !
I look forward to hearing from you.
Thanks
Simon
Hello Simon
Thank you for the beautiful comment. Please see my reply below.
With regard to theme, I very much like the design and layout but fear that the booking element (whilst very good) will not work for me. Is it possible to “disable” the booking element but use my own booking engine in the theme via an iframe ?
—> The booking options (+ user dashboard pages) is built-in. Removing the existing options would have to be done via custom code.
Out of interest, as I have 45 properties to list, is it possible to upload prices via api or similar ?
—> The properties would have to be added manually (prices add or edit have to be done manually as well). The availability calendar can be synced through ical feed with another platform that support ical feed.
Some of my property “types” (e.g. 2 Bedroom Lodge) are sourced when a customer books it; therefore, would I be able to add a property but not identify it’s location on the map so that it doesn’t show up ?
—> The pin of the map can be set manually in any part of the map, but the pin must exist on the map. We cannot hide that.
Can I customise the colours used in the theme, e.g. the header and footer ?
—> Yes
I have looked through previous communications you’ve had and see that it might be possible to have access to wp-admin for a demo installation, could you arrange that for please as that might help me to understand the theme and it’s suitability better before making a purchase ?
—> Sure, please email me at annapx0909@gmail.com
Thank you Anna
Hello, I’m very interested in your theme. I’m running a small tourist agency and your theme could be what I need. What we need will be: We mostly have in example house with 5 apartments. Is it possible to made it so that we can submit a house with 5 different accommodation units, that will all be displayed on one page? Are you doing customization of your theme on demand?
Thank you very miuch!
Hello amedic
Thank you for the comment and interest in the theme. I understand what you need, but we don’t support that. In the theme each “apartment” or accommodation unit has to be a single property to be able to manage the calendar availability and booking system per unit.
You can submit 5 properties and be the only person who submits.
If you wish to test more (including the admin) before you make a decision, please email me at annapx0909@gmail.com
Thank you Anna
hello good day .. I bought the theme, really good! I need to know which SEO plugin you guys recommend to use wp rentals? wait, thank you
Hello paraty
Thank you very much for the comment. You can use SEO YOAST plugin.
Thank you Anna
Hello Team,
I am thinking about buying this product.
Rather than sifting through 50 pages of support tickets, days of forum searches, have you got a list of all custom CSS code that you have provided in the past will help users tailor their site?
or does this have to be a 1 support ticket per assistance request?
Have you got a list of suggestions on how users can tailor the booking process for hourly, monthly what ever, which cannot be done now?
If not suggestions on great 3rd party actual programmers, not a crowd site that leaves us gambling, but actual programmers that you guys know fully understand how your platform works and how to tailor it?
Have you got a page that details how you suggest to tailor the fields required for venue signup?
The reason I ask these questions is I bought the Listify theme and their support was terrible. Obv you get what you pay for, but these themes are great, so many of us are happy to pay more money to get the help we require.
Looking forward to your response.
Kind Regards James
Hello James
Thank you for the comment.
The theme doesn’t need any extra custom css unless you wish to modify something that is part of the default design and that has to be done with css.
The only item that may need custom css is the re-design of the icons – which we recommend to do in child theme (and child theme needs the css). Help is here http://help.wprentals.org/2015/10/28/design-custom-colors/
If you use our support system – we recommend to separate the requests so we don’t lose track of the questions (it’s easier for you and us to manage requests separately). If you need to modify some css, you can ask in one place and if we can assist, we provide the answers to all css questions in 1 place.
Changing the booking process to different than daily is a code change we cannot guide to do being a very complex modification. I wouldn’t be able to confirm what is involved as we haven’t done the change, so I am afraid I cannot advise.
Because we wish to make many things to our products, we had to put on hold any custom development. We simply don’t have the time to work on custom code. We haven’t worked with 3rd party developers to be able to recommend people to assist with such requests.
We don’t have code instructions to modify the theme to venue renting.
I am afraid that’s the best i can help with.
Thank you Anna
Thanks for the feedback Anna.
Are the fundamentals of all 3 of your themes similar?
For example, the WP Rentals theme seems to limit bookings by day, however the two other rental themes allow for per month? or do they not allow bookings?
The WP Rentals theme seems to only allow one venue registration per venue owner, but the other two rental themes allow for an agent to promote multiple venues. Is this agent relationship also possible via the WP Rentals theme?
Lastly, why is it that you cannot recommend any 3rd party developers that understand and know your product. I can see you have been promoting these themes with Envato since 2013. In the past 3 years, surely you have had countless requests for different bookable time periods? developers who have worked with you for their clients who bought your product? Just seems incredibly strange to me that after 3 years the direction for these inquiries is “sorry can’t help”.
Amazing theme’s, big congrats, awesome out of the box as is, I’m just wondering why with a gazillion user cases wanting something custom on book and register are there no suggestions.
cheers James
Hello James
Thank you for the follow up.
The 3 themes we have are different. Wp Estate can be used for booking OR real estate (the booking is less featured than WP Rentals). In Submit form – with booking on, Wp Estate allows users to set the price per month – and the system calculates price per day by dividing the value to 30 days. It’s still a daily booking system, but with must less options than WP Rentals.
WP Residence has no booking option at all. I know from a client he used this plugin https://codecanyon.net/item/pinpoint-booking-system-pro-book-everything-with-wordpress/2675936 but as far as I know – it’s used from admin dashboard (and it’s independent from theme features).
Wp Rentals is the theme we created just for renting accommodation. We designed it for daily rent from the beginning. We’ve received feedback from clients that it would be good to have monthly or weekly as well, but that part hasn’t been developed. We wish to make such an addon, but I cannot offer details on how this will work at this point. I didn’t mention this in the first place because I recommend clients to buy the theme for existing features, as new development plans may change until we’re able to deliver, and I don’t wish to make promises I cannot keep.
From the beginning our business model has been based on working with our own code. It may be easier to work with 3rd party for some, but for us the flexibility of controlling our code is very important. Third party plugins are not controllable and making modifications on top of them could results into bugs related to conflict between our code and new plugin versions.
Thank you Anna
Hi Anna,
thank you very much for your honest and candid response. Greatly appreciated.
We will evaluate from here. Thanks for the plugin review suggestion. 
Cheers James
Dear Anna,
I have a problem with the advanced search, because I find it too inflexible and can not figure out if the problem is in my configuration or is a limitation of the template.
I hope to be clear by an example: I have three apartments, one with 1 bedroom, one with 3 bedrooms and the third also with 3 bedrooms.
If I do a search, searching all the apartments with 2 bedrooms, the search does not give me any results.
But of course when I try for an apartment with two rooms, I mean look all apartments with at least 2 bedrooms, so it fit me well all apartments with 3 bedrooms!
Instead, the search does not return me any results. I find this a major limitation in the research.
Is there a way to change the search mode so that the research is done considering the “greater than or equal” mode?
Thanks
Suraj
Hello Suraj
Thank you for the comment. I understand you wish to modify the half map search – bedrooms field – to look for properties with bedrooms greater or equal with the option selected (not it’s equal).
My colleagues would have to look through the code to guide to the exact query. So please open a ticket in client support for this request http://support.wpestate.org/ and mention I have directed you to open the ticket for the technical team.
Thank you Anna
Hi!
Just wondering what plugin is used for the search facility on the homepage header and if the fields are editable so I could include time/date search? Time/date search should, ideally, show results related to the Opening Hours entered when a new listing is registered and remove the listing from search results when this time and date is booked for this listing.
Hello Niall001
Thank you for the comment and interest in our theme. The search in header is built-in. There is no plugin. What you wish is not possible as the booking doesn’t include hours. You can do a search by availability, but the results show based on the property booked days (not hours).
Thank you Anna
Thanks. Can the form just be edited to show just a single date selection, location and category?
Hello Niall001
The search form requires check in – check out because the booking also has check in – check out. Changing that part is the most complex and it would require custom development to be possible. I am afraid in this direction we cannot offer instructions as it’s a complex change.
Removing other elements from search will also need custom development.
Thank you Anna
Hi Anna i would like to add a extra button near my footer , what is the shortcode to make the theme register drop down? regards Sean
Hello Sean,
Thank you for the comment. I am afraid I don’t understand what “register dropdown shortcode” is.
You also say “near your footer” – and I am not sure what that implies. Please show me a screnshot with the location to be able to guide you correctly. And please show me what the “register dropdown is”. Is it a button to register? You could use the login/register widget in footer or just the register shortcode in footer as a text widget. They are not buttons though.
I will wait for your reply to offer the directions I can.
Thank you Anna
Hi Anna, thanks for your reply, you can see what i mean by register dropdown here ….. http://seanstuart.co.uk/sl1.png
i just want to add an extra button to REGISTER….. regardsSean
Hello Sean
Thank you for the screenshot. The image is from the login modal box. The register already exists in there – as text http://prntscr.com/d1lzu5 The text can be transformed into a button with css. No need to add an extra button, since it redirects to the same area
I made an example in preview – http://prntscr.com/d1m05y
That was created with this new css and you can copy it in theme options – design – custom css and adjust it in there.
#reveal_register{
color: #ffffff;
padding: 20px;
background-color: #000000;
}
You can add more elements. These are just my test examples to see if that’s what you wish to do.
Thank you Anna
Hi I am interest to buy theme. doing some research before purchase. Is it multi seller friendly? Is there an instant booking plugin or another way to do it?
Thank you in advance
Hello cavardd
Thank you for the interest in our theme.
Please give me more details about multi seller question as I cannot answer based on the info provided at this point.
The booking has to be done as showcasing in demos, register/login and then book. Owner must approve or reject the booking request. And, if admin selects to ask for a fee, the fee must be paid for booking to be confirmed (the user submitting the booking request pays, the fee is deducted from total invoice).
There is no extra plugin to work with the theme. If the current functionality is not what you need, the code could be changed only by custom development.
Thank you Anna
Hello, i can to add MERCADOPAGO for online payment ? now only i cant use paypal and stripe
Hello simatecve
Thank you for the comment. Mercadopago is a new merchant and to integrate it you would need to do custom development. We have a technical help here – http://help.wprentals.org/2015/12/07/technical-how-to-integrate-new-payment-gateway/ but the implementation requires the assistance of a developer with experience in wordpress first of all.
We cannot assist with custom development I am afraid.
Thank you, Anna
HI Anna,
Just a question.
1. I noticed that when we are trying to save a spot in the calendar for 1 year, the calendar cant handle it? What I was saying was, it can only save as booked a particular number of months like up to 4-6 months only? What we wanna do is to cater long-term properties on the Site too (but not all), and other properties will be available in 8 months time or 10 months time, this means, we have to book by ourselves so it wont show in the search field.
Is there a way where we can adjust the calendar availability on the Site? Like can we book a property for a long as up to 12 months?
2. When submitting a property, there is an option where owners can indicate the number of days a guest can book a property as minimum for booking. If an owner indicates 365 days minimum and a guest would try to book for 90 days only, would this booking work? or it wont proceed since owner indicated minimum of 365 days?
3. Is there a way where we can add a in “Price” tab, when adding the rate, a monthly rate?
Are these possible?
Thank you very much!
-Edward
Hello Edward
Thank you for the comment. Please see my reply
1. I noticed that when we are trying to save a spot in the calendar for 1 year, the calendar cant handle it? What I was saying was, it can only save as booked a particular number of months like up to 4-6 months only? What we wanna do is to cater long-term properties on the Site too (but not all), and other properties will be available in 8 months time or 10 months time, this means, we have to book by ourselves so it wont show in the search field.
—> If you need to add more months in the calendar please see this help http://help.wprentals.org/2016/01/04/increase-the-number-of-months-in-calendar/
Is there a way where we can adjust the calendar availability on the Site? Like can we book a property for a long as up to 12 months?
—> If the months exist in the calendar there should be no issue with booking up to 12 months.
2. When submitting a property, there is an option where owners can indicate the number of days a guest can book a property as minimum for booking. If an owner indicates 365 days minimum and a guest would try to book for 90 days only, would this booking work? or it wont proceed since owner indicated minimum of 365 days?
—> If the minimum days of booking is 365, booking will be allowed only for people selecting min 365 days.
3. Is there a way where we can add a in “Price” tab, when adding the rate, a monthly rate?
-> If you need just a new field – you can use custom fields. If you need to make the booking calculate based on a different fee than nightly fee, that is a complex development I am afraid and I wouldn’t be able to guide you to make such a change in the booking form I am afraid.
Thank you Anna
Hi Anna,
Thanks so much for all of your help so far. What a great theme. I have quick question, how can I remove the small headings in the upper left corner of each page (home/about, home/contact us, etc.)? My url is www.wellnessrentals.com in case you’re not sure what I’m talking about.
Also, I’m not sure if I missed something when downloading the theme, but I can’t seem to find the child theme or demo files. They are not in the zip folder are they?
Thanks!
Hello hostmyretreat
Thank you for the comment. I believe you mean these elements – http://prntscr.com/czm6n7 They are breadcrumbs. To remove add this css in theme options – design – custom css
.breadcrumb {
display: none;
}
The child theme is in the full theme pack (all files and documentation – unzip – and find this zip http://prntscr.com/czm7cp
Full help http://help.wprentals.org/2016/07/04/how-to-activate-child-theme/
Thank you Anna
Hi, while user uploading images, this error appear:
Error: -200, Message: HTTP Error.
kindly advice thanks.
Great Wednesday ahead. 
Hello awwaikit
Thank you for the comment.
Please see first if you have a general upload problem. Go to admin – media and add an image. If you get the same error, it could mean several things. But if this happened only now, out of the sudden, check if you have server space left.
If this happens only in front end – not in admin (media) – and this happened only now, check if you have a new plugin (disable all extra plugins) to see if there is a plugin conflict.
I noticed you also have a ticket open. Please add in there wp-admin credentials to test further, if neither of my comments apply for your situation.
Thank you Anna
Hi, is it possible to also have a requirement by which users have to pay when they want to contact the owner!? If not it is easy implement this?
Hello Karkon
Thank you for the comment. I am afraid we don’t have this feature and I am not able to tell if it’s easy or not without this option being coded (which we haven’t done).
Unfortunately we’re not available for custom development. We’re fully booked expanding our theme core features.
I recommend to see if on Envato Studio you can find someone to assist with your changes and offer a quote . There are other places where you can hire wordpress developers, but I only know of this one. You will need an expert developer to do all the changes you wish.
How I can assist, if offer a test admin account if you wish – and you can email me for that at annapx0909@gmail.com
Thank you, Anna
any previous experience of compatible payment gateway for India for your theme
Hello sgpsaee
Thank you for the comment. I am not aware any payment gateway.
Anna
Hello Anna. Is it possible that Google may have made some changes to the google map api resulting in the map on my website failing?
I have had the map working perfect for months. I have not made any changes in Wp Rentals Options, but now when I visit this page https://www.bnbsmiles.com/vacation-rentals-bed-breakfast-listings the map appears for 1 second and then disappears with the message: Oops! Something went wrong….”,
Thank you.
After checking again, it appears to be a javascript problem. The Search box “where do you want to go” is unresponsive when I type into it and the search result is not accurate.
I have disabled all the recent plugins I think may be the cause but still no solution.
Hello Clarke
In August this year Google Maps made the API mandatory. And that requirement shows in the map with the message: opps, something went wrong. Normally old sites didn’t need the API Initially. But it may become mandatory for everyone The help is here http://help.wprentals.org/2016/06/30/google-maps-api-unable-to-load-the-map-and-shows-error-this-page-didnt-load-google-maps-correctly-see-the-javascript-console-for-technical-details/
If you need assistance with that – please let me know.
On your site there are other JS errors though and for rme the map doesn’t load at all. Please try this first of all. Disable all extra plugins to confirm the issues are not coming from a plugin conflict.
If you still have problems please open a ticket in client support for assistance – with your site wp-admin access – http://support.wpestate.org/
I do recommend to add the API as well.
Thank you Anna
Hello Anna, i have 3 currencies, when adding a property there is no drop down to select local currency???? Sean
Hello Sean
Thank you for the comment.
In submit form – the default currency can be only one, the one selected in theme options – price and currency – http://prntscr.com/cyojon
Why this is needed, For the sort / search by price to work – there must be a single base currency. The same base currency is needed for the multi-currency widget as well.
The multi-currency system works in front end display (for properties in lists, in view page). And in there you can add your other 2 currencies, if users want to see the price in other currency – Help http://help.wprentals.org/2015/10/28/multiple-currency-widget/
Hope this helps.
Thank you Anna