Amar Ilindra
Forum Replies Created
-
Forum: Plugins
In reply to: [Infinite Scroll for Genesis] Infinite Scroll for Custom Post TypeCustom Post Types support added in v2.0
@jonburr Please update the app and share the feedback
- This reply was modified 1 year, 9 months ago by Amar Ilindra.
Forum: Plugins
In reply to: [Yoast SEO] Default og:image missingHi
I did the following to solve the issue:
1. I removed the image that was already set at SEO > Social > Facebook > Default image.
2. I added the same image again and Saved the settings.
Forum: Plugins
In reply to: [Yoast SEO] Default og:image missingHi
It works when I manually edit a category and add a featured image. But I don’t want to do it.
Since there are plenty of such categories, tags, posts, etc on my site, I want to use a default placeholder when I didn’t set a featured image manually.
Is it possible? It yes, how can I do it?
Forum: Plugins
In reply to: [Yoast SEO] Default og:image missingAnyone with a solution to this issue?
@audat I have managed to delete all .webp images using SSH.
If you have access to SSH, navigate to /wp-content/uploads and run the following command first
find . -name "*.webp" -type f
It will return all files with webp extension in your uploads folder including sub-directories. If the results look good, finally run this command to actually delete the files.
find . -name "*.webp" -type f -delete
An alternative way is FTP. If you have only a few hundred web images, you can delete them manually using an FTP client like Filezilla.
Note: Don’t ever think of using FTP if you have thousands of images. FTP is too slow and takes hours/days to delete all images. Whereas SSH literally takes few seconds to do the same.
- This reply was modified 3 years, 1 month ago by Amar Ilindra.
Forum: Plugins
In reply to: [Super Page Cache] Custom HTTP Headers MissingHi @isaumya
The website is on Closte (https://closte.com/) and they have a built-in object and OP cache.
Do I need to disable them as well.
Forum: Plugins
In reply to: [Super Page Cache] Custom HTTP Headers MissingHi @isaumya
The fallback cache is already enabled and now as you suggested, I enabled the “Save response headers” option.
I’ll keep monitoring my custom HTTP headers and update you accordingly.
Forum: Plugins
In reply to: [Super Page Cache] Custom HTTP Headers MissingForum: Plugins
In reply to: [Infinite Scroll for Genesis] Infinity scroll is not working / showingHi
Is plugin currently active on your website?
Can you please reactivate the plugin to debug the issue.
Thanks
Forum: Plugins
In reply to: [Infinite Scroll for Genesis] Load More Button not workingHi
I can see the Load More button is working fine on your page https://thebalancedblend.co/all-recipes/
Is your issue resolved?
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aI’m getting multiple 403 errors after adding installing Quantcast Choice plugin and after adding Universal Tag
https://quantcast.mgr.consensu.org/choice/MqhRXJfcJZYpw/www.geekdashboard.com/choice.js net::ERR_ABORTED 403
https://quantcast.mgr.consensu.org/choice/MqhRXJfcJZYpw/www.geekdashboard.comhttps://cdn.geekdashboard.com/choice.js net::ERR_ABORTED 403
Can you help me in debugging the issue.
Thank you
Forum: Plugins
In reply to: [Infinite Scroll for Genesis] Does This Work With Single Posts?Currently, the infinite scroll is not available for single posts.
I’ll consider adding it in the next updates.
Forum: Plugins
In reply to: [Redirection] Support for x-robots-tag?Any progress on this underrated feature?
Forum: Plugins
In reply to: [WP-Appbox] Google Play Apps “Store-URLs” Not WorkingCan I have a use-case where “Use Own URL” field is useful?
Forum: Plugins
In reply to: [WP-Appbox] Google Play Apps “Store-URLs” Not WorkingIf I’m not wrong, it used to show the URL I entered in the previous versions of WP-Appbox.
Is there any way to add additional parameters to links which helps me in tracking the clicks in my Google Play Developer console?