Amir
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Gravatar CacheOk, another problem appeared unfortunately. I deleted wp user avatar to use your cache feature. So, I enabled the gravatar in wp comment settings. And also I Changed the Default Gravatar according to this:
wpbeginner.com/wp-tutorials/how-to-change-the-default-gravatar-on-wordpress/
But pingdom reported me these redirects:
So, why your cache feature is not working and these avatars are loading from external resource? Maybe I missed something?
Thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] Gravatar CacheSorry, I needed to change settings after disabling wp user avatar, thank you so much 🙂
Forum: Plugins
In reply to: [Autoptimize] Stop AO in Certain PagesThank you, best support same as always 🙂
Forum: Plugins
In reply to: [Autoptimize] Stop AO in Certain PagesAnd how can I load a page without ao for debugging? What I need to add at the end of the url to disable ao while loading? /?noptimize ?
Forum: Plugins
In reply to: [Autoptimize] Stop AO in Certain PagesFrank, if I want to exclude 2 urls, I need to duplicate this line? or How is the right way?
if (strpos($_SERVER[‘REQUEST_URI’],’no-autoptimize-now’)!==false) {And for example if I want to exclude a complete directory, I need to write like this ?
test.com/sample/*
Thanks
- This reply was modified 8 years, 5 months ago by Amir.
Forum: Plugins
In reply to: [Comments - wpDiscuz] GravatarPerfect, thanks!
And this is compatible with cache plugins and nginx cache?- This reply was modified 8 years, 5 months ago by Amir.
Forum: Plugins
In reply to: [W2O Admin Dropdown Menu] Plugin CompatiblityThe problem has been solved without modifying plugins. Thanks 🙂
Forum: Plugins
In reply to: [Admin Menu Editor] Horizontal MenuOk Janis, just wanted to try, thanks anyway 🙂
Forum: Plugins
In reply to: [Admin Menu Editor] Horizontal MenuIn order to make compatible these two plugins, my developer edited menu-editor-core. Do you think you can apply this in your future update?
https://www.dropbox.com/s/an9b657rvec5pgp/menu-editor-core.php?dl=0Thanks
Forum: Plugins
In reply to: [W2O Admin Dropdown Menu] Plugin CompatiblityIn order to make compatible these two plugins, my developer modified your core.php.
Do you think you can apply this in your next update?
https://www.dropbox.com/s/hnwmivoccadk067/core.php?dl=0Forum: Plugins
In reply to: [Autoptimize] Stop AO in Certain PagesFrank I have a question, sorry to bother you again.
For example I want to stop js optimization in the link test.com/1 and stop css optimization in test.com/2 link.
What code should I write?
I really appreciate your help.
Forum: Plugins
In reply to: [Admin Menu Editor] Horizontal MenuBut still I think this is exactly thing you should provide, especially in your toolbar add on. With these feature, you gather all of them in one. Just saying.
Thanks
Forum: Plugins
In reply to: [Autoptimize] Stop AO in Certain PagesWoooow, why I didn’t ask this sooner?! 😐 I needed this since years ago, Perfect Frank, thank you so much <3
Forum: Plugins
In reply to: [Schema App Structured Data] Published TimeHey thank you so much for explanation 🙂
“Your second option would be to use the hunch_schema_markup filter.”
Just can you tell me how can I use this? If I use this method, I don’t need to modify the plugin with each update?
Thanks again
Forum: Plugins
In reply to: [Schema App Structured Data] Published TimeYeah @vberkel, actually this was the original code that my developer used.
( $post->post_date ) )Thanks