adamovic
Forum Replies Created
-
Thanks for the clarification @josevarghese, it wasn’t obvious that this is just a ‘cosmetic’ and not actually a part of the published meta description. Upon checking the source code, I can confirm that the date and the dash aren’t included.
I have no problem with this then.
Forum: Plugins
In reply to: [Safe SVG] Links to redirected css warningsI have the same issue. My question is, is the problem in the plugin’s script (specifically, blocks.php, line 33) or is the problem in our server and how it handles urls with or without trailing slashes?
Hi Tyler!
Thank you for the clarification!
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Additional image sizes at uploadHm.. actually that would make sense. I’m using two widgets from Unlimited Elements, which use {{item.post_list_image_thumb}}, which I guess is the thumbnail image size that WordPress creates.
Thank you!
- This reply was modified 4 years, 2 months ago by adamovic.
Forum: Plugins
In reply to: [Ahrefs SEO] How lightweight is this plugin?Thank you for the quick and detailed reply, all sorted!
Hi @emrevona
Can you recommend a different plugin that would be compatible with WP Fastest Cache and works similar to Asset Cleanup?
Ok, so the bottom line is I must only make sure that the Asset CleanUp’s cache isn’t cleared more frequently then WP Fastest Cache.
I have the Asset CleanUp set to 14 days. In my htaccess the WP Fastest Cache ExpiresByType text/css and text/javascript are set to A10368000, which is 120 days. I can set a timeout on WPFC every 15 days. If I do that and change the Asset CleanUp’s setting to 15 as well, would that do it?
I think I know what you mean. If WP Fastest Cache is set to keep a page cached longer than Asset CleanUp, WP Fastest Cache will at some point be offering cached CSS files that don’t exist anymore.
WP Fastest Cache allows me to set a timeout rule to clear cache based on my server time. So the best option would be to set both caching intervals of WPFC and Asset CleanUp to be the same. But how can I know if those two intervals overlap? Does Asset CleanUp rely on my server time as well?
Ah, awesome, thank you! I honestly did not know this setting existed 🙂
This should help, yes. I changed it from 4 to 14 days, now let’s wait and see.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress table widthYup, just as I thought, image loading was the issue. By specifying the width of all images in their
tag, the problem was resolved 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress table widthInteresting.
I think this might be due to lazy loading of images.
Also, nice catch about the duplicated CSS, I have to fix that.Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tables in databaseHi,
Thanks for the fast reply.
I see. Ok, that’s useful info. In that case, I’ll try finding another solution.
Best,
AdamForum: Themes and Templates
In reply to: [Neve] Add user-scalable to viewport metaThank you for your reply.
I’m already using a child theme, so this shouldn’t be too difficult. If I understand correctly, I just add a header.php file in my child theme folder and include the instruction?
Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Lifetime PremiumHi,
Sorry for the confusion, I meant premium extensions, yes 🙂
And I feel silly at the same time because I read the whole page of the extension I’m interested in and I’ve missed the Download button.I think I got my answer, thank you!
I’m looking at my website again by applying different settings and there seems to be a slight difference anyway, which I think should not be there.
This is a screenshot with the combine option switched ON.
And this is a screenshot with the combine option OFF.Notice the header of my page, which is targeted by the CSS file, we’re trying to unload properly. All unload/dequeue settings are the same in both cases above, so style-main.min.css is set to unload sitewide but with dependencies kept loaded.