8781 comments found.
Hey can’t update the new slider to 5.2.1? When I try it states: Download Failed, Forbidden. How can I fix the issue? thanks!
Sounds like your wp-content > plugins folder isn’t writable you’ll need to change the permissions to either 755 or 777 and try it again.
Updated! Slider Revolution New Features
3/3/2016 — View complete changelog here
Just wondering why the normal M2 for meters square has been replaced with just the small letter “m” on the property details. To me it looks a bit odd. Was this a design change for some reason or a typo in the code?
It should still be m2, let me double check that didn’t get removed by mistake.
Its still correct in the code admin > theme-functions.php > line 2311 http://cl.ly/080u2E1f2D0y, did you possible make some modifications or maybe some CSS thats been added that hides the superscript tag?
Yes i have made some css adjustments but only to the layout. We have two sites both have been changed in the same way but one shows M2 the other only m. The reason seems to be here “
In the prior calls for Bed and Baths it works fine so I don’t think the css adjustments made should have affected just the M2
These are the css adjustments just for reference ”.propinfo ul li { display: inline-block;} .propinfo {text-align: center;} .propinfo span, .author-info span {margin-right: 15px; border-bottom-width: 0px;} .propinfo {padding: 10px; font-size: 16px; }”
I tried to look at the admin > theme-functions.php > line 2311 http://cl.ly/080u2E1f2D0y, above but this link does not work.
A follow up on the above it is now appearing as “Meter Squared” in full. The strange thing is this is only happening on one of our two websites. The other is fine but has not been updated to the latest upgrade so i am wondering if it is something in the latest version causing this to happen?
I did manage to find the php which reads as follows “return esc_html_e(’ m’, ‘contempo’) . ‘2’; Why is the 2 ‘2’ and not alongside the “m” Could that be the cause?
The 2 isn’t localized because its a numeral with SUP tags around it and shouldn’t be included inside the localization string. This section of code wasn’t touched at all in any of the previous updates its been left as is since release, something else in your install is causing the weird behavior like a translation file.
Ah! we have followed your instructions to translate “State” to “Area” by using Loco Translate plugin but I can’t really see why that would result in a change to the M2 to m or now to “Meter Squared” in full. The HTML now reads Meter Squared whereas before it was m Interestingly there are no ’ marks around the words Meter Squared nor were there around the m as it was before.
On our other site where the M2 displays correctly the code is ’ m’2 as per the php file which I have checked is exactly the same on both sites. This has ’ surrounding the m with a space before the m but not after.
Sorry the above is not clear because the “code” gets stripped out when posted
Changing State to Area, of any other strings that aren’t the “m” for the meters squared won’t have any affect as its a totally separate string. Again something is different in the one site since its working on your other and I know it works 100% properly as I’ve tested locally as well and I haven’t had any other buyers report something similar. Somewhere that string has been changed either in contempo.pot or en_US.po, or the current language you have it set to if you’ve translated into another language other than English.
Ah! We might be getting somewhere. Your colleague Jason sent me a copy of the En_US.po file to upload to effect the change from “State” to “Area” because although I had followed the procedure outlined in another query to do this it had not worked. On examining his copy, which when uploaded made the above change, I have found this ”#: ../admin/theme-functions.php:2280 ../admin/theme-functions.php:2299 msgid ” m” msgstr “Meter Squared”
Now I wonder if he, or someone, had amended this in response to another clients request and it has now been sent to me and seems to be why I am now seeing Metered Squared instead of M2 or the single “m”.
I did try downloading the most recent 7 Theme version and deleted all the language files and uploaded a clean set. Unfortunately that resulted in State not be translated to Area and the “m” without the “2” reappearing so I am at a loss. I also tried amending Jason’s file to replace the “Metered Square” with ”” as that seems to be how it should read but that didn’t work either so really I am at a loss.
In grabbing the latest theme and language files you’ll need to redo your change of State to Area.
Not sure i follow that. That change is in the Loco Translation plugin and takes effect immediately the new file is uploaded. I have switched back to the file Jason sent so that we do at least have Area displayed. I tried replacing Metered Squared with M2 but it still shows Metered Squared even though deleted and replaced in the .po file. i can only assume it is repeated somewhere else that i cannot find.
Maybe if it was Jason who amended that file he may also have a clue as to what else might be different in his file to that in the total and up to date languages files. There may be other edits to his file causing a conflict.
I’d recommend deactivating loco translate and uploading the original language files and testing. Somewhere in another lang file a change has been made through Loco Translate and that’s overriding the original.
Done that. Even deleted Loco Translate and re-installed it after uploading the most recent language files. Then translating State to Area. Does not show on website, remains as State and shows just “m” and not M2. I have re-uploaded Jason’s copy so that at least we are displaying Area and Meter Squared. But i have no idea what the answer to this is.
Maybe Jason has some input as his file at least converts State to Area which does not seem to work with the current language file.
I’d recommend responding back to Jason in your ticket instead then maybe he has some insight on whats happening in your installation.
Done and now corrected and working as it should.
Glad to help you get it all sorted, thanks again for your purchase!
Does this require a subscription to an IDX plugin to search for listings? I’m based in Toronto, Ontario, Canada
It 100% does not, an IDX plugin is completely optional. You can use the manually entered listings as you see on the demo sites, search from the homepage or click Find a Home in the navigation.
So the search feature will only search for entries entered manually. (ie: it does not search sites like the MLS?)
That’s correct, it only searches manually entered listings.
If you so choose and use an IDX plugin the manual search feature can be disabled via the Layout Manager drag & drop and the IDX search area enabled but you don’t have to worry about that since you won’t be using it, however the option is there. http://cl.ly/2A2h1k40413F
Hello i would like to ask a question before i purchase this theme template. in the Multi-listing Demo Revolution Slider example i would like to know if in the main page if i can change the featured listings and have them stacked one on top of the other instead of next to each other and if i can change the layout and have the picture right or left in relation to the text.
no reply yet?
Yes, with modifications you could make them into a list format instead of grid. Anything is possible with modifications however you’ll need to be comfortable with PHP/HTML/CSS.
How do i translate the login box and the forget password text? I can t find on .po
All those items are localized and part of the translation file http://cl.ly/1D3o1O3Z3r2i and http://cl.ly/0s1Q3Z0X0a03 do a find the strings are in there. Thanks again for your purchase!
ok, but i can do it. Is locaized in /theme/realestate-7/languages ? Because i translate the es-Es and the us_US. But something i missing….i have translated the hole .po. Empty cache, but still in english
Its actually en_US, make sure you’re working from the contempo.pot file for the base then saving into the various languages. You’ll also need to set the language in Settings > General > Site Language > http://cl.ly/1B3X0o1R1i3j in order for it to grab whatever lang file you’ve translated.
ok, i will try again, because i already done that. Another issue: how do i get another call action or page buider for add on homepage?
There’s two page builder sections you can use, I’d recommend utilizing both of those for any custom modules or additions you’d like to make.
Thanks, i just fix the translation. For page buider i have just used both, but i need to use another one, how can i add it?
- Another, i have an important problem. I configured the blog page correctly. But when someone submit a property it shows on listing properties but on page post (blog) too. How can i resolve this?
Unfortunately adding a third requires modifications to the parent theme files, and an in depth knowledge of PHP. I’ll go ahead and add a third and fourth page builder section in the next update, I’ll get that out today for you.
Instead of using a “Blog” page in Settings > Reading > Posts, leave that blank and add your main blog category to your navigation and you’ll be good to go.
Updates in the queue should be out shortly, added two more page builder areas for use in the homepage http://contempothemes.com/wp-real-estate-7/changelog/
Sorry, this last part i dont understand it. I leave blank the reading,but then? i have now my post page empty
Then go into Appearance > Menus > Categories > add your main category / remove the “Blog” page you have currently.
Thank youm i fix it ! and how can i upload last version, just that of one more page buider for the home page.
Please see this KB article on updating to the latest version https://contempo.ticksy.com/article/5970/
Does this have membership? Is there a way to add a review for each agent? Star rating system with comments? Can the registered users only browse when they subscribe? Can they later on turn into agents if they pay a fee? Can there be a trial period?
Thank you for your time and beautiful theme.
- It doesn’t but you can use one of the many free or paid membership plugins out there, if you require that feature http://chrislema.com/best-wordpress-membership-plugin-2015/
- It doesn’t but comments with ratings could be added to listings again with a plugin like https://wordpress.org/plugins/wp-customer-reviews/ for en example.
- That would apply to #1 and adding a membership plugin to restrict content a great one for that is my friend Pippins http://restrictcontentpro.com/
- Yes, I just yesterday added an option to allow only admin level users assign agents if you choose that option, so basically you would charge and once thats verified an admin can enable them.
- Sorry no trial period is offered, that side of things is out of my hands and pertains to Themeforest & Envato
Thanks for the kind words!
First thanks for your purchase! I’m unable to pull up your site from that URL?
Ok please tell me how to resolve the sub menu issue and what you require to resolve the same?
And also I have one more issue with Favourite. If I clicked on Favourite Icon on any property and if I want to remove the same property from Favourite then I need to reload the entire page to remove favourite. Please check this also.
Is there any option for Mega Menu???
The theme only currently supports one sub menu level, and I do see you have quite a few under the Destinations parent item you could make some CSS modifications to decrease the padding between each item with .cbp-tm-menu .sub-menu > li > a { padding: 8px 25px;} add that to Real Estate 7 Options > Custom CSS
The favorites are all handled by Ajax so no page refresh is required, this is a function of the WP Favorite plugin that’s in use.
It doesn’t currently support mega menus but that’s on the list for a future update, I had one coded up a month or so ago but ran into responsive issues just wasn’t working as planned. It’s basically going to require recoding the entire navigation and replacing it with another custom solution.
Ok. But you can see on given link, When I clicked on Favourite, There is no option to click it again to remove favourite. Need to Reload the page to remove.
You need to go into Favorite Listings via the user dropdown upper right and you can manage them there, you can delete by clicking the trash can or clear all from the bottom.
hi, on login box, the option “lost password” is not appear. How can i fix it? it a plugin trouble? thanks
Nope that’s just part of the theme, make sure you’re running the latest version https://contempo.ticksy.com/article/5970/ that feature was added in v1.6.9 http://contempothemes.com/wp-real-estate-7/changelog/. Thanks for your purchase!
Updated! New Feature!
3/2/2016 — View complete changelog here
Hi, I your theme is really nice.
I would like to ask if is it possible to have properties list like the idx page but without idx. I can only see grid listing.
Thank you
Thanks! Currently there’s only a grid style layout for listings but I’m throwing around the idea of creating a list style as well in a future update.
I have wp pro 6 now, if I upgrade to wp pro 7 is there some sort of discount?
Another questions is will all my blog posts and listings show up correctly if I install WP pro real estate 7 when i’ve been using wp pro real estate 6? thank you
Sorry I don’t have any control of offering discounts or anything, however its an all new theme from the ground up the naming is just a convention I’ve been using since 2008. Some things have changed from theme to theme but all the fields, taxonomies, content, etc…should just work no problems from RE6 to 7.
ok thank you, on another note, I opened a support ticket 5 days ago asking how to remove the related posts option from my blog and someone from your support answered today but my support expired yesterday so i can’t figure out how to reply and get an answer to my question. can you please advise? thanks
You can simply just go into Real Estate 7 Options > Single > set Related Posts to No and you’ll be good to go http://cl.ly/2l00451v0n0B, if you want to get continued support and updates make sure to purchase a support extension pack for RE6 however I don’t think its necessary since you purchased 7. Thanks for your purchase!
Updated!
3/1/2016 — View complete changelog here
This theme is a nightmare to customize for something as simple as logo size and menu font sizes… I have to create a child theme and start with a blank css to do these 2 super simple things???
I am no novice working with wordpress themes bought here.
I have submitted a ticket over 15 hours ago, with no reply what so ever. Waiting over 12 hours to get a reply to do something that should take me less than 5 minutes is unacceptable.
I am requesting a refund, I hope you will honor my request so I can move on and try and make up the 3 days that I lost trying to just try to figure out how to customize very simple things in this theme.
Have a nice day.
You can also use the Real Estate 7 Options > Custom CSS area for small quick things like that. I haven two hard working support personnel that would get to your ticket shortly, whats the ticket number?
If you still would like to request a refund I’m sorry to hear that but you’ll need to go through Envato they handle that side of things https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
23 hours and no reply unless I post something here??? Not good.
Private Ticket #688662
I just personally responded.
I have a small pre-sale query. Is there any option to make certain listings shown only to authenticated users? I mean a visitor can view certain free listings but if wants to view some premium listings, then he has to register and only then he will be shown those premium listings.
Yes, you would use a membership plugin for that, take a look at http://chrislema.com/best-wordpress-membership-plugin-2015/ there’s plenty of options free and paid out there.
Please ignore my comment, found it. Top theme!
Thanks for the kind words glad you’re enjoying it!
I’m having a problem displaying status flags. They’ve gone invisible on my listings. Please advise.
Thats most likely because you’ve added some that aren’t standard therefore the CSS styling doesn’t exist for them, please see this KB article I’ve put together on adding extra Status Flags https://contempo.ticksy.com/article/5950/. Thanks for your purchase!
Ok thanks for your help. I now have another problem. I’ve uploaded a background image in a page and its not showing. http://kibrishomes.com/cemaliye-ahmet/
If you could for this open a ticket on the support site with your login details and Hina will take a look.
I think I maybe going mad. My customizer live preview does not work and also none of the theme’s options are visible. HELP
Simple fix, please see this KB article https://contempo.ticksy.com/article/6075/
I’m completely new to wordpress and I need your help. I’ve imported one of the demos. I’ve created some fields under Property Type & City but the drop downs do not display my created fields. Please advise.
The search will only show tags associated with published listings, if no listings are published then no search options will be shown. Thanks for your purchase!
What would you recommend for our situation of payments of utilities at checkout of rentals to invoice a receipt? We are still new to the Wordpress world and themes. Many thanks in advance for your assistance. We are ready to purchase once we know your product fulfills our needs. Yensabaipattaya.com
You can use any booking plugin you’d like, the premium version of the WP Booking plugin offers the option to add additional charges to each listing if desired. http://wpbookingcalendar.com/features/
Question? What type of payments mentioned theme supports? Thx
The only one thats built in is PayPal. Thanks for your purchase!
The style sheet on this theme is frustrating. I can’t resize the social icons, I have tried to in the style sheet several times and it resizes back I believe because you have the text size set at inherit? So I can’t change the rollover color, the source of the CSS file isn’t even included in the download of the theme, so to say this is customizable needs to be edited, its not and it took up a lot of time. Can you please tell me how the size of the icons can be changed since its not an option in your skins or in social icons and the CSS I do that is specified in the template doesn’t respond. Thank you
I highly recommend you don’t modify the parent files and create a child theme instead please see http://contempothemes.com/wp-real-estate-7/documentation/#childthemes the social icons use FontAwesome so you would need to target them and use font-size to whatever you’d like. Thanks for your purchase!