PlayerWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Booking Calendar] Removed from www.remarpro.com?Bugs can happen. Nobody is perfect.
But no support in this critical moment is a disaster. The plugin handles private data of customers!I‘ve got just the pro-version ??
Forum: Fixing WordPress
In reply to: Administration email addressThe same here. Two selfhosted sites with jetpack and the email came from WordPress.com …
I’ve made a test and installed the plugin now manually. It works with the same configuration.
So my conclusion is that there was something wrong with the autoupdate via Jetpack.
Forum: Plugins
In reply to: [Flamingo] Receiving “Cannot load flamingo_inbound.” errorThe same problem here since years.
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha errorSame error here. And i had to add
// Fix für Recaptcha-Bug in Contact Form 7
wp_register_script(‘recaptcha_api’, ‘https://www.google.com/recaptcha/api.js’);
wp_enqueue_script(‘recaptcha_api’);in the header to get the Recaptcha displayed
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] reCapture Missing from contact formThx, Robert. This works.
Even this is mysterious …
Thxalot!
And thank you for your work.
The Server is FreeBSD.
The problem now is that i can’t reproduce this. It seems to me that one day later it works. Maybe i have changed something else, maybe is a delay.
No.
Forum: Plugins
In reply to: [Flamingo] "Edit" Doesn't work in Inbound Messagesis there a solution????
Forum: Plugins
In reply to: [Pet Manager] Cannot edit taxonomiesthx Diana for your work.
You helped to give many cats from a greece island a new home.
Forum: Plugins
In reply to: [Pet Manager] After Update on WP 4.4 the menu entries doesn't workin the file “cpt-pets.php” the taxonomies are maybe not correct defined.
i.e. in line 63 the taxonomy “status” is defined:
register_taxonomy( 'pet-status', 'pet', array( 'hierarchical' => false, 'labels' => $labels, 'query_var' => 'pet-status', 'public' =>false, 'show_admin_column'=>TRUE, 'show_in_nav_menus'=>TRUE, 'rewrite' => array( 'slug' => __('status','wp_pet'), 'hierarchical' => false,'with_front' => FALSE ) ) );
public must be TRUE
Forum: Plugins
In reply to: [Pet Manager] Cannot edit taxonomiesDid you updated WordPress to 4.4.?
Forum: Plugins
In reply to: [Flamingo] "Edit" Doesn't work in Inbound MessagesIf i click “Edit” a message comes with “flamingo_inbound can’t be loaded” (“flamingo_inbound kann nicht geladen werden”)