WebberZone
Forum Replies Created
-
Forum: Reviews
In reply to: [Add to Footer] Ottimo!Thank you!
Indexing the shortcodes is difficult since that is how they are saved in the WordPress posts table. Better Search doesn’t use a separate table yet.
But, from what I read above, are you saying that the plugin doesn’t display the text properly in the results page? Can I see an example?
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Does Maintenance reset the counters?The maintenance mode only cleans the daily tables and not the overall ones.
You should set the days well over what you would potentially use for a daily posts views.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] No count on posts pageWhich is your posts page?
The view count shouldn’t change because everything is saved in the database and is independent of your theme.
Forum: Plugins
In reply to: [Contextual Related Posts] 500 ErrorHi,
It’s something I’ve researched quite a bit but haven’t been able to find the correct answer to this one. CRP uses the default posts table to create the index rather than a separate table. The result of this is the timing out of PHP when you try to recreate the massive index as you have seen.
Are you in a position to try this in phpMyAdmin?
Hi, Better Search, doesn’t yet support PolyLang. It is one of the things to add into the plugin alongside support for WPML.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Thumbnail size / resizeWhat are you using in the thumbnail section of the settings page?
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Remove bulletsWhere do I find the plugin output on your site?
Forum: Plugins
In reply to: [Contextual Related Posts] related posts positioning (alignment)Hi, try this
.crp_related ul { float: right !important; }Forum: Plugins
In reply to: [Contextual Related Posts] Caching issue in wp multi-site ?Hi,
I’ve tested the cache with multi-site. The meta key is saved only for a specific post in the database for the particular site.
i.e. if you’re viewing a post, only its meta key will be used.
Forum: Plugins
In reply to: [Contextual Related Posts] Shows on some pages and not on othersI checked your two posts above and I don’t see the related posts output. Have you removed the plugin since then?
I think the issue with the no related posts is because there is no content with the posts and the plugin is unable to find the posts as a result. You might want to uncheck “Find related posts based on content as well as title”
https://ps.w.org/contextual-related-posts/assets/screenshot-2.png?rev=1237150
Additionally, this addon: https://webberzone.com/downloads/crp-taxonomy/ will also help use only categories and tags and not the related matching
Forum: Plugins
In reply to: [Contextual Related Posts] Lazy loading with A3Hi,
The code does look OK to me.
Do you have the cache enabled or disabled? If enabled, could you please try disabling this and seeing if it works?
Forum: Plugins
In reply to: [Contextual Related Posts] More-Link at the end of the excerptThanks for confirming. Do consider a review of the plugin
Forum: Plugins
In reply to: [Contextual Related Posts] Related Post Widget IssueWould be useful to see some pictures to understand better what you’re seeing and trying to achieve.
The related posts can be styled using CSS. You can choose the No Styles option and use your own CSS to style them as you see fit.