markH-16
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Best practice for archives
Commencé par : markH-16 in: Toolset Professional Support |
2 | 3 | Il y a 2 années et 9 mois | ||
Problem clearing cache with Access Control
Commencé par : markH-16
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | Il y a 3 années et 7 mois | ||
Bootstrap grid won’t display properly in Gutenberg block
Commencé par : markH-16
in: Toolset Professional Support
Problem: I got a table based to display properly, but I don't want a table. Its just the bootstrap grid that's not working in Gutenberg Solution: A bootstrap grid needs bootstrap framework(JS/CSS) files. Please check this: Dashboard-> Toolset-> Settings-> General in section "Bootstrap loading", choose option "Toolset should load Bootstrap 3.0" And test again Relevant Documentation: |
2 | 4 | Il y a 6 années et 1 mois | ||
GeneratePress and Toolset Integration
Commencé par : markH-16 in: Toolset Professional Support |
2 | 12 | Il y a 7 années et 1 mois | ||
Set Accordion Default to Closed
Commencé par : markH-16
in: Toolset Professional Support
Problem: Solution: Go to: Toolset > Layouts CSS & JS, in the JavaScript editor you should be able to add the following to strip the 'in' class when the page loads. In this case it would be for any panels, but you have only one. If you had multiple panels you would need a more specific selector. ( function( $ ) { $( document ).ready( function(){ $('.panel-collapse').removeClass('in'); $('.panel-title > a').addClass('collapsed'); }); })( jQuery ); |
2 | 3 | Il y a 7 années et 1 mois | ||
views beta not activating
Commencé par : markH-16
in: Toolset Professional Support
Problem: Solution: 1. Please delete “Views” and “Layouts” plugin from WordPress dashboard (make sure there is no “Views” and “Layouts”folder exists in your FTP, if you see any “Views” and “Layouts”folder in FTP then please delete it) and re-install Views.2.5-b1 and Layouts.2.1-b1 again. 2. Fatal error: Arrays are not allowed in class constants" occurs as this function requires the server PHP version to be atleast 5.6 or later. Here are some threads where same fatal error has been addressed: |
2 | 7 | Il y a 7 années et 2 mois |