|
Grey background added to main menu after I select -Toolset should load Bootstrap
Started by: prasadS
in: Toolset Professional Support
Quick solution available
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;
}
|
|
3 |
5 |
7 years, 2 months ago
prasadS
|
|
Logged in users seing logged out pages
Started by: peterJ-3
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 2 months ago
Shane
|
|
Conditional Outputs
Started by: barisS
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Minesh
|
|
How to use get_query_template( ‘404’ ) with Layout
Started by: michelB
in: Toolset Professional Support
Quick solution available
Problem: I would like to apply a Layout to a 404 page I apply using status_header().
Solution: Use the following code syntax to force a specific Layout to be applied:
the_ddlayout( '404-layout-slug-or-id', array('post-content-callback' => 'A-CALLBACK-FUNCTION-AS-FALLBACK-FOR-POST-CONTENT-IF-YOU-WANT', 'allow_overrides' => 'false') );
|
|
2 |
7 |
7 years, 2 months ago
michelB
|
|
We need to create a carousel slider with images inserted in a repeated field
Started by: Franco Calcagni
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Noman
|
|
I want to combine two menus when they collapse
Started by: nereaD
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Shane
|
|
can't figure out how to use beaver builder and genesis with types
Started by: michelleG
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 2 months ago
Minesh
|
|
New Project
Started by: michaelS-46
in: Toolset Professional Support
|
|
2 |
5 |
7 years, 2 months ago
michaelS-46
|
|
Google Structured Data Tag
Started by: barisS
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 2 months ago
barisS
|
|
Sidebar still there even thou using Layouts
Started by: RogerD3433
in: Toolset Professional Support
Quick solution available
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.
|
|
2 |
4 |
7 years, 2 months ago
RogerD3433
|
|
Adding an increasing number next to the field
Started by: barisS
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Beda
|
|
Styling archive posts
Started by: marcelJ
in: Toolset Professional Support
Quick solution available
Problem:
- I'm trying to style the archive posts but any changes to the layout seem to have no effect or seem to be overwritten by my theme's template.
I had a look at this but I am not very familiar with editing CSS.
https://toolset.com/documentation/user-guides/adding-custom-styling-to-a-layout/
- 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:
.wpv-submit-trigger.js-wpv-submit-trigger.btn {
color: #fff !important;
}
2. Here is CSS for border and background color:
.vc_custom_1505959615082 {
background: #ddd none repeat scroll 0 0 !important;
border: 2px solid #5971b2 !important;
padding: 20px !important;
}
|
|
2 |
4 |
7 years, 2 months ago
Noman
|
|
Using Layouts & Views in the Bento theme – does not display correctly
Started by: Tony Stirrup
in: Toolset Professional Support
|
|
1 |
2 |
7 years, 2 months ago
Tony Stirrup
|
|
Too many queries per page load
Started by: markD-13
in: Toolset Professional Support
Quick solution available
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.
|
|
2 |
27 |
7 years, 2 months ago
markD-13
|
|
Divi + Layouts + Woocommerce: My Account not displaying Woocommerce Notices
Started by: bernhardK
in: Toolset Professional Support
Quick solution available
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.
|
|
2 |
10 |
7 years, 2 months ago
bernhardK
|