axmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Statify] How to count logged in users + posts/sites set to privateHi Stefan & Patrick,
danke für eure schnellen Antworten und Hilfen. Ich konnte es leider noch nicht testen, aber ich denke, dass ich damit klar komme. Falls ihr nichts mehr von mir h?rt, ist alles ok. Finde, ihr macht mit euren Plugins einen super Job.
English translation:
Thanks for your quick help. Couldn’t test it yet but I think I can handle this. If you don’t hear from me again in this thread everything is fine. You and all of your plugins are doing a great job in my opinion.
Kind regards / Viele Grü?e
axmann*EDIT*
@stklcode
Habe es gerade mit deinem Code von hier getestet, aber leider funktioniert es nicht. Hast du eine Idee?Just tested it with your code from here but it’s not working. Do you have an idea?
Forum: Plugins
In reply to: [PWA for WP & AMP] Caching optionsGreat! Thank you for the link and the upcoming documentation.
Forum: Plugins
In reply to: [Smart Slider 3] Showing private posts to logged in usersThank you @nextendweb_gabor for your super fast reply and help! With this I’ll definitely be able to handle this issue.
Forum: Plugins
In reply to: [Cache Enabler] Prevent caching for logged in usersI don’t know why but caching is almost rocket sience for me. So thank you again for your support! I will try to work myself deeper into the matter.
I’ll might ask you for help again but for now I mark this topic as resolved.
PS. Regardless of the issue in this topic Cache Enabler has improved the performance of my site significantly compared to other caching plugins from the very first day I’ve installed it. I encourage you to carry on developing it.
Best regards
Forum: Plugins
In reply to: [Cache Enabler] Prevent caching for logged in users@redcastor Thank you! Tweaked
htaccess
with that and it’s still working
@coreyk Thank you as well for the explanation!If I see this right the actual reason for the problem was the browser cache and how it was configurated.
Because of this: Would you recommend to skip browser caching when a caching plugin like Cache Enabler is running (because both is just not necessary)? Or do they complete each other (= better performance)?
Forum: Plugins
In reply to: [Cache Enabler] Prevent caching for logged in usersNot quite sure if I got you right, Corey.
I’ve checked the code for the HTML comment being logged in and out butit wasn’t there at all. So I figured there must be some kind of conflict with the browser cache like you said. Because of this I removed the corresponding code from my
.htaccess
file. After this + some hard page refreshes + deleting browser history etc. there’s this situation now:Not logged in = HTML comment in the code = page delivered by Cache Enabler (hope I’m concluding this right)
Logged in = page seems to be rendered without using any cached files
So it’s actually working right now but honestly I don’t have a clue what
x-cache-handler: wp
is about (unfortunetly I don’t know how to understand this explanation). It’s still not displayed. Is there anything I could have missed to have a correct setup?If you need more information, just let me know.
Forum: Plugins
In reply to: [Cache Enabler] Prevent caching for logged in usersHi Corey,
thanks for your quick answer.
I hope this is what you need:
Cache-Control: max-age=3600, public Content-Encoding: gzip Content-Type: text/html; charset=UTF-8 Date: Wed, 10 Jul 2019 07:29:22 GMT Last-Modified: Wed, 10 Jul 2019 07:21:21 GMT Server: Apache
If not please give me a hint where to find the exact data you need.
Forum: Themes and Templates
In reply to: [OceanWP] Hiding caption on archive / displaying on single postHi Amit,
thank you very much. It works. Your support is great.
Forum: Themes and Templates
In reply to: [OceanWP] How to disable connection to Google Fonts serversHi Amit,
just want to give you a quick feedback. Yes, it does remove the connection as well. Thx for you help!
Forum: Themes and Templates
In reply to: [OceanWP] How to disable connection to Google Fonts serversHi Amit,
thanks for your answer.
I know this option but does it make sure there are no connections between OceanWP and Google? Or does it just remove Google Fonts as a setting to choose from in the customizer?
Forum: Plugins
In reply to: [Responsive Posts Carousel] How to change category colorI see. Going to defer this issue until I can provide you an URL. I’ll post it here then.
Thank you very much so far. Looking forward to upcoming updates.
Best regards
axForum: Plugins
In reply to: [Responsive Posts Carousel] How to change category colorThanks a lot but unfortunetly that’s not working. I’ve just figured out if I change the code within the file it works when I clean cache. But then when I refresh via F5 it skips back and displays default settings.
Forum: Plugins
In reply to: [Responsive Posts Carousel] How to change category colorThanks for your quick reply!
My WordPress runs on localhost so I cannot give you URL. But what I’ve tried so far is to tweak this part of slick.css but nothing changed:
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category a { text-decoration: none; display: inherit; color: #fff; background: #000; font-size: 11px; padding: 2px 5px; margin-right: 2px; }
Totally wrong?