Nico Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Cache on PWA StartHi there, sorry for the late respobse. I was very busy the last days working on the push notifications feature.
I looked at the issue. But I dont fully understand it. Progressive WP creates a client side caching, while WP Rocket adds a server side caching. So there should not be any incompatibility issue. Then, Progressive WP works as “network first”. That means if you’re online, the PWA cache (storage) will not be used, but it will automatically get the most recent version online (the one cached by wp rocket).
So if theres any cache invalidation, I think you should ask @glueckpress. But if you have more detailed information I’d be glad to help.
- This reply was modified 6 years, 9 months ago by Nico Martin.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Nothing happen after setupGlad you solved it. For further feature requests please use the github issues:
https://github.com/nico-martin/progressive-wordpress/issuesIn Version 0.4.0 I already integrated you first wishlist point. And I added the others to the issue system.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Nothing happen after setupHmm.. thats strange. The start_url in your manifest.json is
./amp
but should be/
(your landing page). I’ll have a closer look within the next days.
I might should enable changing the landing page as you suggested.
I’ll keep you updated and thanks for your feedback!Forum: Plugins
In reply to: [Advanced WPPerformance] autoptimize in readme.txt tagsHi frank
Yea you’re right. I removed the tag.
Thaks for the feedback.Kind regards,
NicoForum: Plugins
In reply to: [Advanced WPPerformance] how to disableHi silverz
I’m so sorry, I didn’t see your question before.
Well, I’m not sure what you’re asking. The Plugin does not touch what styles are enqueued (for each site). It just takes the enqueued styles and scripts, minifies them and outputs the minified version.
If you want to exclude a style, you should deregister it usingwp_deregister_style( $handle )
.Does that answer your question?
Forum: Reviews
In reply to: [Advanced WPLink] Should be in the Core!Thank you! I’m glad you like it!
Forum: Plugins
In reply to: [Advanced WPLink] Playing with WordPress 4.8?Hi Nici
Thanks for your nice words.
Yes, of course I want to maintain it as long as it makes sence.
At the moment I have some small adjustments already ready on GitHub.
At the moment I’m following the whole discussion about Gutenberg, which might bring some groundbreaking changes. That’s why I can’t give you an clear answer about the future of this project.
But as long as I use it myself, I’ll maintain it :D.Kind regards,
NicoForum: Plugins
In reply to: [Advanced WPLink] Disable inline not workingHi there
Could you please be more specific:
In Settings -> Advanced WPLink, are you not able to check the “Remove the inline linking tool from your WordPress Editor.” Box? And are you able to save the changes?If so:
What happens in the Editor (And what do you expect shuld happen)?
Is the inline Linking still active?If the Problem still exists:
Which version of Advanced WPLink are you using?
Which version of WordPress are you using?
Which Browser (and version) are you using? And does it happens in a different Browser as well?And if possible: Are there any errors in the console (Google Chrome: https://developers.google.com/web/tools/chrome-devtools/console/)
Forum: Plugins
In reply to: [Advanced WPLink] "Title" instead of "link text"Hy Jochen
Well, as I wrote earlier the link text is a pretty important field.
This way you can change the displayed text for your link. Why would you want to remove it?Kind regards,
NicoForum: Reviews
In reply to: [Advanced WPLink] Works perfect. Thank you.Hi zielniok
Great comment! Thank you!
I just implemented it into the current dev version (1.2.0) on github: https://github.com/nico-martin/AdvancedWPLinkI think I’ll soon merge those changes into the plugin directory.
Kind regards,
NicoForum: Plugins
In reply to: [Advanced WPLink] Plugin in update crashes siteSo after your feedback I decided to add PHP 5.3 support for the new Version 1.1.0. I hope that solves your problem.
Forum: Plugins
In reply to: [Advanced WPLink] Plugin in update crashes siteThe new version requires php 5.4 or higher. I think, that might be the problem.
Do you know, which php version you are using?Hi there
I added the title field to the current version. Update the plugin and activate it in the settings. Hope you like it!
Kind regards, Nico
Forum: Plugins
In reply to: [Advanced WPLink] AWESOME! One CSS TweakHello remery
I fixed it in the current version.
Kind regards, Nico
Forum: Plugins
In reply to: [Advanced WPLink] "Title" instead of "link text"Hello Deon
I added your feature to the new version. Hope you like it!
Kind regards, Nico