sorina.hriban → created an issue.
Hello,
I have overridden some methods from this module, especially the requestPath method from StaticGenerator. Debugged this but is a strange case, see below my screenshot. Path property does not exists, though on some case is passing through. On a case it is not and shows the error. Could not catch the path page(the page is similar to my screenshot). If I refresh the page, the generator continues. Strange was that I have added try catch and never entered in catch, error was thrown.
Patch is ok, it is already on our server and it working.
sorina.hriban → created an issue.
Created patch so can be applied by anyone encounters this problem.
Thanks for the solution.
Updated patch for the case when using video embed field, first part of patch is for using it in wysiwyg.
sorina.hriban → created an issue. See original summary → .
Added patch in case anyone needs it.
Had the same problem, even though responsive is true, on the popup form is displayed as false.
Works as expected now after applying nord102's code.
sorina.hriban → created an issue.
Added if because encountered: Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in block_content_machine_name.module on line 76.
Added a patch to use https://www.youtube-nocookie.com url.
sorina.hriban → created an issue.
sorina.hriban → created an issue.
Added forgotten ; to the latest patch
Patch needs to require external_link_popup 2.0 version, which is compatibile to drupal 10.
Drupal 10 compatibility
Drupal 10 compatibility
Applied same patch to the latest dev version.