• Resolved kuermo

    (@kuermo)


    Hello!

    After updating the plugin I noticed that words that used to follow the play button are now in the next line and the play button is totally alone in its line.

    Is there a way to solve this? For the purpose I use it, words should follow the play button, otherwise everything looks extremely wide.

    Thanks for you help in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. Can you share the page or post with the audio player? Can you also share the shortcode you are currently using.

    Thank you.

    Thread Starter kuermo

    (@kuermo)

    Thanks for answering so fast.

    I cannot leave my website with the updated version and share it, as clients are using audios in lessons in Sensei. so instead I took some screenshots. You can find them below:

    BEFORE_1

    AFTER_1

    BEFORE_2

    AFTER_2

    And a code example:

    [sc_embed_player fileurl=AUDIO_NAME]casa
    [sc_embed_player fileurl=AUDIO_NAME]falda
    [sc_embed_player fileurl=AUDIO_NAME]gafas
    [sc_embed_player fileurl=AUDIO_NAME]grabar
    [sc_embed_player fileurl=AUDIO_NAME]mamá

    Audios work both before and after the update, it’s only a format issue. Besides that, I changed nothing in the code, I just updated the plugin.

    I’have also check compatibility with other plugins and it’s not that.

    Thanks once more for your help!

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing more information. In your case you might need to use the following CSS code.

    <div style="float: left;">
    [sc_embed_player fileurl="your sound file URL"]
    </div> casa

    Let me know if this works for you.

    Kind regards.

    Thread Starter kuermo

    (@kuermo)

    Thanks for your suggestion.

    The maximum I managed to do is this: SEE HERE.

    This is my code before changing anything, when the problem of jumping of the line occurs:

    <!-- wp:columns -->
    <div class="wp-block-columns"><!-- wp:column -->
    <div class="wp-block-column"><!-- wp:paragraph -->
    <p>[sc_embed_player fileurl="file URL"]casa<br>[sc_embed_player fileurl="file URL"]falda<br>[sc_embed_player fileurl="file URL"]gafas<br>[sc_embed_player fileurl="file URL"]grabar<br>[sc_embed_player fileurl="file URL"]mamá</p>
    <!-- /wp:paragraph --></div>
    <!-- /wp:column --></div>
    <!-- /wp:columns -->

    Any idea?

    Thread Starter kuermo

    (@kuermo)

    PS: Or also this: SEE HERE 2

    Plugin Contributor mbrsolution

    (@mbrsolution)

    It looks like you are using Gutenberg editor. In that case have you tried my method above? I just tested my method above using Gutenberg editor and it works for me.

    <div style="float: left;">
    [sc_embed_player fileurl="your sound file URL"]
    </div> casa

    Regards.

    Thread Starter kuermo

    (@kuermo)

    You are right, this solution with the very same code works perfectly when in simple Gutenberg, say a blog post, but looks like this when I paste it in a Sensei lesson (a course plugin).

    It used to look with no difference before the update in any of the cases. I guess the problem even with the solution of <div style=”float: left;”> is in some kind of incompatibility between these both, then.

    Thanks for your time, if you have any other idea, let me know! ??

    Plugin Contributor mbrsolution

    (@mbrsolution)

    You are right, this solution with the very same code works perfectly when in simple Gutenberg, say a blog post, but looks?like this?when I paste it in a Sensei lesson (a course plugin).

    Have you reported this to the developers of Sensei lesson plugin? They might be able to assist you further.

    Kind regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Words cannot follow in same line’ is closed to new replies.