Roland Fauster
Forum Replies Created
-
I have fixed this the following way:
go in st-category-email-subscribe.php in the Plugin Directory.
around Line 250 you should find this:
add_action('publish_post','st_send_email');
=> This triggers the Send Email funktion. Comment this out and add this below:
function on_all_status_transitions( $new_status, $old_status, $post ) { if ( $old_status != 'publish' ) { add_action('publish_post','st_send_email'); } } add_action( 'transition_post_status', 'on_all_status_transitions', 10, 3 );
Works for me
Forum: Plugins
In reply to: [Livefyre Comments 3] Confirmation of Blog not working@soldnermike: I did as you suggested and I must say THEY sure are helpful as hell.
Their Support Team went a long way to fix the issue (which it seems was caused by me working on a SVN Copy of WordPress 3.6)..
They just supplied me with a plugin code that fixed my problem and needless to say – I am stunned by their support!!
Forum: Plugins
In reply to: [Post Thumbnail Editor] Plugin does not work in wordpress 3.5.Yes I can confirm this…. Hopefully this will be fixed shortly ??
Hi
I just had the same problem and the fix was REALLY easy..
I had an empty line at the end of the functions.php… apparently the very last line generates an HTML output (empty) which messes up wordpress cropping somehow..
I had
?> ==EMPTY LINE==
I removed ==EMPTY LINE== and all worked fine…
Congrats to sewpafly for the cool plugin..
Forum: Fixing WordPress
In reply to: Problems with WordPress 3.2.1I ended up redoing my theme on base of TwentyEleven Source and after 3 hours work everything works.
A LOT quicker and great..
Forum: Fixing WordPress
In reply to: Problems with WordPress 3.2.1I followed esmi’s advice and disabled all Plugins… No Go, then I switched to Twenty-Ten and the errors didn’t occur to me anymore.
I could insert images etc..
My Problem now is that I know that the problem lies in my theme but where do I start trying to fix it??
Forum: Plugins
In reply to: [Plugin: wp pear debug] Useful informationHi
I would love to use this Plugin on WPMU but I can not enable Debuggin with it on 2.8.6. MU Installation (Fresh and Clean tried)..
I can activate without problem but after that when I try enabling in the settings I get an error message!
Could you look into that maybe!?
Cheers
Forum: Plugins
In reply to: wp-pear-debug settingsDoes this Plugin work on WordPress MU 2.8.6??
I installed it but saving the options outputs an error:Error! Options page not found.
I used this previously in my single WP Installation and its VERY helpful but cant get it to run on my MU?!