WebberZone
Forum Replies Created
-
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] working with WPMLYes please.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] working with WPMLCan you check if you have the cache enabled in the settings page. And if so, could you please disable this?
You’ll find it in your Dashboard /wp-admin/ of your site
Forum: Reviews
In reply to: [WebberZone Snippetz - Header, Body and Footer manager] Very useful🙂
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] working with WPMLWhat’s your site URL?
Could you please clarify what you mean by counts Dutch read blogs? The code snippet above is only for displaying the posts not counting.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] jQuery call before jquery is loadedHi, thanks for the code. I’m not familiar with this one, but happy to implement it eventually once I notice that it works well.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Error Upon SaveDoes this happen on all posts or just this one?
Could you please select both the checkboxes in the meta box
Thanks. I’ll take a look at this and run a few tests before implementation in the final version
Forum: Plugins
In reply to: [Contextual Related Posts] How are the related posts found?You’re welcome 🙂
This is one more to add to my FAQ!
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Exclude draft posts from countingYou can’t do this currently. It’s something that I’ve logged as an issue to look at and will see how I can fix this in the next version.
For now, you could reset the count by changing this in the meta box or deleting this in the Top 10 > Popular Posts page in the Admin area
I’m not familiar with the inner workings of WooCommerce. But, clearly that sounds like an issue. Do you notice this only in the admin area or is it in other parts as well?
Do you have seamless mode on? If so, what happens when you disable it?
I’m not familiar with the inner workings of WooCommerce. But, clearly that sounds like an issue. Do you notice this only in the admin area or is it in other parts as well?
Do you have seamless mode on? If so, what happens when you disable it?
In theory you could do this with CRP, although it might actually have been easier to have done this, as you did, within WordPress itself.
It’s might be the case of filtering our the
crp_whereclause to add the option to limit by Author. However, you do have the issue of it applying globally in that case which is good if you have a lot of posts by the same author but bad if you have few postsForum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] title length disappearYou’re welcome.
You cannot do this currently within the plugin. It can only search through content and titles.
However, you could potentially write a filter function to search the user meta tables. However, it’s well beyond what I have currently been able to do.
e.g. here is what I did with showing hidden fields in WooCommerce