jcdarocha
Forum Replies Created
-
Hi,
I do get the category when I only enable the “Include all product variations” option.
Thanks for the help!
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Ecommerce tracking not workingHi there, i don’t have this plugin, and it doesn’t work since end of august.
Worked perfectly before for months :/
I unchecked Enable Enhanced eCommerce to see if it changes anything.
Have you got any other informations about this ?- This reply was modified 4 years, 1 month ago by jcdarocha.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] NOTHING IS BEING TRACKEDHi there, i don’t have this plugin, and it doesn’t work since end of august. Worked perfectly before for months :/
Just following up,
I’ve just removed the custom theme function to get back the original qty input field
It now works wellThx
- This reply was modified 5 years, 6 months ago by jcdarocha.
Forum: Plugins
In reply to: [WP Instagram Widget] “Unable to communicate with Instagram.” messageHi Same for me,
I’ve got a website on wordpress, and an other one on prestashop, different plugins
was working well untill now, error 200 on prestashopprestashop:
file_get_contents(https://api.instagram.com/v1/users/761806973/media/recent/?access_token=XXXXXX): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Requestwooccommerce
Instagram did not return status 200.Look like there is a problem with Instagram API?
Forum: Plugins
In reply to: [Form Manager] Is this plugin working?No answer for 9 months ?? so bad,
That plugin was really good.Btw, it works on WP 4.5.2
Jean-Charles
Forum: Plugins
In reply to: [Admin User Messages] Setting & all pages not showingI’ve fixed all the plugin.
Go and download it here:
https://jcdarocha.fr/docs/plugin/admin-user-messages/admin-user-messages.zipIt now works on PHP7 and WP 4.4.3
have a nice day and thx for your work!
Forum: Plugins
In reply to: [Admin User Messages] Setting & all pages not showingHi,
I’ve got PHP7, and mysql functions are deprecated since php5.5.0.
You should replace all mysql functions to mysqli.
As well, i replaced the mysql_query & mysql_fetch_objects into a wpdb->get_results and a foreach loop.
Replace in admin_user_messages_settings.php these lines:
// TEST
$resultSettings = $wpdb->get_results( $querySettings );
$num_rowsSettings = count($resultSettings);//$resultSettings = mysqli_query($querySettings);
//$num_rowsSettings = mysqli_num_rows($resultSettings);
if ($num_rowsSettings >= ‘1’) {
//while($rowSettings = mysqli_fetch_object($resultSettings)) {
foreach ( $resultSettings as $rowSettings ) {
if ($rowSettings->item == ‘table_color_header’) {
$aum_tablecolorheader = $rowSettings->value;I saw that we’ve got the same error when trying to display the shortcodes pages.
We need to update the loop as well.I’ll update all the code, if you are interested, i could send over the files.
Have a nice day,
jean-CharlesForum: Plugins
In reply to: [WooCommerce] Variable Pricing for Gift CertificatesHi Lara,
Did you thind anything? I would be interested by a solution.
Regards,
Forum: Plugins
In reply to: [Annonces] Bug fichier add_annonce.phpNop, je l’avais contacté à l’époque par téléphone, il m’avait dit que ?a fonctionnait sur WP up to: 3.8.3
Moi perso, je n’avais réussi que sur 3.8…
Forum: Plugins
In reply to: [Annonces] No database selectedHum, pas à ma connaissance. As tu essayé?
Forum: Plugins
In reply to: [Annonces] No database selectedL’erreur NO DATABASE est une erreur avec WP 3.9.
En revenant sur WP 3.8, ?a fonctionne très bien.
Quid d’une maj pour WP 4? ??
Forum: Plugins
In reply to: [Annonces] Bug fichier add_annonce.phpL’erreur NO DATABASE est une erreur avec WP 3.9.
En revenant sur WP 3.8, ?a fonctionne très bien.Forum: Plugins
In reply to: [Annonces] No database selected /includes/lib/admin_annonces.class.phpLorsque je mets en debug true j’ai ces lignes d’erreurs:
Strict Standards: Non-static method version::getVersion() should not be called statically in /Applications/XAMPP/xamppfiles/htdocs/Dev-en-cours/clairewp/wp-content/plugins/annonces/includes/modules/installation/insertions.php on line 13
Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.) in /Applications/XAMPP/xamppfiles/htdocs/Dev-en-cours/clairewp/wp-includes/functions.php on line 3245
Strict Standards: Non-static method version::getVersion() should not be called statically in /Applications/XAMPP/xamppfiles/htdocs/Dev-en-cours/clairewp/wp-content/plugins/annonces/includes/modules/installation/insertions.php on line 490
Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.) in /Applications/XAMPP/xamppfiles/htdocs/Dev-en-cours/clairewp/wp-includes/functions.php on line 3245
Forum: Plugins
In reply to: [Annonces] Annonces (erreur)Hello,
En fait, sous les <input> d’adresse, il y a des <input> de longitudes et latitudes qui sont pré remplis en “undefined”. D’ou l’erreur.
Tu peux les supprimer dans le fichier admin/add_annonce.php lignes 249 et 250.
Ensuite ?a passe.
Moi j’ai un autre problême, une fois passé cet étape, j’ai cette erreur:
No database selected_/Applications/XAMPP/xamppfiles/htdocs/Dev-en-cours/clairewp/wp-content/plugins/annonces/includes/lib/admin_annonces.class.php
Et je ne sais pas d’où ?a peut venir…
Si quelqu’un peut m’aider?
merci.
Jean-Charles