WPSight
Forum Replies Created
-
Hello,
by default this is unfortunately not possible. But we’re releasing soon a Video Addon which makes this possible.
All the best
Best would be to check back with the authors of that plugin to see how it would be possible to programmatically disable/enable the facebook pixel. In the plugin I use it works with the filter method like so:
add_filter( 'pys_disable_by_gdpr', '__return_true' );From that you can then probably just modify the snippet above and customize it for your needs.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Search not workingHello,
unfortunately I’m not sure about the issue with the CSS you mention. When I view the site everything looks actually fine and works as expected.
Regarding the translations you would need to translate this via MO/PO Files. A plugin like Loco Translate can help you with that. Simply add a new translation for the WPCasa Advanced Search Addon start translating. You can find more infos about how to use this plugin on the plugins page.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Change Thumbnail SizeHello,
thanks for your message 🙂
you can change the thumbnail size in your settings in WP-Admin > Settings > Media. Don’t forget to run a plugin like Regenerate Thumbnails in order to get all the images resized based on the new dimensions.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Search not workingHello,
thank you very much for your request. We had a look on your site but couldn’t find anything wrong with it. The search box appears to be fine and it also works when we search for local properties (it returns 3 properties at the moment). Did you already solved this by yourself?
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] Sold ListingsHello Dandy,
not sure if it is still relevant (sorry for not replying earlier) but some of our users have added so-called custom offers to their website in order to mark properties the same way you’ve asked for. See here a snippet for an example.
However, beside that there are also other ways like the default way of marking a property just as “unavailable”. In addition we’re having the WPCasa Listing Labels Addon (Premium) which also lets you visually separate properties from each other with differently-colored labels (eg. “Sold”, “Rented”, “Pending”,…)
Let me know if you still have any questions.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] wpcasa- contact form 7Hello Steve,
any update from you so far? Did it help you get rid of the issue you’re having?
All the best
Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Functional templates, good supportThank you Drasko for this very kind review of yours. Words like yours helps us keep motivated and continue with the whole journey. Thank you very much.
Hello @alivai,
unfortunately it seems like we still haven’t got any support request from you in the forum.
The issue you describe in your review is most likely quite easy to fix. The provided code snippet to extend the listing details is in use on hundrets of websites and works as described. So the issue you have probably roots from somewhere else.
Again, we haven’t got any support request from you, but suddenly out of nowwhere you gave us a 1-star review. As you might be able to imagine this does not only hurt but is also somehow unjustified. We’d really like to help you further on your issue and would like to kindly ask to re-consider your review. Thank you.
Hello @alivai,
thank you for your review. Unfortunately it seems to be not really fair since we haven’t got any support requests from you. Would be nice if you could post your issue in the support forum here: https://wordpress.org/support/plugin/wpcasa/ in order we can take a look at it.
Forum: Reviews
In reply to: [WPCasa - Real Estate for WordPress] Waste of money and timeHello @jdembowski,
This review is about one of our premium addons. Client was not happy and got his money back.
- This reply was modified 7 years, 9 months ago by WPSight.
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] wpcasa- contact form 7Hello Steve,
sorry for the late reply here.
We already sent you some instructions via your support ticket. Please check if that helps and let us know about it.
All the best
Forum: Plugins
In reply to: [WPCasa - Real Estate for WordPress] WPCasa London – A couple of bugs (fixed)Hello,
thanks for posting this. As already mentioned in our Github Repo we’re going to fix this with the next release. Thanks a lot for your input.
All the best
@gaspar Nemes
Some Facebook Pixel Plugins offer more options so its not always possible to just use the Generic Facebook Pixel Code.And in some cases its not possible to use Javascript for interacting with the Cookie Consent.
@nickfr
Here is a solution I made for my website:/** * Disable Facebook Pixel based on Cookie Consent * * This snippet disables the Facebook Pixel Tracking Code based on the specific cookie settings. * @link https://wordpress.org/plugins/pixelyoursite/ * @link https://wordpress.org/plugins/gdpr-cookie-compliance/ */ add_action( 'after_setup_theme', 'pixel_cookie_consent' ); function pixel_cookie_consent() { $cookie = ( isset( $_COOKIE['moove_gdpr_popup'] ) ) ? $_COOKIE['moove_gdpr_popup'] : false; $cookie = stripslashes( $cookie ); $cookie = json_decode( $cookie, true ); // disabled by default add_filter( 'pys_disable_by_gdpr', '__return_true' ); // enabled based on user setting if ( $cookie['thirdparty'] == 1 ) { add_filter( 'pys_disable_by_gdpr', '__return_false' ); } }Hello,
thank you very much for your review. I’m sorry that you feel that way but we actually always answered on your support tickets. Unfortunately you sent them many times to us in spanish language and altough we told you that we’re not able to offer support in spanish you kept sending your tickets in spanish.
Further on that it seems like from the beginning you had an unfriendly attitude against us and always expected an immediate answer to your questions while most of the questions could be solved with help of our documentation. On top of that you sent a ticket to us on weekend and spammed all over our Facebook Page because you haven’t got an answer immediately.
I’m really sorry to tell you but this is not how things work. Most of our clients are happy with us and appreceate our work. And at least all have a friendly and professional tone.
But to get now onto the content of your review – again, we’re unfortunately not able to offer support in spanish thus it makes it a little bit unfair that you write your 1-Star Review in spanish. However, thanks a lot for your feedback and all the best