christophercrypto
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler not workingCouldn’t for the life of me tell you why, but for whatever reason after a little while the reduced interval seems to have kickstarted the crawler. It has now crawled successfully for a couple of days.
Thanks @joy0114 !Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler not workingUnfortunately I have mashed the “run manually” button until my fingers bled. Does nothing.
I attempted to change the interval as per your suggestion to 1 minute now, but the crawler still never progresses beyond position #1.
However, while troubleshooting I found a rather unorthodox “solution”, of course this isn’t sustainable in the long run, but I can crawl just fine on my staging site, and if I input my production site’s sitemap on my staging site, then I can fully warm all of the URLS.
Which, of course makes even less sense because the sites are functionally identical, so there’s no reason it should work there to begin with. But either way, doesn’t actually solve my issue, but does provide a bandaid until I can find an actual fix.Hi,
As per my post in the topic creation:
“Have also tried using the native size of the images (32px), but no progress there either.”
Unfortunately the only reason that they’re not blurry in your example, is because they’re enormous.Hi Stefan,
The issue is still there.
The issue persists on every page of the website.However, it won’t show if you start out on a smaller screen and then resize up, you’ll need to load the actual fullscreen window for the blurry effect to take. Visitors of the website are reporting the same issue, so it’s not localized to my unit(s).
Hi there,
I’ve tried all mappings relating to the ‘description’ field at this point, but none of them seem to fetch.
I am using caching through WP Rocket. However, even clearing the cache doesn’t seem to resolve the error.While troubleshooting I did try to re-create the error with a different plugin, but that one seems to fetch the description without any issues. However, I prefer this one for structural/layout reasons, so I would prefer getting this one to work.
I might be miss-typing something, but that seems to disable the entire related posts functionality.
This is how it looks right now with your code added:
function jetpackme_filter_exclude_category( $filters ) {
$filters[] = array(
‘not’ => array(
‘term’ => array(
‘category.slug’ => array( ‘press-release’, ‘sponsored’ )
),
),
);return $filters;
}
add_filter( ‘jetpack_relatedposts_filter_filters’, ‘jetpackme_filter_exclude_category’ );Forum: Plugins
In reply to: [Collapse-O-Matic] All pictures within collapsable element causes 404 errorsElement in question:
https://ibb.co/pQrRr8w
https://ibb.co/5r4kFKJExample URL: https://simplecryptoguide.com/how-to-buy-dogecoin/
The pictures all all added through text modules, which is something I’ve used previously outside of these collapsable elements without issue. The issue has never occured outside of the element containers added by the plugin.
I’m super green to this, so if you could specify what additional information is useful or needed then I’ll try to provide it.
Thanks in advance.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom styling dissapears on front-endResolved.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom styling dissapears on front-endIt seems to have been some conflict between my cache and CDN not purging properly, nevermind me!
Thank you.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom styling dissapears on front-endWhat’s missing is the frame and shadow for the object
Just for clarification, this issue is not exclusive to the term ‘Ethereum’ but applies to all ignored filter strings. They get mangled in the URL translation.