• Resolved lruissen

    (@lruissen)


    a very nice plug-in! but i was wondering, is it possible in a way to get sentences on a next line after a number of characters? the AI ??now makes very long sentences

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @lruissen,

    Do you have an example of what you want to achieve? Remember that you can change the prompts, and ask the UI to use backline returns after a certain number of characters, you could try that ??

    Thread Starter lruissen

    (@lruissen)

    Hi,

    Thank you for your reply!

    I’ve tried to change the promp and to ask the AI, but he din’t listen.
    Is it possible for you to check the webpage?
    https://digivrienden.nl/chatbot

    If you ask him to write a long sentence, the text is written outside the window

    cjcuccaro

    (@cjcuccaro)

    I have the same thing going on.

    I asked the chatbot for the CSS code to implement word wrap, and I get CSS code back that doesn’t help. It suggested using one of the following, which I tried individually but then combined to see if it made a difference but it didn’t.

    <style>
    
    .mwai-textd {
       word-wrap: break-word;
       overflow-wrap: break-word;
     }
    
    </style>

    I’m using the Divi builder to create the page the meowapp appears on.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Have you tried without the Typewriter effect? This thing causes a lot of issues unfortunately (which is why I strongly advised against using it).

    Thread Starter lruissen

    (@lruissen)

    i’ve tried it without, but it doesn’t solve the problem

    Plugin Author Jordy Meow

    (@tigroumeow)

    The problem is that the shortcode is added in a <pre> tag. Do you know why? Can you try to use the shortcode block to add the shortcode in it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Long sentences’ is closed to new replies.