Jean-Charles de Geekarts
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Reader] Featured images optionI have send you a mail with the proposal of an update
I disintal all the plugin and discovered that one of them was creating a fatal error do to wordpress. I fixed it.
Now it worksI tried incognito and with Chrome, Firefox, Brave.
With the exact same error
I am looking for the same thing did you find it?
Forum: Plugins
In reply to: [Easy Portfolio] Category goes unselected daily twice automaticallyHi do you have an answer on this because I keep on having the same problem
Forum: Fixing WordPress
In reply to: Deprecated: mysql_connect(): / Cannot modify header ??so My server is in PHP 7
and this is out Security probleme that the wordpress core should updateForum: Fixing WordPress
In reply to: Deprecated: mysql_connect(): / Cannot modify header ??Same issue
and only one one site even though in the same server I have different wordpress installation.
in debug mode on
all page I haveDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/controlec/public_html/wp-includes/wp-db.php on line 1520
/wp-admin I get
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/controlec/public_html/wp-includes/wp-db.php on line 1520 Warning: Cannot modify header information - headers already sent by (output started at /home/controlec/public_html/wp-includes/wp-db.php:1520) in /home/controlec/public_html/wp-includes/pluggable.php on line 1171
Forum: Themes and Templates
In reply to: Custom Page Template in a pluginso I found the solution this is the code
// adds support for single-projet.php function get_single_projet_template($single_template) { global $post; if ($post->post_type == 'projet') { $single_template = dirname( __FILE__ ) . '/single-projet.php'; } return $single_template; } add_filter( 'single_template', 'get_single_projet_template' ); // adds support for archive-projet.php function get_archive_projet_template( $archive_template ) { global $post; if ( is_post_type_archive ( 'projet' ) ) { $archive_template = dirname( __FILE__ ) . '/archive-projet.php'; } return $archive_template; } add_filter( 'archive_template', 'get_archive_projet_template' ) ;
Forum: Plugins
In reply to: [JSM Non-Breaking Space (nbsp) for French Content] on titleThanks this was quick but it did not solve on the widget look at the footer neryel.fr
Forum: Plugins
In reply to: [Automatic NBSP] Love itThe Rule in french is very simple. If the punctuation is 2 simbole there is space and after.
For the rest it is the same as english I think here you have a list of everything it is in french https://grammaire.reverso.net/5_1_10_les_espaces_et_la_ponctuation.shtml
Forum: Plugins
In reply to: [Invoices for WooCommerce] Phone numberThanks for the very fast answer. I don’t need but can be an option
Forum: Plugins
In reply to: [Invoices for WooCommerce] Two VATThis is resolved
Forum: Plugins
In reply to: [Invoices for WooCommerce] Two VATYes it works now perfectly
Forum: Plugins
In reply to: [Invoices for WooCommerce] Two VATDid you find somthing?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Two VAT