So how would I use the sitewide_tags_thumb_size filter to crop both sizes?
Solved by adding:
extension=simplexml.so
in php.ini file.
Hope this helps someone who runs into to same problem:)
First, be sure to click “enable breadcrumbs” in the >internal links section under the Yoast SEO settings.
Second, if its hidden behind another element such as the sidebar, its probably a CSS issue. Try adding something like this to your style sheet:
.sidebar {
position: relative;
z-index: 1;
}
.breadcrumbs {
position: relative;
z-index: 2;
}
Nevermind. I switched on WP-Debug and there is a grip of plugins causing errors.