• Hello,

    I’ve come across a rather strange thing, could you possibly tell me if it’s an issue or I am doing something wrong.

    Here is a video of what I am trying to do.

    https://youtu.be/HY_E9CfyieQ

    I need to insert a table with some very short audio files (less than 10 secs each)

    I copy the code of the table to the Text Editor,
    See the table in the Vision Mode,
    See some previously created text modules, which look fine,
    Add an extra text module,
    The table disappears,
    the Editor in the Modules disappears.

    Afterwards, it becomes impossible to change units, the sections remain from the previous unit.
    https://youtu.be/lgTAykJXsmU

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello activeenglish,

    Can you share code you are inserting in those editor? It looks like it is causing some type of error and that breaks the editor in unit.
    If I could test it on my installation I can see what is error and how can it be fixed.

    kind regards,
    Kasia

    Thread Starter activeenglish

    (@activeenglish)

    <table style=”width: 100%;” border=”1″>
    <tbody>
    <tr style=”height: 21px;”>
    <td style=”height: 21px;”>This</td>
    <td style=”height: 21px; text-align: center;”>[audio mp3="https://www.mysite.com/wp-content/uploads/2017/02/This.mp3"][/audio]</td>
    </tr>
    <tr style=”height: 21px;”>
    <td style=”height: 21px;”>That</td>
    <td style=”height: 21px; text-align: center;”>[audio mp3="https://www.mysite.com/wp-content/uploads/2017/02/That.mp3"][/audio]</td>
    </tr>
    <tr style=”height: 21px;”>
    <td style=”height: 21px;”>These</td>
    <td style=”height: 21px; text-align: center;”>[audio mp3="https://www.mysite.com/wp-content/uploads/2017/02/These.mp3"][/audio]</td>
    </tr>
    <tr style=”height: 21px;”>
    <td style=”height: 21px;”>Those</td>
    <td style=”height: 21px; text-align: center;”>[audio mp3="https://www.mysite.com/wp-content/uploads/2017/02/Those.mp3"][/audio]</td>
    </tr>
    </tbody>
    </table>

    This is the code. I changed only the website name. I could even share the admin acceess if it helped to resolve the problem. Let me know how I could do it without sharing it in public here.

    Thank you

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @activeenglish,

    Thanks a lot for providing us with this additional info, I was able to replicate the issue and have created a bug report for our developers so they can fix it in future releases.

    Thank you for bringing this up to our attention.

    Cheers,
    Predrag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editor disappears’ is closed to new replies.