mattios550
Forum Replies Created
-
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] VAT not applyingThanks for responding.
I have found the problem! I had Enter Prices Inclusive of Tax set to Yes, but now it is No, all works.
Thank you so much for responding!
Forum: Fixing WordPress
In reply to: Permalinks not savingI also checked again and all roles now use the same (wrong) default permalink setting.
I also deactivated all plugins and the problem still occurs.
Forum: Fixing WordPress
In reply to: Permalinks not savingI have checked, and the
.htaccess
file does not change when I change the settings and apply them. The ‘change successful’ message still comes up though.Thank you for identifying the problem! Is there any way that it can be fixed, do you know?
P.S. I have two WordPress installations on the same domain, one in the root and the old one in a subdirectory.
Forum: Fixing WordPress
In reply to: Permalinks not savingThe wordpress install is in the root directory.
It is a fresh installation.
There is a .htaccess file in one or two subdirectories not related to the installation.
I’m not sure, I think it is a stand alone site.This is the code at the start of my .htaccess:
RewriteEngine On # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On
Should
RewriteEngine On
be used twice?Edit: I just changed the permalink setting to
/archives/x
and all roles use this structure. I changed it back to/year/month/name
and it doesn’t work again.When I edit the post as an Administrator, the correct structure is given. I tried 2 other structures but they did not work.
Thank you for your help.
Forum: Fixing WordPress
In reply to: Permalinks not savingThanks for your response ClaytonJames.
I also have this code in my .htaccess:
RewriteCond %{HTTP_HOST} ^site\.co\.uk$ [OR] RewriteCond %{HTTP_HOST} ^www\.site\.co\.uk$ RewriteRule ^example$ "http\:\/\/site\.co\.uk\/system\/documents\/document\-1\.pdf" [R=301,L]
Does that use
mod_rewrite
? Because the above works.Forum: Fixing WordPress
In reply to: Permalinks not savingHi,
An administrator can create a post and it is given the permalinks that I would like.
However, when a Contributor does it, the
?p=x
setting is given.So I guess
mod_rewrite
is working?Thanks for your response.
Forum: Fixing WordPress
In reply to: Custom image sizes shows 404 errorAm I missing something?
https://demo2.craftbizlanka.com/wp-content/uploads/2013/09/Retun-Risk-300x199.jpeg
is not the same ashttps://demo2.craftbizlanka.com/wp-content/uploads/2013/09/Retun-Risk.jpeg
– so how are you expecting to access a file that doesn’t exist?Or am I being stupid?
Forum: Fixing WordPress
In reply to: Custom image sizes shows 404 errorAre you sure that the image exists in your media library?
https://demo2.craftbizlanka.com/wp-content/uploads/2013/09/Retun-Risk-300x199.jpeg
As far as I know you can’t just put a size after it and have it serve that size.