Results 12 comments of Patrick Posner

I would say we show the additional actions (search, sorting, export) only if the export is done and keep the current implementation where we constantly fetch the log.

@chrisdavidmiles I couldn't replicate it now with the next release (tested on Linux + Mac with LocalWP) and exported it as ZIP and Local Directory. I also switched to multiple...

Related: https://github.com/Simply-Static/simply-static/issues/151

Also mentioned here: https://wordpress.org/support/topic/changes-mailto-url/

@omegabenefits thanks for the report! Can you temporarily add the following code snippet, re-run the export, and check if the issue persists? ```php add_filter('ss_parse_inline_script', '__return_false' ); ``` That should help...

Hey @omegabenefits, thanks for the update! Do you know how the script gets injected into the page? I just tried to replicate it by adding it to the footer of...

@cschmitt-mpi we will add an option in the next release to exclude all feed-related URLs - it's not as good as full regex support, but it should make things easier...

@imjlk excellent catch! I'll get that included in the next update!

@thuychu123 fix will be included in the next update!