8781 comments found.
Hi. Is the Contact Form on each property page leveraging Contact Form 7? I want to see if I can add the Property Address to the subject line. Thanks.
Hi, if you’re using that option you can use their special mail tags https://contactform7.com/special-mail-tags/ also refer to https://contempothemes.com/wp-real-estate-7/docs/single-listing-contact-form-7/
Actually, I guess I am not using that option. I actually didn’t know you had options. lol. I think I am using whatever is default. A couple questions:
- Where is this template file in your theme directory? - I want to try and whitelist these emails as they are getting trapped in our spam filter software we use. It’s PHP Mail?
The file that handles the listing contact form is realestate-7 > includes > ajax-submit-listings.php it uses the standard PHP mail() function.
So, if I wanted to whitelist this. Do you think whitelisting all emails coming from our domain would be helpful. Or not make a difference?
Not sure that would make a difference.
Thanks. I’m actually reading over your contact form 7 docs. I was worried that I couldn’t send them to particular agents. However, it seems I can use _post_author_email . This should be more flexible for me and I know Contact Form 7 better.
Yeah, since they’re assigned as “author” to the listing post you can use that special mail tag.
I need help with 2 things.
1.) You can’t see the items / pages in my menu in mobile, because they are the same color as the background. Where do I fix this?
2.) I see a small tab labeled “compare” on the right side of my pages that opens up and says no items selected. How do I remove this feature?
Thanks!
Hi,
- Go into Real Estate 7 Options > Create a Skin > Mobile Navigation
- Just need to deactivate the Compare Listings plugin in your WordPress admin > Plugins panel
Ok, fixed the compare issue, but still can’t see the mobile nav menu. If I scroll down the home page, and then click the button the menu opens and is visible. However, when you’re at the top of the homepage, the menu opens white text on white background still. I’ve changed almost every color option in the skin section.
Just to be clear, the skin worked in every area of the site, except at the top of the homepage. If you try the menu tab from the start or scroll back to the top, either way you can’t see the page link options. I can send screen shots if there is a way?
Whats the sites URL?
PayItForwardHomeTeam.com
Think it has something to do with the animated sections within the Elementor homepage, try going through and setting those to None when editing in Mobile view, make sure the animations are on the widgets themselves and not the container or parent elements.
Hi (I know my support needs renewing)
I’ve tried updating new wordpress 5.5 about 5 times and each and every time the mobile menu disappears and I have to restore backup and use old version.
Not sure if this is a problem everyone is having or just me…. but it’s getting fairly annoying ♀️
Haha I have no idea why this emoji is at the end. It was meant to be a confused face, sorry
Morning. Usually recommend waiting on big updates of WordPress. But I have a hotfix for WordPress 5.5 and the latest version of jQuery, just need to replace realestate-7 > js > ct.wpfp.js with https://gist.github.com/contempoinc/d49f69b9328bce6c900177a2ce4ad575
Once you’ve updated you’ll need to clear server and browser cache. This will also be in the next theme update, but you should be all set for the time being.
Thank you, although it still doesn’t fix the issue I’m having with the menu. Having quite a lot of problems with the headers lately,’it seems whenever I change anything I completely lose my mobile menu and often the menu stays but the content isn’t visible.
I’ll await the new update before making any further appearance changes.
Thanks again,
That could be related to how you’ve built the page with Elementor, I’ve seen animations for sections and various blocks conflict with the mobile menu position animation, resulting in the links looking like they’re not displayed.
Try this go into Real Estate 7 Options > Create a Skin > Mobile Nav > change the colors so it’s a white background and dark text for menu items, basically reversing the default styles, then test it again.
Change them to match the demos:
https://contempothemes.com/wp-real-estate-7/elementor-demo/That new style will also be in the next release, later this month.
I’ve tried it, In the last I had a plug-in for elementor called header, footer & blocks which I had to remove as it was causing a lot of problems. Must be a conflict.
Will take a further look at it, thanks for your time and help 
Ignore this message, I meant demo 5. I’ll try what you mentioned above.
Thanks again, have a great weekend x
Sorry I feel like a stalker, appear to have got the menu items back. But…. not when in transparent header style. My brain is fried haha
The transparent header option does shift the content of the site up with a negative position in order to achieve which could be causing some conflicts with Elementor, not sure.
Thank you, I’m so sorry to bother you again. I’ve managed to alter the padding on the elementor home page to give the appearance of a transparent header. Can I ask is the tree any simple css that will hide the menu icon/tab just on the home page?
Sorry to be a pain in the backside.
Thanks for your help.
I’ve finally sorted it
just playing with the padding on elementor. Works well with your header style 2.
Here is a preview if anyone else is having the same problem.
https://supremepropertyspain.com/Top Padding on section -160 for mobile and -90 for desktop.
Thanks again and sorry to pester uiu
Excellent, and thanks for posting that as well!
Oh gosh, I’m not sure what’s going on. After fixing it all for the whole of yesterday. Was happy with it last night, woke up this morning and I have no header, menu or background. Could it be a bug maybe?
I’m demented.
Morning, definitely not a bug it wouldn’t change back or “catch another one” you’ll need to do some detective work, and backtrack what you did. Maybe you set the front page displays to the wrong page, or you’re using the Elementor Canvas template which removes header, footer, etc…
Refer to the homepage video in https://contempothemes.com/wp-real-estate-7/docs/elementor/ and if you maybe switched to canvas refer to https://docs.elementor.com/article/40-full-width-page
Hi, On this website: tokyostayz.com My client updated to Wordpress 5.5 then on each individual listing on the backend the formatting stretches across the page, some section are not visible and none of the features are clickable, example Publish, Choose from most used beds etc. I updated the RE7 theme to 3.0.3 but no change.
Other site: japanbackpacker.com Updated to WP 5.5 but didn’t update theme – formatting is ok but features not clickable.
Could you check please?
Thanks
I renewed my support
Morning. Usually recommend waiting on big updates of WordPress. But I have a hotfix for WordPress 5.5 and the latest version of jQuery, just need to replace realestate-7 > js > ct.wpfp.js with https://gist.github.com/contempoinc/d49f69b9328bce6c900177a2ce4ad575
Once you’ve updated you’ll need to clear server and browser cache. This will also be in the next theme update, but you should be all set for the time being.
Hi, I added the code, cleared browser cache. The site has LiteSpeed Cache plugin so clicked “Purge All” but no change. Is this correct?
It’ll definitely fix the issue, it sounds like either your caching plugin isn’t actually clearing or the browser is holding cache, this is done in the theme updates but what you can do is force the browser to grab the new file by changing the version of the file enqueue in realestate-7 > admin > theme-functions.php find:
wp_enqueue_script('ctWPFP', get_template_directory_uri() . '/js/ct.wpfp.js', array('jquery'), '1.0', true);
And change it to:
wp_enqueue_script('ctWPFP', get_template_directory_uri() . '/js/ct.wpfp.js', array('jquery'), '1.0.2', true);
Hi, I added the code, cleared browser cache and “Purged All”in LiteSpeed Cache plugin but still no change, Thanks
Use this plugin https://wordpress.org/plugins/enable-jquery-migrate-helper/
Installed plugin but still no change. Each individual listing has these warnings: jQuery Migrate Helper — Warnings encountered This page generated the following warnings:
https://tokyostayz.com/wp-content/plugins/wpml-translation-management/res/js/scripts.js: jQuery.browser is deprecated https://tokyostayz.com/wp-content/plugins/wpml-translation-management/res/js/scripts.js: jQuery.browser is deprecated https://tokyostayz.com/wp-content/plugins/contempo-real-estate-custom-posts/includes/metabox/js/jquery.timePicker.min.js: jQuery.browser is deprecated https://tokyostayz.com/wp-content/plugins/contempo-real-estate-custom-posts/includes/metabox/js/jquery.timePicker.min.js: jQuery.browser is deprecated https://tokyostayz.com/wp-content/plugins/contempo-real-estate-custom-posts/includes/metabox/js/jquery.timePicker.min.js: jQuery.browser is deprecated https://tokyostayz.com/wp-content/plugins/contempo-real-estate-custom-posts/includes/metabox/js/jquery.timePicker.min.js: jQuery.browser is deprecated Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.The official theme update is coming later this month but all that needs to be replaced is that single JS file, tested and working across multiple sites and customers.
I’m sure the plugin has a way to turn off that debug logging or showing them? Not entirely sure there.
That jQuery Migrator used to be a part of WordPress Core but they ripped it out in the 5.5 release, reason for all the problems.
The client needs both sites working for his business. If I give you the logins can you try to fix?
All that needs to be done is replacing that JS or run that migrator plugin, nothing really more to it than that. Or revert the site back to before WordPress being updated to 5.5
Hi, nice theme. pre-sales question. Does the theme support multisite?
Morning, thanks — yes you can use it with Multisite however it does require an Extended License to be used in that fashion. Let me know if you have any other questions, thanks in advance for your purchase.
Hello, All of the sudden my site stopped populating yesterday. When I go in to Pages, I can see each page and it still appears correct. When I visit the site, nearly all of the content disappears and I only see the basic shell of the site. Please help! Thanks
Morning. Things really don’t just “stop working all of sudden” something has changed on your site, possibly a new plugin that was added or maybe some modifications that were done. You’ll need to do some detective work and go back and see what happened and remedy it, I’d start by deactivating any non-required plugins and testing. You can also have your hosting provider check your raw server error logs.
En este link podrás ver como no muestra el logo en la parte superior, y en la sección del menú hay un detalle color celeste que me gustaría cambiar a rojo
Morning. The logo is controlled via Real Estate 7 Options > Header > Custom Logo, make sure you’ve uploaded to each of the option areas.
The current nav border color is controlled via Real Estate 7 Options > Create a Skin > Header panel.
Gracias! pude solucionar el color pero no el logo y está todo correcto
Glad to help, if you haven’t already please be sure to rate the theme and my support in your https://themeforest.net/downloads area, 5 stars is always very, very much appreciated and helps immensely!
¿Puedes ayudarme a dejar correctamente el logo?
Just need to upload the proper logo files via Real Estate 7 Options > Header > Custom Logo, make sure each area has one assigned.
Solucionado, solo un detalle en la versión mobile se ve de la siguiente forma https://ibb.co/Rcbv9tH
Morning, the form will displayed stacked like that on mobile for that type of view/use.
no entiendo, ¿que significa eso? tendrá una actualización?
Por otro lado, https://ibb.co/5W2PCsJ en esta sección hay forma que solo deje el formulario de abajo y descarte los lugares cercanos y maps?
Gracias por su rápida respuesta!
You need to setup the What’s Nearby reference https://contempothemes.com/wp-real-estate-7/docs/setting-up-whats-nearby-for-listings/
I understand that you have to configure the nearby places but my client does not want that, could you confirm if that part can be disabled? and leave only the form below
Morning, the form will displayed stacked like that on mobile for that type of view/use. // Does this mean that tomorrow it will already be solved? Will there be an update?
You can disable the block in Real Estate 7 Options > Listings > Listings Single > Content Layout > drag What’s Nearby to the disabled column > Save Settings
The Listings Search module for Elementor is designed to work like that, there aren’t any plans to change it at this point in time, however you’re always free to make CSS changes if you’d like via the child theme or Real Estate 7 Options > Custom CSS
podría facilitarme un código que me solucione porfavor, así le inserto
Unfortunately, in-depth modifications like this are outside the scope of my support. Hope you understand.
When i select ‘custom structure’ then click save changes the ‘Post Name’ option is saved and not ‘custom structure’ see screenshot https://drive.google.com/file/d/1cF_ukWYK-1AYF0yCOTuPCqw8h1uedXfk/view?usp=sharing
Morning, that’s because you’re just using Post Name which is the recommendation anyways, WordPress will make that change automatically.
How can i make the name of the url the same post name?
More on permalinks a can be found in https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-permalinks-in-wordpress/
How i can make the brokerage name display in the contact form https://drive.google.com/file/d/1MFe92k--8QXztVKi9djSV8o61EPFAPQC/view?usp=sharing
Morning, adding the brokerage name in the email isn’t currently an option but maybe that’ll be added in a future update. When using Zapier the agent details are included in the information passed if you’d like to send to a CRM instead, refer to https://contempothemes.com/wp-real-estate-7/docs/zapier/
Hi in the properties search I want to add a sub location to the main location in the search bar. For example if the main location is California the sublocation would be the cities (LA, San Francisco, San Diego,…). Also Ho w I can change the position of the columns for example I want to show property type before property ID and so on.. Cheers!
Morning, the search fields are all controlled via Real Estate 7 Options > Advanced Search, you also have the option of enabling chaining for city, state, zip, county and country.
Let me know if you have any other questions, thanks in advance for your purchase.
Sorry I bought the realhomes theme I post there Thank you my bad
- Time Memory Function Location 1 0.0002 390232 {main}( ) ...\index.php:0 2 0.0004 390440 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-blog-header.php’ ) ...\index.php:17 3 1.4602 14400208 wp( ) ...\wp-blog-header.php:16 4 1.4602 14400232 WP->main( ) ...\functions.php:1274 5 1.4806 14511640 do_action_ref_array( ) ...\class-wp.php:752 6 1.4806 14511640 WP_Hook->do_action( ) ...\plugin.php:544 7 1.4806 14511640 WP_Hook->apply_filters( ) ...\class-wp-hook.php:311 8 1.4808 14512360 ctListingAnalytics->ct_la_trackView( ) ...\class-wp-hook.php:287 9 1.5493 14509680 ct_la_Views->ct_la_addViewCount( ) ...\ct-listing-analytics.php:780
- Time Memory Function Location 1 0.0002 390232 {main}( ) ...\index.php:0 2 0.0004 390440 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-blog-header.php’ ) ...\index.php:17 3 1.6703 14519960 require_once( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-includes\template-loader.php’ ) ...\wp-blog-header.php:19 4 1.6920 14596112 include( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\single-listings.php’ ) ...\template-loader.php:106 5 3.0052 20280680 get_template_part( ) ...\single-listings.php:187 6 3.0052 20281088 locate_template( ) ...\general-template.php:168 7 3.0057 20281216 load_template( ) ...\template.php:672 8 3.0058 20281472 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\includes\single-listing-header.php’ ) ...\template.php:725 9 3.0199 20285056 get_template_part( ) ...\single-listing-header.php:107 10 3.0199 20285472 locate_template( ) ...\general-template.php:168 11 3.0201 20285600 load_template( )
Morning, both of those are just warnings not actual errors that’ll cause any problems with the site. Some servers have debug enabled by default, add this to your wp-config.php file
define( ‘WP_DEBUG_DISPLAY’, false ); @ini_set( ‘display_errors’, 0 );
If you’re unsure how to edit that file your hosting provider can help ya out.
For the second warning make sure you’re only entering numerals for the listing price, no separators, currency, etc…refer to https://contempothemes.com/wp-real-estate-7/docs/adding-managing-listings/
- Time Memory Function Location 1 0.0002 390472 {main}( ) ...\index.php:0 2 0.0004 390680 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-blog-header.php’ ) ...\index.php:17 3 1.4593 14500952 require_once( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-includes\template-loader.php’ ) ...\wp-blog-header.php:19 4 1.4782 14578656 include( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\single-listings.php’ ) ...\template-loader.php:106 5 2.7699 20264240 get_template_part( ) ...\single-listings.php:187 6 2.7699 20264648 locate_template( ) ...\general-template.php:168 7 2.7704 20264776 load_template( ) ...\template.php:672 8 2.7705 20265032 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\includes\single-listing-header.php’ ) ...\template.php:725 9 2.7803 20268616 get_template_part( ) ...\single-listing-header.php:107 10 2.7803 20269032 locate_template( ) ...\general-template.php:168 11 2.7806 20269160 load_template( ) ...\template.php:672 12 2.7806 20269352 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\includes\single-listing-estimated-payment.php’ ) ...\template.php:725 13 2.7808 20269352 ct_listing_estimated_payment( ) ...\single-listing-estimated-payment.php:23
- Time Memory Function Location 1 0.0002 390472 {main}( ) ...\index.php:0 2 0.0004 390680 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-blog-header.php’ ) ...\index.php:17 3 1.4593 14500952 require_once( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-includes\template-loader.php’ ) ...\wp-blog-header.php:19 4 1.4782 14578656 include( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\single-listings.php’ ) ...\template-loader.php:106 5 2.7699 20264240 get_template_part( ) ...\single-listings.php:187 6 2.7699 20264648 locate_template( ) ...\general-template.php:168 7 2.7704 20264776 load_template( ) ...\template.php:672 8 2.7705 20265032 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\includes\single-listing-header.php’ ) ...\template.php:725 9 2.7803 20268616 get_template_part( ) ...\single-listing-header.php:107 10 2.7803 20269032 locate_template( ) ...\general-template.php:168 11 2.7806 20269160 load_template( ) ...\template.php:672 12 2.7806 20269352 require( ‘D:\Arquivos_BG\sites\sergioflorawp\wp-content\themes\realestate-7\includes\single-listing-estimated-payment.php’ ) ...\template.php:725 13 2.7808 20269352 ct_listing_estimated_payment( ) ...\single-listing-estimated-payment.php:23
Mentioned this in the previous reply that’s due to your listing price having a non-numeric character added.
I cannot identify where “the non-numeric character” is filled. only the description, title and images fields are filled.
I’d suggest adding a price to the listing as they require it and then test.
There are a total of 81 pages that were installed. That’s a lot. We only want the elementor demo and its pages. Is there any way to do that? That way we don’t have to go in and clean up every single page that isn’t used in the theme we selected?
Morning, the Elementor 1 Demo comes with a lot of extra pages since it’s using everything, however 2-5 are really what you’re looking for without all the “demo” pages, they’re setup as “pre-built sites”.
The easiest way to get it back is to use the WordPress Reset plugin https://wordpress.org/plugins/wordpress-reset/ go to (WordPress Admin > Plugins > Add New > search for “WordPress Reset” > install and activate > go to Tools > Reset), sets you back to WordPress default database then just reactivate my Real Estate 7 theme and you’ll be directed to the setup wizard then just follow the steps and make sure to select and import a demo on step 4, as outlined in my narrated instructional video https://contempothemes.com/wp-real-estate-7/docs/installation-demo-import/
Hello, We installed demo 2, how you suggested, but it came empty. Please view this short screen recording to better convey the issue. You can FF after select Elementor demo 2 and click install. We look forward to hearing from you. We followed all your instructional videos. Any help would be much appreciated. Thank you.
https://share.vidyard.com/watch/DHFkiTKdQFaDYABmcCAoEj?Also, I there is no “Edit with Elementor” option at the top of the homepage after its installed, as you can see in the screen recording.
Its due to your server timing out on the demo import process, keep in mind my demos have a TON of very large images which take some time to download depending on the server resources. Did you make sure to check https://contempothemes.com/wp-real-estate-7/docs/installation-demo-import/#theme-requirements before running the wizard, you’ll need to make sure your PHP settings are correct as outlined in the documentation.
Once you’ve done that the easiest way to get it back is to use the WordPress Reset plugin https://wordpress.org/plugins/wordpress-reset/, sets you back to WordPress default database then just reactivate my Real Estate 7 theme and you’ll be directed to the setup wizard then just follow the steps and make sure to select and import a demo on step 4, as outlined in my narrated instructional video https://contempothemes.com/wp-real-estate-7/docs/installation-demo-import/
It’s not required but I recommend getting https://www.siteground.com/go/ct-wordpress-hosting and their GoGeek plan, have a ton of buyers using them, really fast, optimized for WordPress, excellent customer service and works great with my theme.
Another recommendation is Cloudways its excellent, easily scalable if needed, super-fast, free migration and great customer support also works great with my theme and you can spin up a 1GB server from them starting at $10/month https://www.cloudways.com/en/?id=128386
Understood. I never saw anything that said it timed out or took too long. I will make those changes right away.
The setup wizard doesn’t have any server error handling, so it’ll just “complete” reason you didn’t see any problems.
Got it. I made all the changes you asked for, as you can see in the screen recording I’ve provided below. I wen’t from changing the php settings to finish. Still nothing. Just an empty site. I noticed the installable wordpress zip file is 10mb from themeforest, is that right? Any help would be much appreciated.
https://share.vidyard.com/watch/MFxb3pGh4TETFRcKdv1T6G?Check that the settings are actually taking effect with https://wordpress.org/plugins/wp-serverinfo/
Once you’ve activated that plugin do the following;
- Go to Dashboard (upper left of your WordPress admin)
- Click “WP-Serverinfo” screenshot https://share.getcloudapp.com/BluBjdxQ
- Click “Display PHP Information” screenshot https://share.getcloudapp.com/rRu6wNNW
- Find “memory_limit” screenshot https://share.getcloudapp.com/NQuZRxWG & “max_execution_time” https://share.getcloudapp.com/7KuRBqzE
The first value is your “set” or local value and the second one is the “server actual” this is the most important, if it doesn’t match your set value it means your host doesn’t allow for changing that or your current hosting plan is laready maxed out and you’ll need to talk with your hosts support.
Got it. Yup the settings are different for local vs master. I’ll call my host back again. Thank you. I will update you shortly as this is time sensitive. By the way we sincerely appreciate your quick responses and fantastic support so far.
Good deal, glad to help!
I did everything you asked, as you can see in the screen recording, from beginning to end. I changed the php settings for the master. I then installed the plugin you recommended and it showed that the changed have gone through at the root level. Still nothing. You can see all of this in the screen recording below.
Is there any way you can go into the backend of wordpress and take a look? We are not sure what is going on as we are growing a bit frustrated.
https://share.vidyard.com/watch/XcJ2CL4J1bXqvcgoRWTBph?Its the server timing out, that’s all there is to it. Nothing that you can do from the WordPress admin, or anything like it all boils down to your server/host the best route to take is to open a ticket up with them, some shared plans won’t allow changing certain settings, reason your “local” and “actual” are showing different.
You must not have watched the video. I installed the plugin you suggested and the local and actual are displaying the same now. Both are set to
max_execution_time 40000 memory_limit 512M post_max_size 32M upload_max_size 32M
I was on the phone with my host and saw them change this for me. I then added the plugin you suggested and it did indeed, finally, show that local and actual are both set to max_execution_time 40000 memory_limit 512M post_max_size 32M upload_max_size 32M
All the media is even there under the media tab. Please view this screen recording to see the evidence. https://share.vidyard.com/watch/SXvXrRocMexbcaM6M7XzpL?
Sorry, didn’t watch all the way through the demo is imported but you’re running WordPress 5.5, and the JS error is causing the homepage to not load up, along with other things.
Have a hotfix for that and the latest version of jQuery, just need to replace wp-content > themes > realestate-7 > js > ct.wpfp.js with https://gist.github.com/contempoinc/d49f69b9328bce6c900177a2ce4ad575
Once you’ve updated you’ll need to clear server and browser cache. This will also be in the next theme update, but you should be all set for the time being.
That sounds a bit intimidating but I’ll give it a shot. When I click on the link you listed above it takes me to a page that has two tabs. The two tabs are Code and Revisions; which one is do I choose? Also, If I have to select Revisions there is Unified and Split, which one do I choose? Do I have to copy or do I have to download a zip of it from the top right corner?
Easier just use this plugin https://wordpress.org/plugins/enable-jquery-migrate-helper/
I think I did it. I clicked on the revisions tab, unified, downloaded the zip, and then uploaded the js file inside the zip to replace wp-content > themes > realestate-7 > js > ct.wpfp.js through file manager and the content showed up. Please take a quick look here http://www.premiersitedemo.com/modus/ and tell me what you think.
Also, The MLS Search page is the only page missing. How do I get that page?
If you’re not seeing any errors or loading issues on the front end, you’re all set.
If you’d like to connect and display listings from your local MLS you’ll need our CT IDX Pro plugin, have a look at https://contempothemes.com/wp-real-estate-7/ct-idx-pro-plugin/
Thank you. We’ll have to look into that. We didn’t know it didn’t come with the theme and might be slightly past our budget.
Also, There are 2 homepages. One that allows me to edit it with Elementor and another one that says I must Call the_content. What happened?
There’s “home” and “home – content” you will edit the second one, refer to the homepage setup and editing video in https://contempothemes.com/wp-real-estate-7/docs/elementor/
Can I delete the 1st one then? I must have things clean and not have any extra pages we don’t need/aren’t using.
I thought this was an elementor demo where all the pages it comes with are editbale with elementor, I didn’t know there were extra pages nor do we know the reason for the being extra pages like that in the Elementor Demo.
We would love to purchase this theme a lot more times but realize it’s going to need some work for things to be clear and concise for our team to use it if we must do this for each installation.
We don’t mind doing the work to finally get it how we need it to be as long as you keep giving us the good customer service you are giving us now.
Both home pages are required, but you’re free to delete any of the other demo content.
Do keep in mind Elementor Demo 1 comes with a bunch of content and all the options enabled more of a “portal” type setup, 2-5 are really concise more of a pre-made sites targeted at single realtors or brokerages, refer to https://contempothemes.com/wp-real-estate-7/#demos and tailored for our CT IDX Pro plugin https://contempothemes.com/wp-real-estate-7/ct-idx-pro-plugin/
The easiest way to get it back/switch is to use the WordPress Reset plugin https://wordpress.org/plugins/wordpress-reset/ go to (WordPress Admin > Plugins > Add New > search for “WordPress Reset” > install and activate > go to Tools > Reset), sets you back to WordPress default database then just reactivate my Real Estate 7 theme and you’ll be directed to the setup wizard then just follow the steps and make sure to select and import a demo on step 4, as outlined in my narrated instructional video https://contempothemes.com/wp-real-estate-7/docs/installation-demo-import/
Both home pages are required even though you can only use one homepage?
Yes, the first one is just a blank page that uses the Hone template which brings the data into it, please watch the video in the docs on homepage setup and editing it explains why it’s set up that way.
https://contempothemes.com/wp-real-estate-7/docs/elementor/Gotcha, the demo you chose didn’t come with the membership and packages pages, as it wasn’t setup for it. But you can just create them and assign the corresponding page templates, take a couple minutes refer to https://contempothemes.com/wp-real-estate-7/docs/custom-page-templates/
Understood. Thank you! That worked for most pages however Membership page is still blank. Please view this screen recording so you can see what I see.
https://share.vidyard.com/watch/7Thg6aVwZY9F1tGtWWWm5h?Morning, add this shortcode to the body of the page:
[packages_orderdata]
I woke up today and the memberships page started working without placing the shortcode you gave me above. Any idea why?
Some of the pages are automatically created when you activate the membership plugin if they don’t already exist, most likely what happened.
Nevermind the shortcode was already there my partner just went in and started creating membership options which allowed stuff to show up; it was empty before that.
Now we are having issues with the Packages page which is weird because there is shortcode there. Any ideas why? Also packages isn’t showing up in the menu when you hover over the profile icon in the top right.
Here is a screen recording to better convey the issue. https://share.vidyard.com/watch/YhFSUKkWmVkmBo9j4krPdZ?You need to set the “Packages” page in Real Estate 7 Options > Front End Submission > Pages, you also need to create the packages via your WordPress admin > Packages panel, if you have an still aren’t seeing them its probably a script conflict.
Use right-click > inspect > then click the Console tab and check for any red errors.
Hi, for some reason when I click on Find A Home in the navigation menu it takes me to https://contempothemes.com/wp-real-estate-7/elementor-demo/?search-listings=true Where is my my version of this page? I looked through the 85 pages in the backend but I couldn’t find it.
Please view this screen recording to better convey the issue. https://share.vidyard.com/watch/rQLnHTyze9e1SMCqeZEeQj?Any help would be much appreciated. 9.9.20 3:34pm
Hi, you just need to change the demo menu links in Appearance > Menus > select the Primary location, also see https://contempothemes.com/wp-real-estate-7/docs/building-out-your-navigation-find-a-home/
For some reason that didn’t work for me. It went to the page I created as I followed your video but it has the exact same thing that the homepage does and not what I saw in the video you sent me.
Please view this short screen recording to better convey the issue. https://share.vidyard.com/watch/ZALGMe91crsMmzHgzoES7p? 9.9.20 7:43pmIt’s not in the homepage you need to go into the backend admin of your site > Appearance > Menus panel then edit the items as you see fit, or delete the demo menu and create a new one, up to you.
Were you able to watch the screen recording I sent you? That’s exactly what I did. I went to Appearance>Menus and added a page just like your video says to do. The page the it created was not at all what your video shows. 9.9.20 8:37
If you’re being redirected its due to the homepage not using the “Home” page template, its an easy fix though.
Have a look at the video in https://contempothemes.com/wp-real-estate-7/docs/elementor/#1-toc-title I talk about the homepage setup about halfway through
1. Go into Real Estate 7 Options > Homepage > Layout Manager Only enable the “Elementor” block
2. Then go to the Elementor sub panel right there and set the page you’d like
3. Then use Elementor to build out that page however you’d like
We are going to have to go in a different direction and use a different template. It’s been over 50 replies back and forth, over a month, and we still are having issues setting up the site. We might come back to it later, but in a time crunch, we are running into too many walls.
How do I edit the website with elementor? For some reason when I click on Edit with Elementor on a page that I want to edit, it takes me to something totally different. Please view this screen recording to better convey the issue. https://share.vidyard.com/watch/9AcV1BcKqMLKDNyUUnDKiE?
Morning, replied to your live chat but refer to the Homepage Setup and Editing video in https://contempothemes.com/wp-real-estate-7/docs/elementor/
Hello,
I purchased your theme, which I love by the way. However, when I went to updated the “PACKAGES” following along with you instructional video I noticed that my “Membership page” is blank. I proceeded to add another PACKAGE and again the page reminded the same. The only things that appear are a heading and navigation bar. Can you assist?
Hi, sounds like the membership page isn’t set or not using the proper template, have a look at https://contempothemes.com/wp-real-estate-7/docs/custom-page-templates/ you’ll need to create a page Membership and apply the “Membership” template, screenshot https://share.getcloudapp.com/d5uEeP67 its actually automatically created when you activate the packages plugin as well. Also make sure you set the page in Real Estate 7 Options > Front End Submission > Pages
3f30b510-a3ea-4595-a95c-0131444e1495 – 2 Jul 2020
Hi dear,
I’ve a problem with the google maps search on the theme:
The “area searching by drawing” dosn’t works and don’t give my any results on the maps.
Morever the maps results disappear if I click on the map where there isn’t some “house icon”.
There is some way to disable the searching by drawing? I realy don’t need it. Only like to see the location of the listings on the map.
Have you any suggestion?
Thanks!
Morning, its due to your listings not having the lat/long coordinates automatically generated off the listing address information which is used for the Ajax map pan/zoom and draw functions.
Need to make sure that you only have the street address I. The listing title field. Also, it needs at the bare minimum that and the city in order to properly generate the coordinates which are used whenever you pan/zoom the map.
Go into your WordPress Admin > Listings > choose any of one listing > click Edit > click Update (as long as the address information is proper, all of them will get coordinates generated)
Also clear your browser and server/site cache, after you’ve done the update steps and verified the data.
The set up of the title is correct: address and city name.
The map works and show me the location of all proprieties.
The problem is only with the draw search (dosn’t works) and when I click on a map area where there isn’t any proprieties located (this make disappear all listings from the map and from the searching results. For me is not good.. because site visitors might accidentally click on the map and all searched listings disappear. it is not functional).
when I tried to share a property list on facebook via website, it says href should represent a valid URL
Morning, which listing are you trying to share? Sounds like you might be on a temp url that Facebook isn’t liking?
I get the same error on every page
https://homemakers.lk/ this is my websiteMorning, looks like Facebook has made some changes, try replacing wp-content > themes > realestate-7 > single-listings.php with https://gist.github.com/contempoinc/15789c4c98a629be3621cd5d372f1352 and testing
Hi, i just wondered if you knew of a Marketing/template plug-in which would enable us to email clients property flyers/window cards?
Thanks, Zoe
Morning, sorry I don’t.
I’m trying to create new black pages, however I’m getting a box on the right side containing “Follow Us” buttons & links. How do I remove this feature / widget from the theme?
Hi, that’s the sidebar you just need to change to a full width template refer to https://contempothemes.com/wp-real-estate-7/docs/custom-page-templates/
How to add a button with a colored background on the left on the navigation bar
You can add the class “btn” or “btn-outline” to a menu item, you’ll need to enable the class field via appearance > menus > screen options (upper right).
When I search something, it redirects to the home page. nothings coming. how do I set up the search results page. please help asap
Morning. If you’re being redirected its due to the homepage not using the “Home” page template, its an easy fix though.
Have a look at the video in https://contempothemes.com/wp-real-estate-7/docs/elementor/#1-toc-title I talk about the homepage setup about halfway through
1. Go into Real Estate 7 Options > Homepage > Layout Manager Only enable the “Elementor” block
2. Then go to the Elementor sub panel right there and set the page you’d like
3. Then use Elementor to build out that page however you’d like
It is already on elementor. nothings wrong with the home page set up. please check my seach bars https://homemakers.lk/
when I search anywhere on my website it redirects to homepage > https://homemakers.lk/?ct_keyword=athurugiriya&ct_ct_status&ct_city&ct_state&ct_zipcode&search-listings=true&lat&lng
Can guarantee it’s not setup correctly, please watch the video again and recreate the exact steps on your site.
I did, search results arent coming
https://homemakers.lk/ this is my websiteChecked the site it’s not setup per the instructions, please watch the video again, it explains it exactly step-by-step needs to be done just like that and your search will work properly.