Ajay
Forum Replies Created
-
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme stylePlease let me know if you’re in a position to test this release candidate.
https://github.com/WebberZone/knowledgebase/releases/tag/v2.2.2-RC1
This should provide the correct template for block themes like twenty twentyfour. There are limitations of what can and cannot be displayed unfortunately.
WordPress 6.7 should make it easier for me to register a block template which can be used to customise the site.
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleYes it won’t work in a block theme as they don’t have the header or footer files like before.
Trying to implement this is turning out to be a lot more complicated that I first thought as the new system has been built without thinking about plugins.
I think you might need to create a specific block template for the post type manually. I’m still digging to find a proper solution.
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleI’ve been digging into this. This doesn’t look like a quick fix as I need to also build in some blocks and the entire block template for each custom type.
I’m committed to get this done though – although it won’t be as quick as I hoped it to be!
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleBeen digging into this and I think it’s a lot more complicated and not a simple fix. I’m going to try to work on this to get it to work properly but I’m not 100% sure on timeline i.e. a day or a week or more as FSE themes are too different.
I think it needs to create an archive file in html and then use that instead of the plugin’s PHP files.
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleI think my last response to you went into moderation and never made it out of the moderation queue!
I can confirm that I can replicate the issue with the theme. I still don’t know what exactly is that issue but I will check this out.
get_header() and get_footer() don’t work in block themes and I will find a workaround this.
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleI just pushed through an update with the RTL support.
Forum: Plugins
In reply to: [Knowledge Base] plugin doesn’t take the current theme styleThe bit.ly link isn’t currently working. But I had seen it a few days back and thought I’d responded.
I’m not clear what do you mean by not the correct display shape of the site. The plugin doesn’t currently haea n RTL stylesheet but you can add your styles to the settings page. I ran it through RTLCSS.
I’m going to push through an update in the few days that supports RTL.
Forum: Reviews
In reply to: [Top 10 - WordPress Popular posts by WebberZone] different views countHi,
What is your site URL and page with the issues? I’d expect some discrepancy but it appears to be a lot. The only thing that I can think of is if you have bots setting disabled in my plugin or something is not letting the JS file to run.
What automated job are you running to monitor the DB? Is this via PHP? If so, one option could be to short circuit the plugin output.
I have a feeling that the activate/deactivate is clearing out the plugin cache so it starts from scratch.
A good way to monitor if the cache is to use Query monitor and you’ll see the first load this gets put into cache and subsequent ones don’t show the main query against the plugin.
Hi @glenstewart
Firstly I’m pleased to hear my plugin running on such a huge site. And thank you for the kind words.
Do you have the plugin’s inbuilt caching on? When this is turned on, it caches posts for a month by default and subsequent loads tend to be a few minor queries only. You can change that.
A feature I am adding into CRP Pro is to set the max_execution_time of a mysql query and if it is above a certain time, the query doesn’t run.
On SHOW PROCESSLIST, I don’t have the ability to test this at my end. When you’re noticing the backlog, how many queries are you seeing generated? It needs to be a sufficiently high number I would expect.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Top 10 not updating/stuckThank you for confirming!
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Top 10 not updating/stuckJust wanted to check back on this if you had a chance to look at the above?
Forum: Plugins
In reply to: [Contextual Related Posts] Missing srcset attribute insideI just checked your site URL and don’t see a picture>source. But a figure>img which is how I generate the code within CRP. See the code I have and the browser screenshot.
<figure>
<img
style="max-width: 300px; max-height: 113px;"
src="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp"
class="crp_featured crp_thumb medium lazyautosizes lazyloaded"
alt="Materassi e Doghe Pale Special"
title="Materassi e Doghe Pale Special"
data-src="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp"
decoding="async"
data-srcset="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp 300w, https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600.png.webp 600w"
data-sizes="auto"
width="300"
height="113"
data-eio-rwidth="300"
data-eio-rheight="113"
sizes="300px"
srcset="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp 300w, https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600.png.webp 600w"
/>
<noscript>
<img
style="max-width: 300px; max-height: 113px;"
src="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp"
class="crp_featured crp_thumb medium"
alt="Materassi e Doghe Pale Special"
title="Materassi e Doghe Pale Special"
srcset="https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600-300x113.png.webp 300w, https://recensioni-migliori.com/wp-content/uploads/2021/05/pale-600.png.webp 600w"
sizes="(max-width: 300px) 100vw, 300px"
data-eio="l"
/>
</noscript>
</figure>See the screenshot: https://ibb.co/ySCkdms
Wondering if this is being “converted” or rendered differently in another browser? I’m on Firefox for Mac. But also checked it in Brave which is built on Chromium.
Forum: Plugins
In reply to: [Contextual Related Posts] Missing srcset attribute insideIs this happening for all the images? I run the image generating HTML through the inbuilt WordPress filters that automatically add the srcset similar to other ones.
Can you show me please point me to where I can see the output on your site?
It won’t work if there is no attachment ID, i.e. it’s not in the media library as it won’t know what images are available (at least that’s how I read it).
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Total Views stuck at 1Ah! Then it is likely the daily table that is consuming that space. If you have the backup then it’s safe to try the Tools page options. If you’ve backed it up directly from mysql then you can restore it directly as well if any issues.
suggest you backup the tables any way from the Import Export menu