Neoras
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Missing imagesAnd of course there’s also a workaround for fixing query strings, just to mention it:
https://de.www.ads-software.com/plugins/remove-query-strings-from-static-resources/Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Missing imagesHi Scott!
Big thanks for getting back! Roughly 2 weeks ago I saw the update and took a new effort to get it running. It failed again. As I’m trying to reproduce it right now, the issue unfortunately remains the same. It works when you manually copy the “missing” files from the wp-content-folder of the source to the corresponding static-folder, however.
I also figured out how to change file names with special characters in case you’ve already uploaded them and don’t want to start over. Here’s a plug-in that should do the job: https://www.ads-software.com/plugins/clean-image-filenames/
I’ll give it a try!And there’s another “issue”, when using the static website offline. My theme uses stylesheets in a way that it passes php-parameters like this: /wp-content/themes/colormag/style.css?ver=4.6.1
Since the url-paramaters are not interpreted locally, the stylesheet is missing. But I guess this behaviour is somewhat intended or at least inevitable.Thanks again Scott, love your plug-in and will donate for it as soon as there’s a button somewhere inside the plugin screens
Bye
ChrisForum: Reviews
In reply to: [Yeloni Exit Popup | (Free) GDPR Compliance] thumbs upyes, sure – I’d appreciate it!
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] Missing imagesHi Scott, thanks for your quick reply!
Unfortunately not. The file name is converted wrong! Browsing for the file after making them static results in an 404-error.
It probably has something to do with the phpurlencode-function but I’m not too familiar with php…
Forum: Themes and Templates
In reply to: [Customizr] How was the showcase page created?I think this is a wordpress built-in function. Pls see here:
https://en.support.wordpress.com/images/gallery/#gallery-shortcodePls note that that
get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
is intended to return the parent categories of category pages not posts!
When using in posts you have to get the category id first and then pass the value over to the function.