aaronhuisinga
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress IDX Real Estate Listings & MLS Search] SSL Support?Is there any sort of update on this? We’ve recently migrated all of our clients to use SSL, and have basically had to do a manual redirect to regular HTTP for just these IDX pages. It’s a pretty frustrating and needless workaround for something that should be a really, really easy update for the plugin.
From what I gather, this is certainly a bug. I have WordPress installed to a subdirectory, and the plugin fails to pull the font files from the correct directory due to it.
My WordPress is currently installed to:
https://www.example.com/wp/Because of this, my settings in the Panel are set the the following:
WordPress Address (URL): https://www.example.com/wp/
Site Address (URL): https://www.example.com/The majority of my pages are stored on the server and work like the following:
https://www.example.com/about/
https://www.example.com/testpage/
etc…The styles originally work and the font files are properly downloaded to their folder at:
https://www.example.com/wp/wp-content/plugins/font/font_files/EXAMPLEFONT.eotBut when a page such as /about/ tries to load them, it fails as it is looking in the wrong directory, like so:
https://www.example.com/wp-content/plugins/font/font_files/EXAMPLEFONT.eotSo, in summary, the plugin looks at the site address instead of the wordpress address for some reason, and is therefore missing the correct WordPress directory when trying to pull the font files. Shouldn’t be too difficult of a fix, as WordPress has built in functions for pulling both URLs.