salajm
Forum Replies Created
-
find this in file cart-shipping.php:
<option value=””><?php _e(“Select Shipping Method”, ‘woo-shipping-display-mode’); ?></option>
Remove this, or comment it out
It will work the way you want. This first option is unecessary, after removing it it will automatically select first shipping method
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Custom stock status translationtkank you, I will wait for a new version, your plugin is very useful
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reasonI found a reason:
https://www.michalsalaj.sk/doc/info.php
SERVER_PORT 80
REQUEST_SCHEME httpkmessinger, thank you, I would never see server configuration without your hint 🙂
I contacted my provider
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reasonThis /wp-admin/ redirect is not a main problem. I fixed it with define(‘FORCE_SSL_ADMIN’, false);
The problem is, why in https://www.michalsalaj.sk if you look at html source, scripts and css urls are http:// when I load page with https://
It looks like the function is_ssl() return false even if the page is loaded with https://
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reasonI worked for months to make this site and when it is finished, it will stop working without real reason? There were no change in configuration of the server or wordpress. Yesterday it worked and today not. How to debug the real reason in wordpress? Is there some debug possibility?
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reason🙂
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reason# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reasonwhy? It’s clearly a WordPress issue, redirects are only when I am using /wp-admin/, the site is working (with limitations that scripts and css files are loaded with http:// so they are blocked)
Forum: Fixing WordPress
In reply to: HTTPS stopped working without reasonNo, I didn’t install a plugin. Force Secure Checkout is unchecked