Problem:
The client wanted to hide the post title and breadcrumbs only for a specific custom post type (member-profile) while using legacy Toolset Layouts and Views. Content Templates could not be used for this purpose because the site had not migrated to Blocks.
Solution:
Hide the elements using CSS targeted specifically to the single post type body class. Adding the following CSS removes the title and breadcrumbs only from that post type without affecting others:
Conditional content based on WooCommerce product stock quantity worked correctly in the default language but failed in translated pages. In the translation, either both buttons appeared or no buttons were visible because the conditional logic could not evaluate the stock value correctly.
Solution:
The stock quantity was not synchronized or set for the translated WooCommerce products. Toolset conditionals evaluate the stock value per language, so the translated products also needed a valid stock quantity. After adding or syncing the correct stock values in the translated products, the conditional display worked as expected.