grishart
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] translation plugin that works with woocommerceThanks webkong, which do you use/ recommend?
Thanks Maxim
That works a treat now.
Thanks for your time ??
seems like it was a browser issue as now I have restarted everything it works fine. Sorry to waste time!
Thanks
I have checked and the default css styles is enabled.
I used Fire bug and got this error message
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Is this an issue in my header?
Thanks
Forum: Fixing WordPress
In reply to: Multi categories post feeds.Hi Will
Thanks for the link. I have set up the category template but still can’t see how I get the single posts to show in their own template.
I have reposted in the themes and templates forum.
Thanks for your help
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteHave found the issue is in the .htaccess file in the uploads folder it did not have a space between the code should read `<Files *.php>
deny from all
</Files> <Files *.css.php>
allow from all
</Files>`not
<Files *.php> deny from all </Files><Files *.css.php> allow from all </Files>
thanks to my website host for spotting that and thanks to Esmi for your help.
??
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteno luck although the link now says this
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or sitethis is the .htaccess file in the uploads folder
<Files *.php> deny from all </Files><Files *.css.php> allow from all </Files>
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteOnly worpdress on this hosting which is on a VPS with other hosting accounts.
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteI have thought it could be a permissions thing but when I checked the upload folder they were all set to 755 and read by everyone!
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteHi esmi
I have now done this as you can see but still can’t get to the files in my media folder image
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteI have deactivated all plugins and set a default theme with no joy, but will try again.
Thia is the htaccess file `# 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: image not shopwing up in media folder or siteForum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteYes via wordpress.
I have tested other wordpress installs i have on the same server and they are all ok.
Forum: Fixing WordPress
In reply to: image not shopwing up in media folder or siteI am getting a page not found as its my 404.php should i delete this file and see what error I get. How do I set the permission for the folder through wordpress?
Thanks