• Offplan
  • Areas
  • Commercial
  • Blogs
  • Career

Compare listings

Compare
jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', function (event, id, instance) { // Check popup name if (instance.settings.settings.title === 'popup') { // Remove old iframe (important) $('#houzez-gt-translate iframe').remove(); // Re-initialize Google Translate if (typeof googleTranslateElementInit === 'function') { googleTranslateElementInit(); } } }); });