Layouts is a WordPress plugin that lets you design responsive layouts for entire pages, from the header down to the footer.
Layouts User Guides include detailed documentation on how Layouts editor works and how you can create Layouts and assign them to specific content, or as templates for all items of a post type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Problem:
The customer is trying to use the Google Font "Manrope" in Toolset blocks, but it does not appear in the Typography Font List. They can see the font in other blocks (Kadence Adv Text), but not in Toolset, limiting their ability to change font weights within Toolset blocks.
Solution:
We checked with the development team and found that Toolset loads a predefined list of fonts from a specific JavaScript file (toolset-blocks/vendor/toolset/common-es/public/toolset-common-es.js). While this list includes many Google fonts, it does not include all of them. Currently, there is no built-in option to add custom fonts to this list.
The suggested workaround is to add a CSS class to the Toolset block and then use CSS to apply the "Manrope" font. Although this solution requires custom CSS, it allows the customer to use the desired font and make any necessary font-weight adjustments.
Problem:
The customer is trying to remove the listing on top of the "individual post" page using the CSS code .post .entry-title { display: none; }, but it hasn't worked. Solution:
I suggested trying a different CSS code and it fixed the problem:
A user reported that he is noticing some changes in the HTML output of the accordion cell included with the Toolset Layouts plugin.
Solution:
Guided that the change in the mark-up of the accordion cell seems to be related to the Bootstrap version.
The old markup from the "before" screenshot is used when "Bootstrap 3" is in use, while the new markup from the "after" screenshot is generated when "Bootstrap 4" is in use.