WPBakery Page Builder CSS Anweisungen funktionieren nicht
Gestartet von: AndreasS3389
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 7 Monaten
Beda
Removing Space // ListView / Filter Function
Gestartet von: rainerR
in: Toolset Professioneller Support
Quick solution available
2
7
vor 6 Jahren, 7 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
CRED checkbox field – Label not formatted properly and HTML gets stripped!
Gestartet von: KonstantinS88
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 7 Monaten
Beda
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, 8 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, 8 Monaten
Matthias Reichl
Zusammenführen des Adressfelds aus mehreren Feldern
Gestartet von: Daniel
in: Toolset Professioneller Support
2
3
vor 6 Jahren, 8 Monaten
Daniel
Felder bedingt ausgeben
Gestartet von: Franziska Gätcke
in: Toolset Professioneller Support
Quick solution available
2
5
vor 6 Jahren, 8 Monaten
Franziska Gätcke
Translated taxonomy name output in templates (not the terms of the taxonomy)
Gestartet von: amarinos
in: Toolset Professioneller Support
Quick solution available
Problem: I would like to display the title of my custom taxonomy, and I would like it to be translated into all languages.
Solution: We do not currently offer a shortcode to display the translated taxonomy title. Instead, you can use the wpml-string shortcode to wrap any string, so it can be translated in WPML String Translation.
[wpml-string context="your-custom-theme-context"]Geographic region[/wpml-string]: [wpv-post-taxonomy type="geographic-region"]
Relevant Documentation: https://toolset.com/documentation/translating-sites-built-with-toolset/wpml-string-shortcode/
2
6
vor 6 Jahren, 8 Monaten
Christian Cox
Load Bootstrap 3.0 verursacht fehler in Themedarstellung (BeTheme)
Gestartet von: waldemarR
in: Toolset Professioneller Support
3
8
vor 6 Jahren, 8 Monaten
Beda
Login Form – menu "Fields and Views"
Gestartet von: emanuelZ
in: Toolset Professioneller Support
2
2
vor 6 Jahren, 8 Monaten
Christian Cox