Manuel
Forum Replies Created
-
Forum: Plugins
In reply to: [FAQ Schema For Pages And Posts] A Few Feature RequestsI would also love HTML support.
Forum: Plugins
In reply to: [W3 Total Cache] Cloudfront: No ‘Access-Control-Allow-Origin’ headerHi Marko,
You were right, it was because of nginx.
I just had to add
add_header Access-Control-Allow-Origin *;
to the additional nginx directives in Plesk. Now it works!
Again, thank you very much!
Forum: Plugins
In reply to: [W3 Total Cache] Cloudfront: No ‘Access-Control-Allow-Origin’ headerHi Marko,
many thanks for your help.
Yes, it’s a Plesk Linux Server with default Apache and Nginx settings.
According to the documentation, with the default settings, all static content is served by Nginx.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Plugin Supported?The plugin works very well. ??
And updating via cron is a great idea! It would be cool if this feature ever came out.
What may still be missing is the option to specify a time period instead of a start date, e.g. the last 30 days. Then it would also be the perfect plugin to display popular posts. A fixed start date would give old posts too much advantage.
Forum: Plugins
In reply to: [WP-PostRatings] GDPR ComplianceHi Lester, your update works fine for me too. Thank you very much!
Forum: Plugins
In reply to: [W3 Total Cache] How to minify style.php?You can’t do this. You would need it to be a .css file
Ok, thanks for the information.
I thought W3 Total Cache could handle PHP files with content type text/css header parameter as CSS files.
header("Content-type: text/css; charset: UTF-8");
Just curious if you are inlining the output into the generating page or something else.
It was inline CSS but I changed it into a static file, because of the smaller source code.
I have exact the same problem and can’t navigate through the gallery when a picture is opened in the ImageBrowser. Is there any solution for this?
Here is my current gallery: https://www.kaufberatungen.net/5654-ifa-2014-die-trends-der-funkausstellung.html
Forum: Plugins
In reply to: [SEO Title Tag] Unwanted meta description in wp_headAnd in my categories I have found empty meta descriptions:
<meta name=”description” content=”” />
But there is already an existing meta description from Headspace2 and I have no entries in the SEO Title Tag backend for the categories.
It would be great, if the plugin wouldn’t add the meta-description tag if there is no entry in the backend.
Forum: Plugins
In reply to: [SEO Title Tag] Unwanted meta description in wp_headSame problem here.
Today I have updated to WordPress 3.8.1 and the newest version of this plugin and now I have two meta descriptions for my frontpage. One meta description from Headspace2 plugin, which is correct, and now a second one from SEO Title Tag plugin.
But there are no meta-description entries for the frontpage, which is a static page in my case. And it seems that SEO Title Tag takes the blog description as meta description.
Could you please fix it?
Best Regards,
ManuelForum: Plugins
In reply to: wp-super-cache is not updating my websiteHi Donncha,
first of all thanks for this great plugin!
But I have the same problem on my site https://www.tvfacts.de and I am still using the development version of wp-super-cache.
For example my front page was cached at least 8 hours before:
<!– Dynamic page generated in 2.806 seconds. –>
<!– Cached page generated by WP-Super-Cache on 2012-06-26 09:29:48 –>
<!– Compression = gzip –>My settings are the following:
Cache Timeout: 3600 seconds
Scheduler: 600 seconds (Timer)So I think the front page should have been refreshed, right?
What I noticed is, that the scheduler always jumps to Clock 00:00 HH:MM with one time per hour as Intervall.
Do you have any ideas why the front page isn’t refreshed?
Best regards,
Manuel