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.
Viewing 15 topics - 1,306 through 1,320 (of 1,377 total)
I replaced the woocommerce single product page with the toolset layout.
Everything looks the way I want, but when I click on add to cart button, the messages that displayed earlier don't show up anymore. I want to keep the layout, but I need those messages as well.
Solution:
Please try with shortcode [wpv-add-to-cart-message] of Woocommerce plugin:
Display child posts submitted through cred form. One label in one line. But only name label and output shows correctly. Other labels and outputs are shown in new lines. Details and output should be one line. review and output should be in another line.
I expected to see: Each line having a label and output.
Solution:
Types shortcode for custom textarea field will output the field value wrapped in a HTML
..
tag, you can disable it by adding attribute output="raw" in the Types shortcode, for example:
[types field='details-of-court-case-or-consultation' output='raw'][/types]
The issue that here is that the user was using the Enfold theme but created a custom layout for his CPT. He added a custom Sidebar using Layouts but when previewing on the frontend the default theme's sidebar is overlaid her as well.
Solution:
The solution to this would be to disable the sidebar by going to your enfold theme options.
The issue here is that the user had created some rows and columns using our Layouts plugin but on the frontend the Rows and columns are not showing up.
Solution:
Our Layouts plugin uses the bootstrap class elements in order to do the columns and rows. If bootstrap is not loaded on the side then these items won't display correctly.
Our Toolset plugins include bootstrap but you will need to enable it by going to Toolset -> Settings -> Bootstrap Loading.