WebberZone
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Same recommendation on every postYou can use the shuffle option to not display it as first, but later in the list . Or alternatively you can set that post to be excluded at least until you get larger posts in the pipeline.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] CSS Parse ErrorWhere is this coming from? Can you post the section of the code that you’re noticing this? And your site URL
- This reply was modified 8 years, 4 months ago by WebberZone.
The ON DUPLICATE query entry that I run for adding to the database does this checking while inserting. The issue with some versions particularly older installs has had the PRIMARY KEY missing. And my recent update doesn’t seem to have properly fixed this for everyone, so I’m going to release one which has a button to manually recreate the PRIMARY KEY which should hopefully fix this issue with most installs.
Forum: Plugins
In reply to: [Contextual Related Posts] Unrelated content being linked to repeatedlyWhen I have something respectable to trust, I will let you know. It always helps having someone with access to a lot of content.
My plan will be to add a separate table for CRP that will hold the post and the content (either full or matching) and use that algorithm for the matching. This should hopefully make a lot more sense with the relevancy matching.
I don’t have a timeline yet, as I develop these in my time away from the day job.
Ajay
- This reply was modified 9 years, 2 months ago by WebberZone.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Error on the backendv2.4.2 should fix this error.
Barry, you can try turning on Boolean mode in the settings page. Does that give better results?
I’ve spent a bit of time looking at how mySQL’s search works and from all my checking I haven’t been able to get the boolean operators to work in natural language mode
You can write a filter function for get_bsearch_query
https://github.com/WebberZone/better-search/blob/master/better-search.php#L211
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top10 Essential GridTop 10 doesn’t save the data in a meta-field but in a separate table. You can retrieve this using get_tptn_post_count
On the second part, if this is the widget, could you please goto your Appearances > Widget and delete and readd the widget with the necessary settings?
I can then try to help with the first part of your query
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Thumbnail issue after newest updateThank you for confirming and for the code. It’s something new I learnt today!
Please try this in the Custom Styles box.
.tptn_thumb { display: block }Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Thumbnail issue after newest updateHi, the settings do look fine except for on thing which might be causing the issue that I noticed.
You’ve set the image to use as thumbnail which is 300×300 while the width and height of the thumbnails is 200×200. What happens in case you set the width and height to 300×300 in the settings or alternatively select Custom Size.
Again, you’ll need to regenerate the thumbnails (OTF Regenerate Thumbnails is the better option here)On a side note, I notice that the images being pulled out seem a bit different from what I regularly expect. The names of the images have “.jpg?fit=” style rather than the typical “-300×300.jpg” style generated by WordPress. This could be the case of the theme or another plugin interfering with the image.
Forum: Plugins
In reply to: [Contextual Related Posts] Limit related posts to the same post type?Thank you for the old review and for continuously using the plugin!
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] showing popular posts like a gridPlease see this CSS you could try. It displays it in a 2 column grid.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] show related postsThat’s a typo on the settings page that I will fix. It should say “Style of the popular posts”
If you’re looking for related posts, please check out my other plugin https://ww.wp.xz.cn/plugins/contextual-related-posts/