niska
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How create a Custom Page TemplateAnyone?
Forum: Themes and Templates
In reply to: Translating the More info texts doesn't workIs there a new release of platform yet?
Forum: Themes and Templates
In reply to: How create a Custom Page TemplateYes. It’s easy. But not when using Platform. I need Platform specific instructions.
Forum: Themes and Templates
In reply to: Translating the More info texts doesn't workIs it possible to download the fixes from your website. Is there a download button for the free theme??
Frederick: I’ve checked with my host provider. And they say that cronjobs should only run once. They also checked that there was not several instances of cron running at the same time.
I’ve set up cron this way
*/5 * * * * * wget -O /dev/null http://www.mysite.com/cron.php
Should I do something else? I’m not sure what you mean by “disable WP Cron”. Could you be more specific?
kg: I’ll try to disable db cache.
How does W3TC recoqnize RSS-feeds? Maby I can add something to my output?
I found the error. My misstake not using the latest .htaccess code. Sorry.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Changelog for 2011.0211 PLS!+1
Forum: Themes and Templates
In reply to: Translating the More info texts doesn't workAnyone? I’m unable to find the file with the source of this text. Does anyone know?
This is an example. When I go to the front page, http://www.mydomain.com/ I get redirected to
http://www.mydomain.com/wp-content/w3tc/pgcache/_index.html.gzip
Could there be some other bug, that causes the user to be redirected to the .gz file?
It only seems to happen occationaly – not all the time.
Any ideas?
This is how the feed is created. I’ve validated the feed – and I have several followers.
The problem is that W3TC doesn’t understand that this is a feed.
function makerss () { if (isset($_REQUEST['my_rss'])) { require_once(dirname(__FILE__) . '/FeedCreator-1.8.0-dev/feedcreator.class.php'); header('Content-type: text/xml; charset=utf-8'); $rss = new UniversalFeedCreator(); $rss->setEncoding("utf-8"); // fill rss with content echo $rss->createFeed("RSS2.0"); exit; } // else ignore - normal page } add_action('init', 'makerss');Nope. Not solved. I’m seeing duplicate custom fields again..
This seems to be solved in the current development version.