andykane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tiny MCE missing on posts and pagesTim, you’re a genius, thanks. I’ve been struggling with this for ages and could never get to the root of it. Many thanks!
Forum: Plugins
In reply to: [BackUpWordPress] Manual backup not working on PHP 5.3.3Hi Kat,
Yes since 3.6 it started working without problem again. I think 3.6 addressed some of the backward compatibility issues if my memory of your changelog is correct.
Thanks for your help.
Andy
Forum: Plugins
In reply to: [BackUpWordPress] No backup with WP 4.4.2Hi, Yes this is happening for me too now.
Forum: Plugins
In reply to: [Brute Force Login Protection] .htaccess file becomes visible with allowHi JP,
Further to this thread, you had setup the .htaccess to read
<FilesMatch ".*\.(php|html?|css|js|jpe?g|png|gif)$">
Unfortunately what this is doing is allowing access to any other file regardless of if I have added them to other <files> or <filematch> commands that I have in my .htaccess file.
For example I don’t want people to see my wp-config.php file for obvious reasons however the syntax of your .htaccess entry will ALLOW all files to be read until the user is blocked. Is there any way to change the syntax so that we can permanently block certain files, maybe some sort of an exception?
Appreciate the plugin.
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] No valid archive method found.Yes same issue with me, redirected to homepage when I try to download the file. WP 4.3.1, all plugins up to date.
Forum: Plugins
In reply to: [WP eCommerce] Upgrade to 3.9.4 failedPlease ignore, issued now resolved. Thanks
Forum: Plugins
In reply to: [Brute Force Login Protection] .htaccess file becomes visible with allowHi JP, That’s brilliant. Love the plugin, helps me sleep at night!
Cheers,
Andy
Forum: Plugins
In reply to: [Brute Force Login Protection] .htaccess file becomes visible with allowThanks a lot JP.
As a work-around I edited includes/htaccess.php and changed line 7 from
'<Files "*">',
to'<Files "*.php">',
Now it just blocks (or allows) PHP files.
Would you mind updating this thread when you’ve released the bugfix. Also do you have a link to donate, great plugin, I’d like to show my appreciation.
Forum: Plugins
In reply to: [Advanced WP Columns] Text alignment when viewed on smaller deviceHi, I found I had to edit the specific style for the <div tag on each page, I changed my code to :
style=”margin: 0px; padding: 0px; width: 47.7%; float: left; text-align: left !important;”
and it worked.
Would be really nice to be able to apply this to all the csColumn class at once but doing that in the settings for the plugin has no effect.
Forum: Plugins
In reply to: [WP eCommerce] Callback occasionally fails to set order status as completedHi Jedisha, I’ll contact Cardsave, thanks for that. My believe is it’s caused by security settings on the customers computer prohibiting the call back, which I doubt there is much we can do about.
Forum: Fixing WordPress
In reply to: redirecting to 7080Was over my head too but seemed to be routine for the tech support guys at my hosting company. Send your company the link to this article and they should be able to get it sorted.
Hope that helps.
Forum: Fixing WordPress
In reply to: redirecting to 7080I suffered the same problem and just couldn’t think what it was however on asking my server tech guys we got the problem sorted.
Jasoncrews, is your site hosted on plesk, specifically plesk 11? If so this should help https://kb.parallels.com/114425
Hope it’s useful, worked for me.
Thanks,
Andy
Hi Trevor and Rosetrees,
I am having the same problem at the moment, only one category displays and when i try to switch to another category it gives not found. Thinking its a permalinks issue two, Rosetrees, can you possibly let me know what you did to rectify this in permalinks?
Andy