|
Toggle Color
Started by: Junichiro Taira
in: Toolset Professional Support
|
|
2 |
3 |
7 years, 5 months ago
Beda
|
|
After installed WooCommerce plugin there is not default woo design?
Started by: sinisaB
in: Toolset Professional Support
Quick solution available
Problem: I'm using the Real Estate reference site. I would like to use default WooCommerce page designs for product pages, but I would like to keep the designs created by Layouts for other pages.
Solution: Layouts is intended to be used to design the complete site, not just certain pages. The reference Real Estate site doesn't have any Layouts built for product pages, so you would need to create those on your own. The WooCommerce with Layouts reference site has some product templates you could export or recreate.
|
|
2 |
13 |
7 years, 5 months ago
sinisaB
|
|
Remove toolset-logo-white.png from header.php?
Started by: julieP
in: Toolset Professional Support
|
|
2 |
5 |
7 years, 5 months ago
julieP
|
|
Yoast breadcrumbs custom shortcode issue
Started by: guyA-2
in: Toolset Professional Support
|
|
2 |
3 |
7 years, 5 months ago
guyA-2
|
|
Adding Menu ALT from Toolset Starter theme
Started by: kelvinL-2
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 5 months ago
Nigel
|
|
Woocommerce Lightbox Not Working
Started by: danielN-4
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 6 months ago
Shane
|
|
Newbie questions: Child Theme, Best Practices, JavaScripts
Started by: ericC-8
in: Toolset Professional Support
|
|
2 |
5 |
7 years, 6 months ago
Minesh
|
|
Site speed – Referral from Amir Helzer
Started by: Mark Dally
in: Toolset Professional Support
|
|
2 |
11 |
7 years, 6 months ago
Mark Dally
|
|
Minify toolset css
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
Problem: Google's Page Speed Insight tool is flagging that my CSS is not minified for Toolset Starter Theme.
Solution: Other 3rd party tools can minify and enqueue CSS for your theme. Toolset Starter Theme's CSS is minified except for some comments required by WordPress. For simplicity, it's not likely that Toolset will begin enqueueing separate minified CSS files. The Toolset Starter Child theme is made to be modified, so it doesn't make sense for us to start with a minified file here.
|
|
2 |
3 |
7 years, 6 months ago
marcB-6
|
|
Bug Report for Starter Theme – Responsive Captions
Started by: Evan Seplow
in: Toolset Professional Support
|
|
2 |
4 |
7 years, 6 months ago
Luo Yang
|
|
responsive class
Started by: Akhil
in: Toolset Professional Support
|
|
2 |
3 |
7 years, 6 months ago
Akhil
|
|
menu link to tabbed content other page
Started by: robertv-3
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the customer wanted to manually link to a Layouts Tab.
Solution:
Dynamically switch Layouts Tab options using a url parameter.
jQuery("document").ready(function() {
jQuery.urlParam = function(name){
var results = new RegExp('[?&]' + name + '=([^&#]*)').exec(window.location.href);
return results[1] || 0;
}
setTimeout(function() {
if(jQuery.urlParam('tab') == 2){
jQuery(".nav-tabs li:nth-child(2) a").click();
}else if(jQuery.urlParam('tab') == 3){
jQuery(".nav-tabs li:nth-child(3) a").click();
}
}, 10);
});
To use this ensure that you are on a page that has the Layouts Tabs section. Notice Layouts uses 2 classes for the tabs.
If you are using the Buttons option you will need to use “.nav-pills” and for the regular tabs “.nav-tabs”
Example use case “mytesturl/somepage?tab=2” will select tab 2 when the page is loaded instead of defaulting to tab 1.
Forum more information -> https://toolset.com/forums/topic/static-links-to-specific-tab-in-the-tabs-layout-element/
|
|
2 |
7 |
7 years, 6 months ago
robertv-3
|
|
How to colorize border-primary
Started by: borisS-2
in: Toolset Professional Support
|
|
2 |
3 |
7 years, 6 months ago
borisS-2
|
|
When i run installer, is
Started by: JavierF3014
in: Toolset Professional Support
|
|
2 |
3 |
7 years, 6 months ago
JavierF3014
|
|
Admin css loading on the front end ?
Started by: Akhil
in: Toolset Professional Support
|
|
2 |
6 |
7 years, 6 months ago
Arvish Mungur
|