George
Forum Replies Created
-
Sure. Here is an example of this “suspicious” URL: https://ibb.co/1LWdW40 . For some reason it’s in Wordfences’ domain blocklist.
I started to use this counter for traffic measurement by adding a script. Rambler is a popular Russian website for such purposes.
So I would like to whitelist is, because this counter is working on every page, and I don’t want to get alert notifications every time it’s detected. So how can I exclude / whitelist it?
Forum: Plugins
In reply to: [WordPress Popular Posts] Question about ‘Sample Rate’Thanks for detailed explanation!
The thing is: until today I had all the options above turned off. But I contacted my hosting support team, and they said, that yesterday I had 2934 calls of wp-json/wordpress-popular-posts/v1/popular-posts. And I thought, it was because of that options somehow.
But since they are not needed in my case, then why there are so my calls to this path? Does it have to be like that?
Forum: Plugins
In reply to: [WordPress Popular Posts] Question about ‘Sample Rate’Thanks for answer! Not I got it! I won’t enable it then ??
I have another question: I use WP Fastest Cache plugin, and automatically clear cache of all website every 10 hours. So in this case, will enabling your option “Caching DB queries results” have any meaning? Without this option my popular posts in sidebar widget will be refreshed every 10 hours, right? Or this DB queries will be called anyway, and I need to turn on this option in order to save resources? (I put 6 hours refreshing interval there).
And if “Caching DB queries results” option in needed in my case, then what intervals will be between clearing popular posts cache? 6 hours, or 10 hours? Or both?
And also, what ‘Ajaxify widget’ option is for? To show posts in live mode with caching plugin enabled, right? I just don’t want to have extra ajax calls, and I am comfortable with popular posts being cached. So this option is not needed in my case? right?
Forum: Plugins
In reply to: [Inline Related Posts] About keeping links static once insertedWell, I tried to use my plugin’s option to exclude css and js from caching, and tried to insert your plugin’s folder there, but it didn’t help. Probably, because your styles are in .html file, right? And my plugin can only exclude js and css. Too bad.
Forum: Plugins
In reply to: [Inline Related Posts] About keeping links static once insertedHi. I’ve just switched cache plugin to another (WP Fastest Cache) and the problem still occurs. I don’t think, that two completely different cache plugins have the same problem.
I used WP Fastest Cache for a couple years before, along with your plugin. And I don’t remember having the same problem with not changing related posts.
So maybe it’s something from your side?
Forum: Plugins
In reply to: [Yoast SEO] Vertical bar is disappeared in title separatorI confirm, I’ve just noticed it too. I used “|” as a separator as well, and now it disappeared. Also, in Google search my website name disappeared too (after the name of article).
Forum: Plugins
In reply to: [Inline Related Posts] About keeping links static once insertedBut did you try to install my cache plugin, so you could recreate the issue? Because it can be any other reason.
Forum: Plugins
In reply to: [Inline Related Posts] About keeping links static once insertedI don’t have CDN. But I do have a cache plugin (WP Speed of Light).
Forum: Plugins
In reply to: [Inline Related Posts] About keeping links static once insertedI did, what you asked me to do, but it didn’t help. And I forgot to mention: related posts do change, when I am logged-in as admin. When I try to change them in incognito mode, or when I am not logged-in, they stay the same.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] /stylesheet 404 error@gabelivan thanks for the answer!
As for that problem, that I wrote you about in Pro support – it resolved by itself somehow.
As for the problem with Anycomment plugin: it’s strange, because it’s min.js file wasn’t inlined by me. I indeed turned on option to inline .js files, but I chose to inline only .js files smaller than 6KB. And this file is 2MB. Maybe your plugin doesn’t consider this rule for some reason?
And one more question: in ‘Plugin usage preferences’ tab there is an option: ‘Clear previously cached CSS/JS files older than (x) days’. I have a cache plugin that automatically clears the cache of all website every 10 hours. So what number is it better for me to put in your settings? Is it okay to put ‘1 day’ for clearing css/js files? Or can you tell me other recommended number?
Thanks in advance for an answer!
Forum: Plugins
In reply to: [upPrev] Problems with a new versionOkay, but what about the problem with translucent box (that also doesn’t appear during scrolling)? And what about upprev showing wrong subcategory names and wrong posts in certain cases, that I explained in details above?
Forum: Plugins
In reply to: [upPrev] Problems with a new version@iworks hi! Just wanted to add, that upprev box (at least in my case) won’t appear if a user continues to scroll website. User have to stop scrolling for it to appear. I don’t know if it’s a bug, and I don’t remember how it was in old version (2015), but decided to write it.
Btw, any news on when to expect an update?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] About priority in categoriesHi again! Removing subcategories from it’s main category seems not worth it. At least subcategorical posts are shown perfectly. Thanks for explanation!
Hi! Yes, this code did help. I had to add !important for it to work. And you forgot to add ‘;’ after display:inline-block . And at least in my case ‘nth-child(-n+2)’ displayed 2 related posts, not 4. So I had to change the number to 4. Thank you!
Will somebody ever answer me? I just need a code for @media rule, so I can add it in my style.css file.