mvied
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] I need to force the lock buttonTomahawkUSA, you will want to follow the directions in the FAQ under “How do I make my whole website secure?”.
Spax, I don’t know. It’s an issue with the certificate itself.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Cannot access anymore to the admin panelFAQ – I can’t get into my admin panel. How do I fix it?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Permissions Error with 3.2.2 UpdateNot a clue. I don’t have this issue. The plugin does nothing with permissions.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Module\Admin not foundSorry about that horrible error. I really need to make that easier to understand in case this happens. Thanks.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Permissions Error with 3.2.2 UpdatePay attention to the URL’s you are being redirected to. Enable the plugin and then browse to wp-login.php and ensure there is no redirect_to parameter in the URL. Let me know if that works.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Fails to load resources after Force SSL ExclusivelyThe appropriate solution is to fix the bug in the plugin, which I can’t do because I can’t reproduce it. I can easily fix it if you allow me to look at it.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Force SSL AdministrationI’m pretty sure the plugin isn’t active. Everything on https://perthvirtualphotography.sslaccess.com/wp-login.php is being loaded from https://www.perthvirtualphotography.com.au/ which is impossible if the plugin is enabled and configured correctly. Just login at http://www.perthvirtualphotography.com.au/wp-login.php and make sure everything is right before you enable Force SSL Admin. Also, you should not use WordPress’ built-in FORCE_SSL_ADMIN with this setup.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Fails to load resources after Force SSL ExclusivelyNo, I don’t have that issue on any of my sites. I eyeballed the code but I don’t see anywhere that would cause this issue. I can take a look at your site for you. My email is mike[at]mvied[dot]com.
Forum: Plugins
In reply to: [eShop] eshop – "add to cart" button not working with HTTPSI’m actually going to add this into my plugin as well. I can see this being useful in many cases.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Force SSL AdministrationDid you not set your SSL Host to perthvirtualphotography.sslaccess.com?
You will have to post a link. Recreate the issue on two separate pages.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Force SSL AdministrationWhen you’re on the login page, always check the redirect_to parameter to make sure you’re not being redirecting to the wrong place. If it is incorrect, it will give the appearance of not working. It is, you’re just being redirected to the wrong place after your successful login. Try hitting wp-login.php without any parameters and see if the login works.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] I need to force the lock buttonI don’t know what that means, sorry.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] eshop – "add to cart" button not workingI’ve responded in the other topic.
Forum: Plugins
In reply to: [eShop] eshop – "add to cart" button not working with HTTPSI’m the author for WordPress HTTPS. You say that when the product page is HTTP, it “doesn’t work”. What happens? Check your browser’s console for JavaScript errors. I’m pretty sure you’re getting a security violation since you can’t make HTTPS AJAX calls from a HTTP page without adding a special header.
header("Access-Control-Allow-Origin: https://www.mysite.com");