Oliver Lippert
Forum Replies Created
-
Understood, thanks für the quick feedback @dcooney
Right now I’m updating a 12-year-project from WP 4.7 to (hopefully) WP 6.1. I checked WP 5.3 and 5.4 just to ensure that it is not particulary WP 5.3.
Now I know that this will be “fixed” with WP 5.9. Overall the extension works AFAIK with the workaround to add the image by the “media” button.
Forum: Plugins
In reply to: [Facebook Comments Importer] Ignore specific commentsThank you Ivan for your fast reply. Do you have any information about the timeline?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Clash with WP REST API plugin@msaari come on. Of Course you can. Talk to WP API. Both Plugins are widely used, you both should work on that.
I also commented an Issue on WP API to motivate you both plugins to fix that https://github.com/WP-API/WP-API/issues/2505#issuecomment-272679832
In my one Project I worked around, registering an own API route. I think if you check in your Plugin whether WP API is available (wich is by 4.7 per default), with 20 lines of Code you can Register an relevanssi route. All API devs can use that in their Projects. No big deal for you, but a big benefit for your users 🙂
Forum: Plugins
In reply to: [Cachify] Different Cache-Stores for Desktop and for Smartphone?Hey Sergej,
ich kann dir nicht ganz folgen…Also unterschiedliche Caches fände ich gar nicht abwegig. Eine Prüfung ob ein Mobil-Gerät da ist oder ein PC macht mein Theme bspw. schon, da überflüssige HTML Elemente dann gar nicht rausgesendet werden, dies schont den Traffic. Ich könnte die Elemente auch über CSS verstecken, aber dann wären sie trotzdem existent.
Außerdem liefere ich für Mobilgeräte eine zusätzliche CSS Datei aus (kleinere Anpassungen wie ggf. Schriftgrößen aufgrund der höheren Pixeldichte).Ich verwende bei Cachify die DB als Caching-Ort, fand ich irgendwie gedanktlich “Performanter” als die HDD.
Du siehst also keine Möglichkeit, dein Caching-Plugin zu erweitern, sodass eine dritte Stelle dem Plugin mitteilen kann, welchen Cache es nehmen soll?
Cachify an sich könnte bleiben wie es ist (für den Normal-Anwender) und halt eine Art “Default”-Cache-Speicher nutzen. Ich als Programmierer würde Cachify gern mitteilen, ob ein Benutzer im “Default” bleibt, oder eben auf den Cache-Speicher “Mobile” zugreifen soll!?
Forum: Plugins
In reply to: [Cachify] Incompatible with "Disable all WordPress Updates"?Hey Sergej,
wie geschrieben: Plugin deaktivieren -> Cachify läuft. Plugin aktivieren -> Cachify läuft nicht.Könnte das an irgendwelchen Hooks liegen, dass Cachify dann deaktiviert wird oder so?!