WPSight
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Single ListingHello,
to customize your theme in order to have more control over about how it looks like, I’d recommend you to have a look in our documentation here:
– https://docs.wpcasa.com/article/creating-child-themes/
– https://docs.wpcasa.com/article/using-templates/The first article explains how to create a child theme (if not already done), and the second explains the general mechanism about how to customize template files. Please understand that knowledge about WordPress Coding and PHP Development is required in order to do this.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Image Gallery MissingHello,
thank you very much for your message.
I’m deeply sorry for the confusion. While the basic gallery functionality is indeed included in WPCasa, it remains currently inactive by default since quite a bit of theme-specific styles play a role. However, it definitely sounds a bit irritating seeing it in the description and not having it enabled as expected – so I’d like to apologize for that. At the moment we anyway plan to enable the gallery functionality by default and including a basic gallery. Unfortunately I can’t tell any specific ETA yet for that. In the meantime you can basically enable the gallery by using the following code snippet:
/** * WPCasa Bootstrap listing gallery */ add_filter( 'wpsight_meta_boxes', 'custom_meta_boxes_listing_images', 8 ); function custom_meta_boxes_listing_images( $meta_boxes ) { $meta_boxes['listing_images'] = wpsight_meta_box_listing_images(); return $meta_boxes; }That will enable the metabox to add listing images. However, you will still need a some kind of gallery to actually display them. You can maybe try out any of the available 3rd party addons or maybe even the gallery functionality included in your theme might work.
Alternatively I can only suggest to have a look at our themes since they all include the gallery functionality.
Let me know if there is anything else I can do for you.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Single ListingHello,
thanks for your report.
It really mainly depends on the theme you’re using. Since WPCasa comes as a plugin but design is theme-specific, we’ve only included a very small amount of styling in order to not cause any style-conflicts with any of the themes.
In order to get control about how your site should look like you might need to consider to customize your theme or alternatively have a look at our themes which come with custom templates specifically made to be used with our WPCasa plugin. You can also try them out here: https://try.wpcasa.com.
Let me know if there is anything else I can do for you.
All the best
Hello Marcel,
sorry for the late response. Usually we receive an email as soon as a support requests gets in, but this time obviously we haven’t got any notification. Sorry for that.
Yes, you’re right: By default the title gets generated with a surrounding H1 tag. Having multiple H1 tags on a single page isn’t as bad as it used to be. Search enginges nowadays got pretty smart and can differentiate between having various titles, some double and some missing. Not saying that it’s good, since having a well structured web page is always still better, but its not as bad as it used to a few years ago. However, long story short, you actually can use the filter hook which is in the same function which you’ve found already.
So you could basically try the following code to disable the header:
add_filter( 'wpsight_get_listing_title', '__return_false' );This should theoretically disable the output of the title. Please try that and let me know if that works for you.
Alternatively you can also create a listing-single-title.php within your-theme/wpcasa/ and add your own custom title code in there (eg. by using the wordpress default get_the_title() function).
Let me know if you have any further questions on that.
All the best
- This reply was modified 6 years, 10 months ago by WPSight.
Glad that we could be of some help. 🙂
All the best
Hello,
this can be easily hidden with the following CSS:
.single-listing .post-meta {display: none;}You can add this CSS to WP-Admin > Appearance > Customizer > Custom CSS or to your child theme if you use one.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Problem with archive templateHello Kim,
sounds great. Thanks for the report. I’m glad that this is solved now.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Search and Map not working (properly)Hello,
1. Search
This is actually the default behaviour already. The search returns only those listings which meet the minimum criteria.2. Map
Yes, your API Key throws quite a few errors which you can see in the browsers console.Google Maps JavaScript API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key Google Maps JavaScript API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-errorBest make sure to not add any restrictions during your tests and check if your API Key is properly configured. That being said you also need to add your billing details to the Google Cloud Platform in order to validate your API Key.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Search and Map not working (properly)Hello,
thanks a lot for your report.
1. Search
For the search to work properly, there needs to be a page which contains the [wpsight_listings] shortcode and that page needs to be assigned as the basic listings page through the WPCasa Settings in WP-Admin > WPCasa > Settings. This is required since WPCasa utilizes the default search functionality given in WordPress and without a difference it would show up blog posts and listings on the same search results page.2. Map
Unfortunately I’m currently not sure what exactly isn’t working here, but have you signed up for a Google Maps API Key already and have added this in the WPCasa Settings? This is required by Google since last year in order to make use of embedded maps. Without knowing more about this issue I guess this might get solved with adding a Google Maps API Key. If that still doesn’t help please let me know more about this issue (eg. what did you try to have the map show up? where did you enter the [wpcasa_listings_map] shortcode? Did you try to use different address for the properties? And everything else what comes to your mind).All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Problem with archive templateHello Kim,
thanks for your report.
Unfortunately it is quite impossible to debug such kind of issues with 3rd party themes without properly knowing their structure. However, I quickly installed GeneratePress on one of our test sites and it seems that by default everything is working fine actually. See here.
So I assume there must be something different on your side, maybe from your custom child theme or from a plugin you’re using. Perhaps try to activate the main theme and see if the issue persists. That way you can narrow down if the issue is coming from the theme/child-theme or not. Further you can try disabling your plugins and checking if that helps somehow. In some cases plugins can do some weird stuff which can result in such kind of situations (eg. filtering the_content or hooking into some system-relevant actions).
I hope you find a solution soon.
All the best
Hello Kim,
this is only possible with a template customization. By following this approach here you can copy and paste plugins/wpcasa/templates/listing-archive-summary.php to your child theme and modify the wpsight_listing_summary() function.
Instead of
<?php wpsight_listing_summary(); ?>you would add
<?php wpsight_listing_summary( get_the_id(), array( 'details_1', 'details_2', 'details_3', 'details_4' ) ); ?>All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Adaptation to Gutenberg Editor?Hello,
thanks for your message.
The classic editor will still be around at least until 2021. That being said there is no reason to rush at the moment. We’re already working on an integration but due to the complexitiy of this change (it affects the majority of our other add-ons and themes) it can still take a bit. However, if everything goes as planned, we’re able to release a solution in the second half of 2019.
Let me know if you have any further questions on that.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Listing Slider not workingHello,
did you signup for a Google API Key and have properly configured it and added it into the WPCasa Settings in WP-Admin > WPCasa > Settings? Also, please send a direct link from a property where the location has been properly defined and where you expect the map to display.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Listing Slider not workingHello,
I re-checked your site right now and it seems like this issue is solved, is this right? At least your site appears to be working fine and the slider is working again. Can you please confirm? Also, would you mind sharing what the exact issue was?
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Listing Slider not workingHello,
it seems like you’re having Javascript Issues on your site. By checking the browser console it says that jQuery hasn’t been found, but jQuery is actually included in WordPress itself and is quite mandatory so perhaps you’re having a plugin running which interfere into that process like a caching plugin for example? In any case, please disable all your available plugins (except the ones from WPCasa) and see if the issue persists. Also make sure to have all active components (WordPress Core, Plugins, Theme) up to date. If you us a child theme you can also “disable” that (by activiting the original theme) and see if that helps you any further.
All the best