Nazar Hotsa
Forum Replies Created
-
Forum: Plugins
In reply to: [Harrys Gravatar Cache] “change Cache time” not workingGreat, thanks again.
Forum: Plugins
In reply to: [Incoming Links] Not showing any backlinksOk, a few days later it began to work. Not sure what was the problem, but everything seems to work fine now.
Forum: Plugins
In reply to: [Harrys Gravatar Cache] “change Cache time” not workingSounds good, thanks.
P.S. Hope nothing too serious with your health.
Forum: Plugins
In reply to: [WP Super Cache] Mobile caching questionI realize the topic is a few months old, but I’d like to know this too.
Forum: Plugins
In reply to: [Query Monitor] Disables admin bar for everyone except adminsOk, I found the plugin that caused the problem.
This one – https://ww.wp.xz.cn/plugins/maintenance/
Apologies for false alarm 🙂Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Support for taxonomy term pages?No prob, here’s some good reading on the matter: https://www.cozmoslabs.com/58990-remove-unused-css-js-files-in-wordpress/
Meanwhile, I’ll stick to manual method outlined above 🙂Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Won’t work with position:absolute?Ok, answering my own question: it’s a no for sure. I had to ‘hack the system’ and add a zero-height absolute div, then plug a relative one inside, and then it’ll work 🙂
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Per-widget stop elementNot sure what you mean by ‘change fixed widgets during scroll’.
What pertains use cases, interesting possibilities arise when using themes with fully widgetized pages. Meaning, not only sidebar contains widgets, but the whole page is like one big sidebar 🙂Forum: Plugins
In reply to: [Query Monitor] Disables admin bar for everyone except adminsI’m on the latest stable version – 4.7.2
The plugin is also of the latest version – 2.13.2
No errors in PHP error log either. Will check with all defaults shortly.Forum: Plugins
In reply to: [Redis Object Cache] Can we still use WP Super Cache with this pluginWorks perfectly well with WP Super Cache for me.
Forum: Plugins
In reply to: [Redis Object Cache] This is good plugin but not a complete redis solution@hsntgm What tool(s) do you use to monitor Redis performance?
Forum: Plugins
In reply to: [A-Z Listing] CPT and custom taxonomy terms – not workingOk, reading Codex again makes thing happen 😉
The working code should be:
the_a_z_listing( array( 'post_type' => 'job_listing', 'tax_query' => array( array( 'taxonomy' => 'listing_country', 'field' => 'slug', 'terms' => 'usa', ) ) ) );You might want to update your examples too.
Forum: Plugins
In reply to: [Hide Show Comment] Show X comments initially?@haristonjoo bump? 😉
I tried adding more identifiers like you suggested in https://ww.wp.xz.cn/support/topic/how-to-include-comment-form-in-hideshow-feature/ but this doesn’t work.Forum: Plugins
In reply to: [Hide Show Comment] Doesn’t workEmm, I’m sorry, I got it to work.
I had lazy load for comments plugin activated, this was obviously causing some conflict.
Fixed 🙂Forum: Plugins
In reply to: [PE Recent Posts] Disable animation?Yeah, I did set autoplay to 0 since we’re not using it.
Would be great to have an option to disable animation as well. Please, consider this for future versions 🙂
Meanwhile, I guess I’ll just ‘hack’ the code to turn off animation.