Zigzagnico
Forum Replies Created
-
Bonjour à tous,
Un plugin désactivé était la cause du problème (Wordfence).
Le problème est résolu 😉
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] birthday of the dayOr a js code here :

Hello !
Same problem for me.
After the update, the “plus package” is not functional.Have a nice day 😉
Thanks for the solution.
It’s ok for me.
I try this but nothing change.
Another solution ?
In fact, the problem does not exist in all pages and i don’t know why …
Example :http://arnamur.be/show-on-my-way-piece-de-theatre-en-anglais-5-fevrier-2018/
Bye bye
- This reply was modified 8 years, 3 months ago by Zigzagnico.
- This reply was modified 8 years, 3 months ago by Zigzagnico.
Thank you for your help 😉
Hello !
Since version 1.9.34, everything works again as on the first day. That’s wonderful 😉
Thank you for the job.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] TinyMCE Button doesn’t work anymoreHello !
Same problem for me. What a pitty.
A solution shortly ?Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Plugin Vanished from WP LibraryForum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Plugin Vanished from WP LibraryHello,
It’s a very good news.
Nice to read you.Bruno
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Plugin Vanished from WP LibraryHello,
We really count on you to find a solution as quick as possible.
Have a nice day,
Bruno
Forum: Plugins
In reply to: [NextGEN Download Gallery] Download Between PagesHello !
Some good news about this possibility ?
Have a nice day,
Bruno
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Wodpress 4.5 and simple calendarHello,
After an update of my theme , everything is back in order.
Thanks for the advice.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Wodpress 4.5 and simple calendarThanks for the answer 😉
The problem is not the others plugin.
I returned to the previous version of WordPress and everything is back in order.
The problem is wordpress 4.5
Have a nice day !
Hello !
I finaly found a solution for me.
The problem is in this lines im my theme (see down)
When i delete this in “functions.php”, the calendar is functionnal.I hope that i can help you to find a solution for the others people.
Bye bye
function theme_update_jquery_scripts() {
if(is_admin()) {
return;
}
wp_deregister_script(‘jquery’);
if (theme_get_option(‘theme_iclude_scripts_from_cdn’)) {
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js’);
} else {
wp_register_script(‘jquery’, get_bloginfo(‘template_url’, ‘display’) . ‘/jquery.js’);
}
}