Carlo
Forum Replies Created
-
Forum: Reviews
In reply to: [Cookie Information | Free GDPR Consent Solution] Nice pluginThanks
Forum: Fixing WordPress
In reply to: 404 Error Page – Permalinks Fix Not WorkingMoving files from FTP to localhost usually cause this problem to happen.
Fix 404 Page Not Found in all Pages in WordPress
To fix this problem, simply add the following block of code into your .htaccess file. If you do not have an .htaccess file, create it.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /project_name/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /project_name/index.php [L] </IfModule>Let me know if it worked for you.
Hi Sormano,
Thanks for the quick response. You were right, it was the shipping rate cache causing the issue (I honestly didn’t know a caching for shipping rate exists). And yes the value of my option name is similar to the serialized data that you posted.
Thanks and Merry Christmas!
CarlWell, I went straight to my database and manually added the option “hide_other_shipping” and set the option_value to “yes”. It works now, but it would be nice to have a fix for others.
By the way, great plugin!. Very nice coding as well. I learned a lot today from just looking at your codes.
Thanks.
I came up with a temporary fix, but this is not advisable.
Simply remove the quotes on the title tag as seen bellow:
[_su_spoiler title=”Sample Title”]
change to:
[_su_spoiler title=Sample Title]
Like I said this is not advisable, but if you have a client like mine who came back complaining about this issue and want an immediate fix, then you might probably want to make a temporary fix while waiting for the plugin authors to fix the problem on the next plugin update.
Yep, I have the same error. I hope they fix it real soon.