Title: NewCodeByte's Replies - page 2 | WordPress.org

---

# NewCodeByte

  [  ](https://wordpress.org/support/users/newcodebyte/)

 *   [Profile](https://wordpress.org/support/users/newcodebyte/)
 *   [Topics Started](https://wordpress.org/support/users/newcodebyte/topics/)
 *   [Replies Created](https://wordpress.org/support/users/newcodebyte/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/newcodebyte/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/newcodebyte/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/newcodebyte/engagements/)
 *   [Favorites](https://wordpress.org/support/users/newcodebyte/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 34 total)

[←](https://wordpress.org/support/users/newcodebyte/replies/?output_format=md) [1](https://wordpress.org/support/users/newcodebyte/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/newcodebyte/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/newcodebyte/replies/page/3/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] WTF How is this free](https://wordpress.org/support/topic/wtf-how-is-this-free/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/wtf-how-is-this-free/#post-18584322)
 * Hello [@kuler89](https://wordpress.org/support/users/kuler89/)
 * Thanks a lot for your review, it’s very important for me, have a nice day!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[External Links Manager – Open new window in a new tab + nofollow, noreferrer] Works great](https://wordpress.org/support/topic/works-great-9637/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/works-great-9637/#post-18559776)
 * Grazie a te per usarlo e per la recensione, sei stato molto gentile.
 * Ho anche un chatbot se può interessarti, non per forza devi usare modelli a pagamento
   e ti fai un assistente virtuale a costo zero…e se ti piace…altre 5 stelle 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] 1.6 update](https://wordpress.org/support/topic/1-6-update/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/1-6-update/#post-18549067)
 * It looks like you figured it out on your own, so I’ll close the thread.
 * Here’s a tip for anyone who had trouble upgrading from version 1.5 to 1.6:
 * If you see any errors in the chat window right after the update, it likely means
   the database update failed. The solution is to simply deactivate and reactivate
   the plugin.
 * In some cases, depending on the theme you’re using, the button to open and close
   the chat may appear distorted. This issue is also easy to fix—just set the CSS
   button height and width values like this:
 *     ```wp-block-code
       #chatbox-button img {
           display: block;
           width: 100%;
           height: 110%;
           object-fit: cover;
           transform: translate(-0%, -2.5%);
           border-radius: 50%;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] 1.6 update](https://wordpress.org/support/topic/1-6-update/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/1-6-update/#post-18540374)
 * Hello [@saadhamid](https://wordpress.org/support/users/saadhamid/)
 * don’t worry, it’s only a cache problem, do a hard refresh: CRTL + F5 on Windows
   or CMD + SHIFT + R for Mac or Linux, this action force the browser to load fresh
   files.
   Let me know and if it will work…let me a 5 stars review if you want, it’s
   very important for me, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] API key non riconosciuta in AI Chatbot free models](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/#post-18510954)
 * Ciao Paolo,
   mi fa piacere che ora funzioni anche Altervista, purtroppo questa
   informazione delle connessioni esterne bloccate non è in bell’evidenza e quindi
   facilissimo che uno ci sbatta contro senza capire il perchè.
 * Per il problema dell’altezza su mac da 13″ e non sul 15″…purtroppo con il css
   lo sai meglio di me, se va bene a Chrome non è detto che vada bene a Firefox 
   e viceversa, accontentare tutti a volte è impossibile, ti faccio solo un esempio,
   io ho fatto un altro plugin per la gestione dei link, per farli aprire in una
   nuova pagina, aggiungere vari attibuti ecc…in questo plugin ho inserito la possibilità
   di affiancare il link da una icona, esattamente una dashicons, se usi firefox
   e vuoi selezionare una di queste, non ne vedrai una, una lista con codici, se
   selezioni una di queste “incognite” se selezionata la vedi, se in lista no, su
   Chrome va benissimo, ho provato a risolverlo ma non ci sono riuscito, però posso
   dirti che anche un plugin simile ma molto più famoso ha lo stesso problema…come
   di dice…mal comune mezzo gaudio : )
   Mi hai detto che modificando il css nel mac
   non fa effetto?Molto strano, se tu scrivi questo nel css personalizzato va a 
   sovrascrivere il valore del css originale:
 *     ```wp-block-code
       #chatbox {height: 400px !important; /* Modifica questo */}
       ```
   
 * Questo dovrebbe per forza portare l’altezza della finestra a 400px, indipendentemente
   se mac o pc, se Chrome o Firefox.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] API key non riconosciuta in AI Chatbot free models](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/#post-18506273)
 * Ciao [@paolosoro](https://wordpress.org/support/users/paolosoro/) , mi fa piacere
   che il sito con dominio adesso funziona bene, per gli altri su Altervista vedrai
   che funzionerà anche su quelli, la prova del 9 è il mio sito, non ho fatto alcuna
   modifica, ho solo abilitato la connessione a server esterni, segui la procedura
   e vedrai che andrà tutto bene.
 * Fammi sapere come va, così se risolvi e risolverai, potrò segnare il thread come
   risolto, grazie ancora per la recensione, per me molto importante visto che il
   plugin è nuovo e ne ha pochissime.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] Facile utilizzo](https://wordpress.org/support/topic/facile-utilizzo/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/facile-utilizzo/#post-18505277)
 * Grazie mille [@paolosoro](https://wordpress.org/support/users/paolosoro/) per
   la tua bella recensione, per ogni evenienza contattami pure qui o se preferisci
   sul mio sito, buona giornata e grazie ancora.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] API key non riconosciuta in AI Chatbot free models](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/#post-18504481)
 * Si, il fatto che il sito con il dominio acquistato funzioni penso sia molto chiaro,
   non possono limitare chi paga, a questo punto sono sicurissimo che è questo il
   problema, non ti resta che disabilitare il blocco come ti ho spiegato prima.
   
   Per il problema della sessione non chiusa hai ragione, era un piccolo bug che
   non inficiava il buon funzionamento sia del sito che del plugin ma che cmq andava
   risolto, ultimamente ho fatto vari fix tra cui questo della sessione aperta, 
   disinstalla e reinstalla il plugin direttamente da wordpress, anche se la versione
   rimane la 1.5 contiene delle correzioni, l’avviso dovrebbe sparire.Se il plugin
   è di tuo gradimento considera una piccola recensione da 5 stelle, grazie.Fammi
   sapere se hai risolto, ad ogni modo io sono qui, se posso darti una mano lo faccio
   volentieri.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] API key non riconosciuta in AI Chatbot free models](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/api-key-non-riconosciuta-in-ai-chatbot-free-models/#post-18504407)
 * Ciao [@paolosoro](https://wordpress.org/support/users/paolosoro/)
 * Mi dici che da una settimana non riconosce la API key, quindi prima funzionava?
   
   Ti chiedo questo perchè su Altervista le connessioni verso siti esterni sono 
   bloccate per default, questo significa che se tu crei un blog su Altervista e
   installi il chatbot, questo non può funzionare perchè quando tenta di connettersi
   con il server di Openrouter, Altervista blocca la connessione, te lo dico per
   esperienza personale perchè anche il mio blog è su questa piattaforma, per sbloccare
   le connessioni esterne devi andare nella Dashboard di WordPress in Impostazioni-
   > Server to server e seguire le istruzioni che non ricordo, mi pare sia necessario
   inserire un numero telefonico e sbloccare le connessioni, attendere un po’, quindi
   provare di nuovo.La cosa che mi stranizza è che hai detto che prima funzionava,
   ora non so se ti riferivi sempre al sito su Altervista oppure no, ad ogni modo
   quando inserisci la API key con la connessione sbloccata lo vedrai subito perchè
   la lista dei modelli si popolerà immediatamente.Fammi sapere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] chat height](https://wordpress.org/support/topic/chat-height/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/chat-height/#post-18491373)
 * Una vacanza non sarebbe male…lo dico anche per me, allora posso considerare risolto
   il problema, buona serata.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] Position des Chat öffnen Icons](https://wordpress.org/support/topic/position-des-chat-offnen-icons/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/position-des-chat-offnen-icons/#post-18491149)
 * Fast hätte ich es vergessen: Wenn dir das Plugin gefällt und du es nutzt, würde
   ich mich sehr über eine kurze Bewertung freuen, das bedeutet mir viel. Vielen
   Dank!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] chat height](https://wordpress.org/support/topic/chat-height/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/chat-height/#post-18490918)
 * Fai un’operazione più semplice che ti permette anche di evitare di sovrascrivere
   le tue impostazioni con le versioni successive del plugin.
   Vai in Aspetto > Personalizza
   > CSS aggiuntivo e incolla queste righe:
 *     ```wp-block-code
       #chatbox {height: 400px !important; /* Modifica questo */}/* Opzionale: per mobile, se vuoi un'altezza fissa anche lì */ @media (max-width: 768px) {#chatbox { height: 400px !important; /* Modifica questo */    }}
       ```
   
 * Cambia il valore a tuo piacimento.
   Se hai modificato il css per il bottone con`
   border-radius: 50%;` lascialo pure perchè sarà inserito anche nelle versioni 
   successive.Considera una review per questo plugin, per me molto importante, fammi
   sapere come va.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] chat height](https://wordpress.org/support/topic/chat-height/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/chat-height/#post-18490577)
 * Ciao [@ilgrizly](https://wordpress.org/support/users/ilgrizly/) ,
   ti scrivo in
   italiano visto che lo sono anche io, per diminuire l’altezza della finestra devi
   agire su due file:css/chatbot.css
 * `#chatbox {
   position: fixed;bottom: -700px; /* Nascosta inizialmente */right:
   20px;width: 400px;height: 600px; /* <<< MODIFICA QUESTO */background-color: var(--
   chatbot-chatbox-bg-color, #fff);
 * js/chatbot.js
   `chatbox.css({ 'bottom': window.innerWidth <= 768 ? '-100vh' : '-
   700px', 'height': window.innerWidth <= 768 ? '100vh' : '600px', // <<< MODIFICA
   QUESTO 'position': 'fixed' });
 * Modifica il valore height a 400 e vedi come va.
   Volevo dirti che sono stato nel
   tuo sito e ho notato che il bottone apr/chiudi stranamente non è rotondo, non
   so se l’hai modificato tu o se c’è qualche interferenza con altri css, ad ogni
   modo nel caso volessi forzarlo alla forma di cerchio allora ti basta aggiungere
   una linea al css.css/chatbot.css
 * `#chatbox-button img {
   display: block;width: 115%;height: 115%;object-fit: cover;
   transform: translate(-0%, -2.5%);border-radius: 50%; /* <<< AGGIUNGI QUESTA RIGA*/}
 * Fammi sapere com’è andata.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] Links auf Bilder anstelle der Seite](https://wordpress.org/support/topic/links-auf-bilder-anstelle-der-seite/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/links-auf-bilder-anstelle-der-seite/#post-18484519)
 * Du hast völlig recht: Die erfundenen Links sind ein bekanntes Phänomen namens„
   AI Hallucination“ und hängen direkt vom verwendeten Modell ab, nicht vom Plugin
   selbst.
   Auch wenn man in den Einstellungen vorgibt, keine Links zu generieren,
   füllen manche Modelle dennoch die Lücken mit plausibel klingenden, aber nicht
   existierenden Daten.Versuche, ein anderes Modell zu wählen, je nach deinen Möglichkeiten,
   und vermeide zu kleine Modelle. Ich persönlich nutze Gemma 3 27B und habe damit
   gute Erfahrungen gemacht.Wenn du mir den Link zur Website gibst, kann ich gern
   ein paar Tests machen. Gib mir einfach ein Beispiel für eine Frage, bei der normalerweise
   ein Link zu deiner Seite erzeugt wird, dann weiß ich, worauf ich achten soll.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant] Position des Chat öffnen Icons](https://wordpress.org/support/topic/position-des-chat-offnen-icons/)
 *  Plugin Author [NewCodeByte](https://wordpress.org/support/users/newcodebyte/)
 * (@newcodebyte)
 * [1 year ago](https://wordpress.org/support/topic/position-des-chat-offnen-icons/#post-18484478)
 * Danke dir! Ich werde auf jeden Fall überlegen, eine Option zur Position des Icons
   im Admin-Bereich hinzuzufügen. Vielen Dank nochmal für deinen Hinweis!

Viewing 15 replies - 16 through 30 (of 34 total)

[←](https://wordpress.org/support/users/newcodebyte/replies/?output_format=md) [1](https://wordpress.org/support/users/newcodebyte/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/newcodebyte/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/newcodebyte/replies/page/3/?output_format=md)