mvied
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Image on the page is longer showing upYou can’t. The plugin prevents HTTP elements from loading on an HTTPS page. That is the primary purpose of the plugin. Loading HTTP elements on an HTTPS page will cause the page to appear insecure to the user. You don’t want to do that.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Images not displaying in IERemove Unsecure Elements removes HTML from the page, so it is not the reason the images are not showing up. They would not show up in every browser.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Redirecting to https when I log outIf you have Force SSL Exclusively on and you’re not securing the homepage, it should be impossible to hit it over HTTPS, regardless of how you got there. So either something isn’t working, there’s an issue with your server configuration, or your home page is secured for some reason.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problem with Cart66 checkout JSI’m guessing you have Force SSL Exclusively on. The plugin is changing the AJAX url to HTTP since that URL is not being secured in any way and the plugin has no way to know that the URL is being used for AJAX and to leave it as HTTPS. Try adding this to your URL Filters
\?cart66AjaxForum: Plugins
In reply to: [WordPress HTTPS (SSL)] Redirect LoopI’m sure there is. This can happen for many reasons. Typically the issue is a conflict with another plugin or your server configuration.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Your HTTPS PluginWhy are you trying to only secure the login page instead of just enabling Force SSL Admin?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] How do I correct this?Disable and re-enable the plugin. Let me know if that fixes it.
I can’t reproduce this. The best I can do is take a look at it on your server. You can email me at mike[at]mvied[dot]com.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] "The page isn't redirecting properly"Then you have something on your site/server configuration that is conflicting with the plugin, always redirecting pages back to HTTP. Hitting your public site over HTTPS should work fine.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] "The page isn't redirecting properly"Could you also disable Force SSL Exclusively temporarily?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Fails to load resources after Force SSL ExclusivelyIt’s not going to fix it.
You can see all the changes for version 3.4 here.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] "The page isn't redirecting properly"Enable debug mode real quick for me.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Blank Products pageThis is most commonly due to PHP’s memory limit being too low. Check your Apache error logs just to be sure. Talk to your hosting provider about increading PHP’s memory limit.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] WORDPRESS HTTPS (SSL) Save Changes does not workDid you reset the plugin with WPHTTPS_RESET and leave it in the file?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Fails to load resources after Force SSL ExclusivelySomewhere there is code replacing forward slashes with nothing. I’ve had issues like this with my plugin before, but not recently. I don’t think I can help you without looking at it myself since it could literally be anything.