• Resolved ugotta

    (@ugotta)


    1 Oembed a url, losing subsequent content. It cannot be embedded correctly either.

      http://example.local/cate/111/

      The content after the Oembed URL above will be lost

      It seems that oembed and MMarkdown cannot coexist.

      2 MM will make Frontend Admin clear some saved content when saving the form, and re-enter it every time. I experienced one:
      Edit Form β†’ Modal Window β†’ Show in Modal β†’ Modal Button Text

    Viewing 6 replies - 1 through 6 (of 6 total)
    • Plugin Author Pierre-Henri Lavigne

      (@peter202202)

      @ugotta πŸ‘‹

      Thank you for your feedbacks

      About the first point, I guess I got it. I patched a similar issue earlier in 3.x but looks like reverted due to a typo mistake with a variable 🫣. When you can could you give it a try with latest 3.14.7 please ? πŸ™

      About the Frontend Admin plugin, I’m gonna take a look again when I can, last time I checked it wasn’t just pluggable with the MMarkdown. Not sure, maybe the current bug fix solved your issue with the modal as well ? 🀞

      Kinds regards

      Thread Starter ugotta

      (@ugotta)

      Tested, the problem still exists.

      Additionally, on the Bridges settings page, if none of them are selected, saving the page will crash

      Plugin Author Pierre-Henri Lavigne

      (@peter202202)

      Thank you for your patience @ugotta 🀘

      About the first point with oembed / lost content stuff, I suppose you are still with with the o2 plugin with the p20 theme, I couldn’t reproduce the issue. With a clean install and the latest versions of the plugins, if I copy-paste a link from SoundCloud or Youtube for example, the related media is embedded in the final post or the preview.

      Depending from the box (comments, new post, etc…) there are indeed a few caveats sometimes, side effects with the textarea’s scrollbars or the box overflow (out of the viewport), but no content is being cropped. If you can share a short video with Loom or Screenity for example, that would be great for me to understand πŸ™

      If you are trying to embed something with your own server, to my mind I guess it’s not working by default, you have to register new filters / hooks to WordPress to make it known media data can be retrieved with your endpoint. Don’t know how to do that at the moment 🀷 Does it work with the default theme Twenty Twenty 2025 without Markup Markdown ? Or are you using additional plugins ?

      —-

      About the Frontend Admin plugin, I recently released 3.15 with a few tweaks so the primary content and custom fields can be used with markdown :
      https://mega.nz/file/V9lkiLha#dSsVBQJ7PYzcQJEqzROg5Ew85aw09ficDxFZNsoDp9Y
      https://mega.nz/file/VoVUlIoD#wgAC5Rpl6pCtyzV5OAM2RzTY5XbXJFirX5oCSwsS3xg
      Please activate the related plug (resave once to reload the cache / options) and give it a new try please πŸ™‡β€β™‚οΈ

      Regarding the description of your feedback, are you talking about the settings screen panel ? (Frontend Admin > Forms) On my side there are some javascript errors and the same bugs even without the plugin Markup Markdown. Please confirm with a clean install without activating Markup Markdown on your side and if it’s not related to my plugin, please open a new ticket to the plugin’s forum or escalate to the support if you own a professional version so the plugin owner can be informed and make a patch. Otherwise, as I can’t reproduce the issue on my side, you need to provide additional information or shoot a quick video please so I can watch the issue. I would really appreciate.

      —-

      About the autoplugs tab, thank you for reporting the issue. If no bridge were selected, saving the preferences wouldn’t work. The error has been fixed in 3.15 as well πŸ‘Œ

      Hoping recent updates at least helpt a bit,

      Kind Regards,

      Thread Starter ugotta

      (@ugotta)

      I’m late.
      The latest version 3.16.0 still has the above two issues. I would like to add some testing details:

      Newly install WordPress in the local WP environment;
      Theme: Astra, Neve;
      Plugin: Markup Markdown, Frontend Admin;

      β€”-

      Create a new article test and directly write an article link:

      http://yourwpsite.local/uncategorized/111/
      The content after the URL above will be lost

      β€”-

      Frontend Admin:
      Edit Form β†’ Modal Window β†’ Show in Modal β†’ Modal Button Text [enter a Button Name] ==> will become the default value [Open Form] after refreshing the page. If you save the form at this time… That button name is wrong.
      No other issues have been found yet.

      Plugin Author Pierre-Henri Lavigne

      (@peter202202)

      @ugotta No problems at all, thank you for posting the details. πŸ‘Please allow me a few days, at least two weeks so I can test and dig into it. 🀲Appreciate your patience πŸ™‡β€β™‚οΈ

      Plugin Author Pierre-Henri Lavigne

      (@peter202202)

      @ugotta Thank you for your patience πŸ‘

      About the first issue, I finally got it, it was a bug about embedding an article, not a media. πŸ’¦
      I fixed my regular expression with the break lines and it should work starting version 3.17.0. Thank you so much for reporting it. About the themes you shared, testing with Neve helpt me identifying a dependency issue when editing on the frontend. That’s great ! 🎸

      About the second issue, I had a hard time but indeed it was coming from a conflict with my plugin, the javascript errors was related to blocks. Disabling the block editor and launching the markdown one is not required on the settings screen. Fixed within the autoplug in the version 3.17.1 I’ve just released. If for any reason you don’t want to turn on the plug, you can use the following snippet code instead:

      add_action( 'init', function() {
      remove_post_type_support( 'admin_form', 'markup_markdown' );
      });

      If you don’t mind I’m gonna mark this discussion as solved πŸ‘Œ

    Viewing 6 replies - 1 through 6 (of 6 total)

    The topic ‘Oembed, lost content’ is closed to new replies.