Andrea Porotti
Forum Replies Created
-
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Bug in Top MenuPerdona il ritardo nella risposta, ti ringrazio per le info e il supporto.
Il tempo è tiranno ma sto cercando di lavorare ad una nuova versione. Ne approfitterò per cercare una soluzione a questa eventualità.
Grazie!
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Bug in Top MenuGrande! Grazie mille per i dettagli!
Sarebbe interessante capire perchè talvolta il valore “REQUEST_SCHEME” sia vuoto, non mi era mai capitato prima su nessun ambiente.
Posso chiederti se in origine avevi modificato il file .htaccess di default di WordPess?
Cioè questo: https://developer.www.ads-software.com/advanced-administration/server/web-server/httpd/#basic-wpCercherò di approfondire la questione per capire se si può migliorare la funzione che restituisce l’url corrente.
Grazie ancora per il supporto ??
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Bug in Top MenuCiao,
ho fatto alcuni test su server locale Apache e PHP 8.2 (non riesco su Litespeed) e, a parte un messaggio di tipo “deprecated” quando si salva una nota, il plugin sembra funzionare correttamente.
Ho anche disattivato alcune estensioni PHP che risultavano non attive nelle info che mi hai mandato prima, ma non ci sono stati problemi.
Posso chiederti ti attivare momentaneamente il debug di WordPress, riprovare le stesse azioni sul plugin e vedere se vengono registrati degli errori nel file di log?
Se puoi, dovresti inserire queste righe nel file wp-config.php:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG', false );Eventuali messaggi saranno scritti nel file /wp-content/debug.log.
Grazie mille.
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Bug in Top MenuCiao,
ho fatto un test su un sito in hosting con Litespeed e non ho riscontrato problemi.
Potresti farmi avere uno screenshot di quando non vedi la voce “Note for this section”? Vorrei capire meglio come appare il menu.
Mi confermi che quando crei una nota manualmente, nel box di configurazione vedi la select con l’elenco delle sezioni tra cui scegliere?
Nei due ambienti Litespeed e Aruba stai usando gli stessi plugin? Potresti farmi avere la lista? Sto pensando che un plugin di sicurezza potrebbe bloccare qualcosa che ritiene sospetto, magari proprio i parametri in querystring.
Posso chiederti infine versione di WordPress e PHP che stai usando?
Perdona le molte domande ma non è semplice riuscire a chiarire la situazione.
Grazie in anticipo per qualsiasi informazione che potrai darmi.
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Bug in Top MenuHi @meksone,
ok, let’s switch to italian, before closing this topic I’ll provide an english message for the solution (if any!)
Grazie per le informazioni, farò delle indagini per capire il problema.
Ho un hosting con Litespeed su cui posso fare una prova, ma nessuno su Aruba. Comunque intanto verifico la prima situazione.
Ti faccio avere un riscontro prima possibile. Grazie!
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Note Editor doesn’t LoadHi Matt,
I’m really happy we finally found a way to make the plugin work on your site. I hope you will find it right for your needs.
Thanks for your time and your feedback!
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Note Editor doesn’t LoadHi Matt!
I’m sorry for the huge delay.
I’ve made several tests and found a way to reproduce the issue.
But it involves manipulating the plugin code, witch is something that should not occur normally.Anyway, I prepared a little snippet of code that must be added to the functions.php file of the active theme.
Here is the code:
// Add "editor" support to the JAMP Notes custom post type. add_action( 'init', function() { add_post_type_support( 'jamp_note', 'editor'); } );
It simply forces the editor features for the notes.
May I ask you to add the code to your site and check if the editor appears on the notes edit screen?
Please ensure to make a backup before changing any files.Thanks for your patience.
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Note Editor doesn’t LoadHi Matt,
I cannot provide direct support on users site, I’m sorry.
I installed on my test site all the notes plugin you mentioned, but my plugin worked as usual.
Can you provide a list of all active plugins on your site?
May I ask you to send also a screenshot of the note edit screen?
You can upload it on a site like https://imgur.com/upload and past the link here.Thanks!
Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Note Editor doesn’t LoadHi Matt,
thanks a lot for the information you provided.
I’m running further tests on my local site, but at this time I wasn’t able to reproduce the problem.
I think it would be helpful to have a list of currently installed plugins. Since you are using Elementor, you can get the list going to “Elementor -> System info”, than scrolling to the bottom of the page. Here you have a textarea with a lot of system info. You can extract just the “Active plugins” part and past it here. Plese remove any sensitive information before posting.
Also, if possible, please add the names of the other “notes” plugin you previously tested.
I hope to find a fix soon.
Thanks for your patience.Forum: Plugins
In reply to: [JAMP Notes (Just Another Memo Plugin)] Note Editor doesn’t LoadHi Matt,
thanks for your message, I’m sorry about the problem you’re having with the plugin.
I’ve setup up a new test site with latest WordPress and Elementor versions and I’ve made several tests. The note editor is always visible and working.
Are you using latest WordPress and Elementor version?
When the editor stopped workin? After an update (WordPress or plugins) or maybe it never worked?The notes are actual CPTs and the plugin uses the old classic editor on the edit screen.
Do you have any plugin that may disable or modify the classic editor?
Thank you for any detail you can provide.
Thank you @cebuss!
Hi @cebuss,
a new plugin version is available!
Now you can collapse the notes and set them closed by default in the plugin settings.
Please let me know if you find any problems.
Thanks!
Forum: Reviews
In reply to: [JAMP Notes (Just Another Memo Plugin)] Very handyThank you very much for your kind review!
Hi @cebuss,
I think this is a great idea!
I’ve added this feature to my todo list, hopefully I’m going to work on the next release soon.
Thanks for the message!
Forum: Reviews
In reply to: [JAMP Notes (Just Another Memo Plugin)] elegant and effectiveHello @probablepossible,
thanks a lot for your review and the suggestions.
I’ll work on visual improvements in the next releases.