manoucho
Forum Replies Created
-
Rustyknight, I switched from ZIP file to a TAR.GZ file and it works for me.
Thank you Daniel for your answer. Good to see you’re working on a fix. Your plugin is great.
Hi,
I’m having the same problem since a couple of weeks. Daniel, currently my maximum script execution is set to 0, do you recommend another value then? Which one ? Thank you!
Hey Jordy
Thanks a lot for the answer!
I think it came from a confusion on my side: you state clearly that the URL of the attachments are not updated in the pages, right ?
So in my case I expected them to stop working, but there were still working… probably because of some plugin, yes (WPML sticky links?)
However when I checked the links with Broken Link Checker I had hundreds of “broken URLS”, especially because of all the upper case images that your plugin renamed with lower case.
I’m just not too sure to understand what is happening very well ??
Hi Jordy
Sorry I sort of have the same question, I ran the plugin on all my files: the website works but the posts are not updated (as you said) and if I run a link checker it gives me a lot of error yet
I simply don’t understand what happened: URL of media changed – ok, but why are my pages linking to the old links still working ?
Thanks a lot!
ManuForum: Plugins
In reply to: [W3 Total Cache] Exclude a plugin from the cache systemAfter doing some search I found two answers:
1. https://wordpress.stackexchange.com/questions/61838/exclude-content-from-w3-total-cache
However I don’t know if excluding the files of the plugin will work…
2. Otherwise apparently you have to tweak your code a bit, see the FAQ in the plugin itself (How do I implement page fragment caching?) haven’t tried it yet
Forum: Plugins
In reply to: [W3 Total Cache] Is there a way to make specific lines of code not cache?How do I implement page fragment caching?
First you need to define W3TC_DYNAMIC_SECURITY in your wp-config.php file.
define(‘W3TC_DYNAMIC_SECURITY’, ‘somesecurestring’);
Edit your templates with the following syntax to ensure that dynamic features remain so. Replace with content of the constant:
Example 1:
<!– mfunc {the W3TC_DYNAMIC_SECURITY string} any PHP code –><!– /mfunc {the W3TC_DYNAMIC_SECURITY string} –>
Example 2:
<!– mfunc {the W3TC_DYNAMIC_SECURITY string} –>any PHP code<!– /mfunc {the W3TC_DYNAMIC_SECURITY string} –>
Example 3:
<!–MFUNC {the W3TC_DYNAMIC_SECURITY string} –>
echo rand();
<!–/mfunc {the W3TC_DYNAMIC_SECURITY string} –>
Example 4:
<!– mclude {the W3TC_DYNAMIC_SECURITY string} path/to/file.php –><!– /mclude {the W3TC_DYNAMIC_SECURITY string} –>
Example 5:
<!– mclude {the W3TC_DYNAMIC_SECURITY string} –>path/to/file.php<!– /mclude {the W3TC_DYNAMIC_SECURITY string} –>Be aware that WordPress functions will not be available.
Forum: Plugins
In reply to: [W3 Total Cache] Is there a way to make specific lines of code not cache?Have you found a solution to your problem ? I’m interested as well!
Forum: Plugins
In reply to: [Yoast SEO] WPML with SEO YoastWPML doesn’t show you 7 languages on 1 page, instead it shows you 1 page for each language (so 7 languages)
And yes, on each page you can configure the SEO fields.
Forum: Plugins
In reply to: [Advanced Browser Check] Internationalization of plugin ?Hi Mathias
As I said before the guys from WPML can do it for you, free of charge, since they did it for your previous version.
https://wpml.org/documentation/theme-compatibility/go-global-program
Cheers!
ManuForum: Plugins
In reply to: [Advanced Browser Check] Hide button doesn't workHi Mattias
Thanks anyway, I have made a few updates on my website, I will test your new version and see if I still experience the issue
Forum: Plugins
In reply to: [Advanced Browser Check] Mobile Browser SupportWow, great, thanks for this fix!
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] No backups when usin zip-functionForum: Plugins
In reply to: [WordPress Backup to Dropbox] No backups when usin zip-functionHi
I’m having the same problem, finally got an interesting error message:
A fatal error occured: Submitted input out of alignment: got [4194304] expected [0] (Status Code: 400)
I didn’t know I was quick, I just logged in to WP and saw it was there ??
Thanks, it works now!
One question that has nothing to do with this: in 2 weeks I’m changing domain name, will the premium extensions still work?
Cheers!