Layouts plugin allows you to design and customize the front-end display of your website. You can design entire pages, including header, footer, menus, content and all other elements.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Viewing 15 topics - 961 through 975 (of 1,043 total)
Problem:
Do not want to show any background color when user hover on any menu item.
Solution:
Please add the following CSS in your theme’s or child theme's style.css file OR use this plugin to add the css in Admin or WP backend: https://wordpress.org/plugins/custom-css-js/
.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent !important;
}
Problem:
I use Toolset Layouts, but when I assign a layout (without any sidebar) to a page, the page still shows the Sidebar.
Solution:
1. If the Theme is integrated with Toolset (provides an options settings JSON file) then you might be able to control that in Toolset > Layouts - but only if the Theme offers an option or filter for that.
2. If you do not use such a theme then you can edit only the content with Layouts.
This is not any different than #1, but you also will not control the Theme options, which are responsible for sidebars and other non-content parts of the Website.
- Also I'm trying to change the style of the archive listing (column background, border, etc)
Solution:
You can add CSS in your theme’s style.css file OR if you have created this page using Toolset Layout then add the CSS in Toolset >> Layouts CSS and JS.
1. Here is CSS for Search button, you can modify as you want:
Problem: When using Query Monitor, I can see that about 150 queries are being executed by Layouts to render the homepage.
Solution: Make delete the export folder at wp-content/themes/toolset-starter-child/theme-dd-layouts. Then check the query time for each of the queries associated with the Layouts plugin. If any query is consistently registering higher than .5ms, then further investigation is required. The total number of queries for this Layout does not seem abnormally high once the export folder is removed.
Problem: Login errors and notifications do not appear on the My Account page when using Divi, Layouts, and WooCommerce.
Solution: Instead of placing the woocommerce-my-account shortcode directly in the Divi page builder, please place the shortcode in a Layout Visual Editor cell. This is currently the best way to integrate these 3 systems appropriately.