Nightjar
Forum Replies Created
-
Forum: Plugins
In reply to: [Packlink PRO for WooCommerce] Translation dropp off locationI have to report the very same problem on my single-language (Italian) website. The text “Select drop off location” is always being displayed in English, even if the entry is present in the packlink-pro-shipping-it_IT .mo and .po language files.
Any suggestion on how to fix it?
Thanks!
Forum: Plugins
In reply to: [ilGhera Carta della Cultura for WooCommerce] Bug versione 1.0Immagino e spero che nel frattempo siate venuti a capo del problema descritto, in ogni caso specifico che il messaggio d’errore proviene dal server ed è segno che sito web e servizio esterno comunicano correttamente.
Nel caso abbiate ancora bisogno di supporto non esitate a chiedere.Purtroppo siamo sempre bloccati con quello stesso errore: tutti i codici di prova vengono rifiutati e sinceramente non sappiamo dove mettere le mani per identificare il problema, dato che non c’è nessun errore specifico PHP. Avete idea di come riuscire a identificare il problema o se esiste un sistema di debug, dato che quello base di WP non indica alcun errore correlato al plugin o alla pagina di invio degli ordini? Grazie.
Forum: Plugins
In reply to: [ilGhera Carta della Cultura for WooCommerce] Bug versione 1.0Abbiamo controllato più volte la corretta fornitura di dati conformi al plugin (inclusi i codici di prova), ma l’errore resta invariato:
Carta della Cultura – Errore nel formato dei parametri in input, verificarli e riprovare
Qualche consiglio? Esiste un log da consultare per risalire alla causa del problema (nell’error_log di WP non è presente alcun dato legato al plugin)?
Grazie.Forum: Plugins
In reply to: [ilGhera Carta della Cultura for WooCommerce] Bug versione 1.0Il servizio prevede che si invii il codice ISBN di tutti i prodotti a carrello, se anche uno solo di essi ha un valore errato o mancante il metodo di pagamento viene rimosso
Sarebbe consigliabile aggiungere questa importante specifica nelle istruzioni del plugin.
Domanda aggiuntiva. Se tutto è installato e configurato a dovere, ma inviando un codice test da una pagina di prova si ottiene questo errore:
Carta della Cultura – Errore nel formato dei parametri di input, verificarli e riprovare
Anche se tutti i dati utente immessi sono assolutamente corretti, da cosa può dipendere l’errore?
Grazie.
Forum: Plugins
In reply to: [Ecommerce Fabrick] Site crash after installing 20250911Same error here – The new version crashed my whole site.
I had to revert to previous version 20250603.
Hope for a quick fix.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Problem with Enfold theme “Instant Search”Hello Mikko,
here is what the developers say there is inside the $tempquery function:An here is a screenshot showing the striking difference between the results (21 to nil) on a full Relevanssi-driven search and an Ajax search:
http://www.azfleet.info/docs/azf_relevanssi.jpg
I hope this helps!
- This reply was modified 8 years, 5 months ago by Nightjar.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Problem with Enfold theme “Instant Search”I have asked the theme’s developers info about that $tempquery variable, In any case, they wrote:
“Yes, unfortunately, the theme’s ajax search uses the get_posts function to query posts.”
Does that mean that there is no way out of this loop for ajax search?
Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Clash with LiteTooltip WP pluginI made my developer modify the Lite Tooltip plugin, so to make it work.
Thanks anyway!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Clash with LiteTooltip WP pluginOK, I have activated both plugins so to trigger the problem.
You can see the problematic page here.The missing sortable arrows should be active on Cognome, Nome, Foro and Sezione locale columns. The table search box is also missing, along with pagination of the table.
Forum: Plugins
In reply to: [Multifile Upload Field for Contact Form 7] Required Field not workingSame error here – if the file upload is set as required:
[multifile* upload]
there is no CF7 warning if the user does not select the file to upload.
Any chance to fix this bug?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fields disappear on input errorI have updated your plugin to version 1.3.4 and the problem is gone. What did you do?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fields disappear on input errorYep. It’s still under construction on a temporary webspace:
http://sito.cartabianca.com/modulo-adesione-unam/
You can just send out an empty form and see how the conditional fields:
“Firma touch/mouse”
“Allega documento firma”(placed near the end, before the privacy statement acceptance and controlled by “Seleziona modalità di immissione firma” field) just disappear after the page reports the error.
Any help would be greatly appreciated!
- This reply was modified 8 years, 11 months ago by Nightjar.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Snippets and highlighting isn't workingI’m having the same problem with Enfold theme. Its search.php file is here:
And there are also a few functions added:
add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4); function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults) { $function_name = 'avia_relevanssi_search'; return $function_name; } function avia_relevanssi_search($search_query, $search_parameters, $defaults) { global $query; $tempquery = $query; if(empty($tempquery)) $tempquery = new WP_Query(); $tempquery->query_vars = $search_parameters; relevanssi_do_query($tempquery); $posts = $tempquery->posts; return $posts; }Any help would be greatly appreciated!
The developer of the original PHP code that allows to use external shortcodes within APL just wrote on this same support forum:
Are you making a proper “custom type” selection on the Advanced Post List settings header? If so, as I can see, that short code “ecpt_field” is based on a different $post object var than the generic $post used in the loop ..
Remember that Advanced Post List uses a generic $post reference as shown in the example.
Perhaps, you should pass the ecpt_field shortcode the $post->ID that is currently received by the sh_code function.
Maybe this can be of help trying to sort out the problem…
OK, ECCT developer sent me a copy of his plugin for you, so to allow you to make any test you need. But probably it will be better to go on exchanging email messages instead. I can’t find yours, but mine is diego [at] cartabianca [dot com].
And yes, data-consegna is an ECCT custom field (it’s in Italian and does mean “delivery date”). It’s put into #s because of the requirements of that custom PHP function that allows external shortcodes to run with your plugin.
The data-consegna field is a date field, with the Unix Timestamp converted as a standard date format.
Hope this helps – I’m looking forward to receiviing your email message, so I can send you a copy of ECCT plugin.