And I just noticed another little bug. I replaced the default search form with a custom google search form. To insert it on the page the tags <gcse:search></gcse:search> are used. Your plugin replaces them with <search> and </search> tags in the static output.
Thanks for the kind words and for reporting your issues! I appreciate it.
wp-includes/images/media (I am using the wordpress audio player which works nicely also in the static version, just the image files are missing)
Do you know how those images are getting loaded in? Or where the images are stored at? If they’re loaded in via AJAX you might just need to add the directory for the images to Additional Files and Directories on the Advanced tab.
wp-includes/js/wp-emoji-release.min
I’ll have to spend a little time figuring how to best handle this one. About the best I can suggest at the moment would be to do a find/replace after Simply Static has run and replace your Origin URL with the Destination URL, and either manually copy over that file or add it to Additional URLs or Additional Files.
the tags <gcse:search></gcse:search> are used. Your plugin replaces them with <search> and </search> tags
That’s a new one. I’ll see if I can get a fix in for this.
Do you know how those images are getting loaded in? Or where the images are stored at? If they’re loaded in via AJAX you might just need to add the directory for the images to Additional Files and Directories on the Advanced tab.
Adding the directory worked just fine. Thanks for your help.
Sure thing! Thanks for the update, pesfan94.