you are mixing http and https !!!!
See your errors in the javascript log (chrome -> f12):
jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 (index):209 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Cantarell'. This request has been blocked; the content must be served over HTTPS. (index):209 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700&subset=latin,latin-ext'. This request has been blocked; the content must be served over HTTPS. (index):245 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure image 'http://condocrawlers.com/search/wp-content/uploads/2019/01/condocrawlers_to-condos-logo.png'. This content should also be served over HTTPS. 2toronto_search:1 Mixed Content: The page at 'https://condocrawlers.com/' was loaded over HTTPS, but requested an insecure script 'http://condocrawlers.com/search/wp-content/plugins/advanced-iframe/js/ai_external.js'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Cantarell'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700&subset=latin,latin-ext'. This request has been blocked; the content must be served over HTTPS. piwik.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID (index):1 Mixed Content: The page at 'https://condocrawlers.com/search/' was loaded over HTTPS, but requested an insecure favicon 'http://condocrawlers.com/search/wp-content/uploads/2019/01/favicon.ico'. This request has been blocked; the content must be served over HTTPS.
You have to load the files all with https ! Everything is https ! Therefore you need to include all scripts also this way. and as all is https you also need to copy this files to the other server but you can include them directly!
Best, Michael
|