Olaf Lederer
Forum Replies Created
-
Hi,
I have a similar problem but only for the category sitemap, post and page sitemaps are fine.
Hi Coen,
changed your short code a little to get it working in my category theme. Since the “default” slug argument is for a single post, it makes sense to turn the if statement (if slug use slug and otherwise use the ids)
I hope that I don’t get punished while posting the code here 🙂
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] FATAL ERROR with floating displayYeah I really need to build my own button bar too 🙂
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] FATAL ERROR with floating displaysure but the error you’ve posted before is solved by flushing the cache.
BTW I don’t use file cache in w3tcForum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] FATAL ERROR with floating displayI don’t think that a 503 error is related to the plugin, maybe something related to some “bad” server setup?
Can you see what’s inside the log files?Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] FATAL ERROR with floating displayI have this problem too while using object and database cache in W3 total cache. If you change the settings for the digg digg plugin you need to clear all cache and the problem is gone.
Is it possible to hide the whole admin bar using this plugin?
ThanksPS. hiding “new post” inside the admin bar would be okay too 🙂
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncDonncha, there is one tiny problem.
If I place the shortcode inside the theme using do_shortcode it’s fine, but if I have the shortcode inside an article the generated code get moved to the begin of the content. I think it happens because I’m using the “echo” instead of the “return”. Any idea?EDIT: looks like I was in trouble with my browser cache yesterday, it works with the code I posted @pastebin
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncDonncha, using “echo” instead of “return” was the solution (time to write a tutorial about)
Thanks a lot!
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncThat’s what I thought first how this works 🙂
I will try this, thanksForum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncsure here it is:
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncThanks Donncha,
do you got the chance to see my code?
You say that it has to be possible to use shortcodes for dynamic content parts?Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Plugin ShortCode mfuncHi Donnacha,
I try to the same:
I’m using a shortcode to show adsense on specific positions in my posts. To protect my adsense account for getting “smart priced” I like to hide the ads for a few countries. I use this code:[Code moderated as per the Forum Rules. Please use the pastebin]
I don’t get an error, but the ad content is still cached.
Is it possible to do this using short codes?Thanks!
`Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] XML Sitemap missingHi,
I have the problem since yesterday after posting a new article.It seems to be a problem which is related to some flush rules and custom post types (a premium plugin I installed a few days ago, I will contact the developer of course)
So I disabled the plugin but I’m still getting a 404.
What’s next? I’m still not having a sitemap 🙁@joost, why do you create a virtual sitemap and a not physical set of files?
Another suggestion 🙂
All warnings or error messages should be in red color. The thank you message should have an different color like green.
I change this row (added the css attr.)
$message.empty().append((yjlSettings.thank!=''?yjlSettings.thank:'Thank you for your comment!')).css('color', 'green');