WebberZone
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] CSS isn't working after updateInstead of using
#crp_relatedin the code above, please use.crp_relatedThe plugin uses a class instead of an ID since it ensures you’re not duplicating the IDs when using multiple times (an issue with previous versions)
Forum: Plugins
In reply to: [Knowledge Base] Layout not following theme.Got the link. My suggestion would be to create your own templates for the knowledgebase.
Articles archive: archive-wz_knowledgebase.php
Category archive: taxonomy-wzkb_category.php
Search results: search-wz_knowledgebase.phpYou can see the code that I have used in there as a sample. You’d ideally need to take your posts / pages template file and adapt it into this one.
This should solve most of the formatting issues because the plugin is trying to force a full page width which doesn’t respect your theme.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] AMP SupportI haven’t tested the plugin with AMP. I’ve filed an issue in the Github repo and put this on a list of things to do for the plugin. To be frank this is a few versions away
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts based on other fieldI don’t know how yoast works behind the scenes for the meta-tables when it comes to focus keywords. It’s something I’ll need to spend some time digging into.
I’d expect this to be similar to yoast where you have the meta_key and meta_value
For the same category, you might want to install the CRP Taxonomy addon
Few things worth trying are resetting settings completely, and deleting and readding the plugin via the Plugins page in Admin
Forum: Plugins
In reply to: [Knowledge Base] Layout not following theme.Stefan,
I’ve not been able to test KB with DIVI (it’s paid and I don’t have a subscription)
The best solution of working with this is to actually disable the styles using the settings and put your own custom styles.
Another alternative is to tweak certain styles as you need above. Useful to see your site. It could help solve the first 2 points.
On the third point, again I’m not sure what it looks like. I have Breadcrumbs specific for the KB on my list of things to do. I’m not sure if Yoast Breadcrumbs would be fully compatible.
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts based on other fieldWould it be: “snippet_title” for the value?
e.g. in the above case, there were multiple meta_key entries for _visibility and I only wanted the ones which had the value visible.
You’ll need to see which would be the case for the yoast focus keyword.
Adminer has a WordPress plugin that I use for debugging. You can run the queries there and see
Forum: Plugins
In reply to: [Contextual Related Posts] CSS isn't working after updateHi, I don’t see the related posts anywhere on http://findingitontheway.com/dress-for-summer-prepare-for-winter/
Could you please post a screenshot and show me where?
The queries look perfectly fine to me. You’ll note the post_type clause in there which only pulls up the post, page, area and area_page only and no events.
Can you check if the cache is disabled in the settings page.
Lastly can you run these queries in phpMyAdmin or Adminer and see what the outputs are. Do you get the same hits as your results page?
Forum: Plugins
In reply to: [Contextual Related Posts] CSS isn't working after updateWhere can I find the related posts in the link above?
What settings have you put under “Styles” section
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude SubcategoriesI’m not sure what LinkedWithin is but doesn’t the sub-category exclusion setting work? By default it pulls out all categories and sub-categories by slug
Thank you. That is actually a good solution for many users who like the default styling and can put it in a text widget.
Forum: Plugins
In reply to: [Contextual Related Posts] How do I move related post under bottom share bar?How is the signup form created? If it’s part of your theme, then you won’t be able to put the related posts after this using the option above.
The only option in this case is the use the manual option and put this after the signup form code.
Forum: Plugins
In reply to: [Contextual Related Posts] Show related post for value custom fieldPlease see this gist for a code you could potentially modify to your theme’s functions.php
It’s for another plugin I author (Better Search) and uses a meta field and value.
https://gist.github.com/ajaydsouza/767215093a24bafb903a
You’ll need to test by changing bsearch_ to crp_ and use the appropriate fields for Yoast as you have above.