Wiseguyver
Forum Replies Created
-
Forum: Plugins
In reply to: [Ecommerce Fabrick] Site crash after installing 20250911Fixed. Thank you!
Forum: Plugins
In reply to: [Ecommerce Fabrick] Site crash after installing 20250911Maybe class-gestpay-blocks-integration.php missing in last update?
Forum: Plugins
In reply to: [WooCommerce] Payment methods not displaying anymore in WC settingsI found this, related to my issue:
https://github.com/maksuturva/woocommerce_payment_module/issues/23
Forum: Plugins
In reply to: [WooCommerce] Payment methods not displaying anymore in WC settingsUsing Health Check I found the issue is caused by my child theme (main theme: Angelica), which
conversely was right with previous WC release. I’ll investigate further. Thanks.Forum: Plugins
In reply to: [WooCommerce] Payment methods not displaying anymore in WC settingsI get this error:
{“code”:”woocommerce_rest_cannot_view”,”message”:”Non \u00e8 possibile visualizzare le risorse.”,”data”:{“status”:401}}
Forum: Plugins
In reply to: [WooCommerce] Payment methods not displaying anymore in WC settingsNo, it’s just what I see for a while, then those “shadows” disappear and I see a blank space. See image below:

Revised: “Show specific custom attribute after short description (in meta.php)”
Forum: Plugins
In reply to: [Campi Moduli Italiani] Export dati anomaloAh, sono campi nascosti, capito. WpForms consente di esportare in csv o xls ma non si possono selezionare capillarmente quali dati di ogni singolo campo del modulo esportare, quindi anche gli hidden vengono inseriti. L’unica soluzione presumo sia modificare il codice del plugin stesso (eliminando gli hidden). Con tutti i contro che comporta naturalmente (uno su tutti gli update del plugin).
Forum: Plugins
In reply to: [Woocommerce Custom Tab Lite] Tabs not Working with Woocommerce 3.8.0I found your repository and tried with version 1.4.1 but it still not working. CSS broken and custom tabs not showing. Maybe compatibility issue with WC 3.8.0?
“As you see, here’s the code…”
No, it’s a tag archive page. But I saw that activating your plugin, it affects that, too.
See page code: search <h2 class=”woocommerce-loop-product__title”><span class=”bsearch_highlight”></span>………….
As you see, here’s s code for hightlighting terms (which undoubtfully comes from Better Search), so I thought your plugin had some problem with special characters.
“Ricerca & # 0 3 8 ; Pratica” should be “Ricerca & Pratica”.
Sorry, ww.wp.xz.cn correctly encodes spacial characters, so I rewrite above examples in this way (with spaces):
Ricerca & # 3 8 ; Pratica
Psicodinamica dell & # 8 2 1 7 ; alimentazione nella prima infanzia
Guida all & # 8 2 1 7 ; ECG neonatale e pediatricoAnother example:
http://pensiero.it/argomento/salute-materno-infantile
In the last 2 products (bottom of the page) apostrophe (‘) is encoded as ’
You can check the widget here:
http://pensiero.it/catalogo?order=desc (left column)
Top search instead uses BS template with customized css.
I found a satisfying compromise beetwen the two plugins now. Only one issue: product titles in product lists which have special characters in them (e.g.: & or ‘) are not correctly displayed:
http://pensiero.it/argomento/medicina-generale
Check “Ricerca & Pratica” (it should be Ricerca & Pratica).
It seems that titles are rewritten by your plugin and special characters are not correctly encoded (check code).
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingI’m having (big) problems with 1.3.6 and WP 4.7.4 (+ Woocommerce 3.0.6). With 4.7.3 everything was ok.