dwgnr
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze Cache] Breeze-API IntegrationIs there an answer to this? How can I purge a specific page, including Varnish, via API (or PHP-Call in WP)?
Forum: Plugins
In reply to: [Simple Blog Stats] Dots instead of comma?Awesome! This is btw how I solved it for now. 🙂
<script> var arr = document.getElementsByClassName("sbs-count-posts"); for(i = 0; i < arr.length; i++){ arr[i].innerHTML = arr[i].innerHTML.replace(",","."); } </script>- This reply was modified 5 years, 3 months ago by dwgnr.
Forum: Plugins
In reply to: [Breeze Cache] Can’t enter »https://«, always changed to »//«Okay, one more question of I may: I guess there is no ETA on the update, so do you maybe have a hint where in the plugin one could fix it manually in the meantime?
Forum: Plugins
In reply to: [Breeze Cache] Can’t enter »https://«, always changed to »//«Ah, good to know! Thank you!
Hi, I would have to look into my backups, but basically I just exchanged the line where you load the image for a wp-call to a thumbnail.
That being said: I used one of my thumbnail-sizes. If one would put it into the official plugin, there should be a size-picker in the customizer (which I didn’t have, I just hardcoded the thumbnail-size I needed).
- This reply was modified 7 years, 9 months ago by dwgnr.
Thank you so much for this important, awesome plugin! 🙂
As I would love to automatically fill the caption (currently monkeypatched the child-theme to display title instead of caption), I wonder: what would your reason be not to fill the caption automatically? Couldn’t it be done optionally?