Call to a member function get_display_name() on null
Gestartet von: svenG
in: Toolset Professioneller Support
1
3
vor 6 Jahren, 5 Monaten
svenG
Title and picture is displayed twice
Gestartet von: manuelG-7
in: Toolset Professioneller Support
1
2
vor 6 Jahren, 5 Monaten
manuelG-7
Views filtered by Subcategory
Gestartet von: Tim
in: Toolset Professioneller Support
2
4
vor 6 Jahren, 5 Monaten
Luo Yang
Toolset Views causing Internal Server Error 500 with admin-ajax php
Gestartet von: jorgS-2
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 5 Monaten
Nigel
Registration does not work anymore
Gestartet von: Martin
in: Toolset Professioneller Support
2
4
vor 6 Jahren, 6 Monaten
Martin
WPBakery Page Builder CSS Anweisungen funktionieren nicht
Gestartet von: AndreasS3389
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 6 Monaten
Beda
Removing Space // ListView / Filter Function
Gestartet von: rainerR
in: Toolset Professioneller Support
Quick solution available
2
7
vor 6 Jahren, 6 Monaten
rainerR
Breakpoints for 4, 3, 2 and one column
Gestartet von: marcialB
in: Toolset Professioneller Support
Quick solution available
Problem:
Client wants to use the Bootstrap grid output format for a View but with more control over the number of columns.
Solution:
The Bootstrap grid requires content to be placed in rows which creates limitations on the number of columns that can be displayed (for different screen sizes).
A better solution is to not use the Bootstrap grid at all and to use a simple flexbox CSS solution instead.
Relevant Documentation:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
2
3
vor 6 Jahren, 7 Monaten
marcialB
Category Grid
Gestartet von: christophS-4
in: Toolset Professioneller Support
3
4
vor 6 Jahren, 7 Monaten
Shane
Unable to register site
Gestartet von: thomasR-9
in: Toolset Professioneller Support
Quick solution available
Problem:
Client is unable to register their site using the key generated at toolset.com
Solution:
In this particular case the client is using Cloudflare and it is blocking access to our servers at https://api.wp-types.com/ or https://api.toolset.com/
The Cloudflare settings need to whitelist these URLs.
2
12
vor 6 Jahren, 7 Monaten
thomasR-9
Some posts are hidden from admin overview
Gestartet von: Matthias Reichl
in: Toolset Professioneller Support
3
16
vor 6 Jahren, 7 Monaten
Shane
Link to a specific tab
Gestartet von: BorisG4880
in: Toolset Professioneller Support
Quick solution available
Problem:
The issue here is that the user wanted to link to a specific tab.
Solution:
We actually have the perfect solution for this.
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 Link -> https://toolset.com/forums/topic/static-links-to-specific-tab-in-the-tabs-layout-element/
2
5
vor 6 Jahren, 7 Monaten
BorisG4880
Views Order by Datefield
Gestartet von: PLI
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 7 Monaten
Shane
after add new post in custom post type, not show on filter
Gestartet von: Matthias Reichl
in: Toolset Professioneller Support
Quick solution available
Problem: I have a filtered View that does not always show all the matching results.
Solution: Be sure to uncheck "Don't include the current page in query results" unless it is absolutely necessary.
3
7
vor 6 Jahren, 7 Monaten
Matthias Reichl
Zusammenführen des Adressfelds aus mehreren Feldern
Gestartet von: Daniel
in: Toolset Professioneller Support
2
3
vor 6 Jahren, 7 Monaten
Daniel