Okay
  Public Ticket #1351533
Auto type element bug
Closed

Comments

  • alextsakos started the conversation

    Hello, i found the following malfunction of the auto type element:

    if you use a longer message in the auto type element and the auto-texting in black box changes row, it adds one more black row and the underscore symbol stays flashing in this extra row.

    Is this fixable?

    you can check this here

    http://www.atnconstructions.gr/wordpress

  • [deleted] replied

    Hi Alex,

    This is easy fix please before you continue consider reading the article How to add Custom CSS to your site, then please paste the code below.

    .wpb_wrapper .auto-type-element .lab-autotype-text-entry {
        display: inline;
    }

    Thank you.

  • alextsakos replied

    Hello again,

    thanks for the answer! It fixed the extra row problem, but it still has a minor problem: When a new row is created, it has black background in the full width of the row. The black background doesn't follow the auto typing like it does in the first row.

    I hope it's also an easy fix!

    Best regards,

    Alex

  • [deleted] replied

    Hi there,

    For sure this can be fixed, please consider adding more CSS in Custom CSS Section. Please paste the code below:

    .wpb_wrapper .auto-type-element span.block{
        display:inline !important;
    }

    Thank you.