Juergen Schulze
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Decode] How to use custom post typeOk, I will give it a try.
It’s just that I (will) use your theme in parallel to a “normal” destop theme. Switching between mobile theme and desktop theme will be done automatically by an plugin.Forum: Themes and Templates
In reply to: [Decode] How to use custom post typeok
I found the following to be helpful
Make Archives.php Include Custom Post Types
But I think your very VERY good them should be able to customize this as well.
JuergenForum: Plugins
In reply to: [WP-PageNavi] Declaration incompatability error@flynsarmy
Thank youForum: Plugins
In reply to: [Page Flip Image Gallery] Error/Warning in Debug Modeno one is gonna fix this?
Forum: Plugins
In reply to: [AddToAny Share Buttons] Warnings on Debug ModeLooks like this happens when I manuall add the plugin to a archive page.
It does not show up when add to a single post template.
Maybe because there simply is no defined $post->id
Anyways, you should catch this warning with isset()Apache 2.4.3 VC10 – OpenSSl 0.9.8x
MySQL 5.5.29-community
PHP 5.4.10It’s only a test environment called “Uniform Server”
Forum: Plugins
In reply to: [WP-PageNavi] Warning on debug mode with new WP 3.6Thanks for the hint.
But I’d rather wait for an official fix.
Or do you think that there will be never one?Forum: Plugins
In reply to: [Custom Post Type UI] Debug Message/WarningYou are welcome
I really love your plugin.
I have got a publishing company in Germany (https://www.null-papier.de) and I use it for my custom post type “ebook”Forum: Plugins
In reply to: [Custom Post Type UI] Debug Message/WarningFirst you have to switch on debug mode of course
It’s either on the dashboard or right after installing the newest update.
I can’t find the warning because I fixed it.
I entered a new line in line 94if (!isset($cpt_post_type["rewrite_withfront"])) $cpt_post_type["rewrite_withfront"]="";
Forum: Plugins
In reply to: [Custom Post Type UI] Adding icon to the post typeWorked…
thanks very much.Forum: Reviews
In reply to: [Custom Post Type UI] Simply GreatConvert Post Types
https://stephanieleary.com/code/wordpress/convert-post-types/Forum: Plugins
In reply to: [Custom Post Type UI] Adding icon to the post typeyes…. please please please….
Forum: Hacks
In reply to: Don't see screenshots of my created pluginThank you guys.
That was it.
Put it in the assets…Forum: Hacks
In reply to: Don't see screenshots of my created pluginScreenshots in the assets directory take precedence over screenshots in the plugin’s directory. If you have both, then the assets directory wins. Of course, there’s really no reason to have both, this is just for backwards compatibility.
Anyways, I am desperate. So I will give it a try
Hello,
thanks for your efforts in answering.
But in the meantime I was able to track down the problem myself.
For testing reasons I inserted a manual compression on the beginning of header.php. And of course I forgot to remove the line
So every page delivered was compressed twice: by your plugin and by the header line.
Strangely enough only this one page caused trouble and only on certain browsers and OS.
Now everything is working fine again.