dnmmalta
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] submission hanging + saving messages@codepeople thanks for your kind reply, i have updated as you specified and also updated all plugins and also wordpress to the latest version available.
Unfortunately there are still people that are having the problem, primarily people from the UK and from Italy.
Please help me as I’m lost with no idea what to do ??
Regards,
MatthewForum: Plugins
In reply to: [Calculated Fields Form] submission hanging + saving messages@codepeople please help me ??
Forum: Fixing WordPress
In reply to: SSLoh ok, i didn’t know that, thank you very much ?? would you mind if i be a pest pls?
I have another problem which i noted in the below forum, do you have any idea of it as well pls?
booking form hangingi wasn’t able to replicate the problem but we are having 3 – 4 clients per day that are complaining, could it be related to the https issue?
Forum: Fixing WordPress
In reply to: SSLthanks for your reply, i think that i have managed to make it work with this code just before you replied, can you kindly check if it is ok, if not i will use your code:
# 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 # BEGIN LiteSpeed <IfModule Litespeed> SetEnv noabort 1 </IfModule> # END LiteSpeed # BEGIN GD-SSL <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_USER_AGENT} ^(.+)$ RewriteCond %{SERVER_NAME} ^swiftcarhire\.com$ [OR] RewriteCond %{SERVER_NAME} ^www\.swiftcarhire\.com$ RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] Header add Strict-Transport-Security "max-age=300" </IfModule> # END GD-SSL # 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 # BEGIN WordPress RewriteEngine On RewriteCond %{HTTP_HOST} swiftcarhire\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://swiftcarhire.com/$1 [R,L] # END WordPress
Forum: Fixing WordPress
In reply to: SSLdone but problem is still persisting, my htaccess is looking like this now:
# 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 # BEGIN LiteSpeed <IfModule Litespeed> SetEnv noabort 1 </IfModule> # END LiteSpeed # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} swiftcarhire\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://swiftcarhire.com/$1 [R,L] </IfModule> # END WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Forum: Fixing WordPress
In reply to: SSLi did set them up both as https
In my .htaccess file I have the below code:
# 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 # BEGIN LiteSpeed <IfModule Litespeed> SetEnv noabort 1 </IfModule> # END LiteSpeed # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} swiftcarhire\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://swiftcarhire.com/$1 [R,L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: SSLdo they need to be both https?
Forum: Fixing WordPress
In reply to: SSLchecked those files and haven’t found anything linking to fontawesome but yet again i’m not a developer.
Could it be that the below is affecting the way it resolves?
Forum: Fixing WordPress
In reply to: SSLthanks for your kind reply, any ideas how to fix it pls?
Forum: Fixing WordPress
In reply to: SSLokay… i have just noticed that on this particular page the http does not resolve to https:
booking formAny ideas why pls?
Forum: Fixing WordPress
In reply to: SSLI have just received another client stating that it is not secure, attached is his screenshot:
ScreenshotForum: Plugins
In reply to: [Calculated Fields Form] submission hanging + saving messagesForum: Plugins
In reply to: [Calculated Fields Form] submission hanging + saving messagesThere are no specific values causing these issues, i am trying to figure it out.. but cannot reach to the bottom of this.
On certain occasions some clients just have the form to continue loading when they submitted, it hasn’t happened to me yet, but we are having 3 – 4 clients each day complaining.
Regards,
MatthewForum: Plugins
In reply to: [WooCommerce] removal of add to cart for variable products in woocomercePartly sorted
Forum: Fixing WordPress
In reply to: variable products in woocomerceHi,
Thanks for your reply, it works for the simple products but not for the variable products. also for some reason the variable product price doesnt show when the user makes the choice.
Let me post there ??
Regards,
Matthew