Fred
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
Create slider infinite scroll horizontal
Gestartet von: Fred in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 4 months | |
|
Create “load more” button with toolset blocks
Gestartet von: Fred
in: Toolset Professional Support
Problem: How to create a Load More button in Toolset? Solution: Legacy Views: - Create a view with "infinite scroll" feature:
[/wpv-items-found]
[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]Load More Button here ...[/wpml-string][/wpv-pager-next-page]
[wpv-no-items-found]
- In the JS Editor add the code below:
(function ($) {
$(document).ready(function () {
$('.js-wpv-layout-infinite-scrolling').removeClass('js-wpv-layout-infinite-scrolling');
});
})(jQuery);
Views Block: Add the same items above inside the pagination options in the sidebar of the Views options. You still will need a shortcode block and add the shortcode mentioned above for the button itself. Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-pager-next-page |
|
2 | 9 | vor 3 years, 4 months | |
|
Create dynamical class css with taxonomy
Gestartet von: Fred
in: Toolset Professional Support
Problem: How to use the taxonomy as the HTML class attribute for CSS styling? Solution: - Enable the legacy views: Relevant Documentation: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/ |
|
2 | 3 | vor 3 years, 5 months | |
|
incompatible post type with Divi builder
Gestartet von: Fred in: Toolset Professional Support |
|
2 | 5 | vor 3 years, 6 months | |
|
VC: Tinymce error! Compatibility problem with other plugins.
Gestartet von: Fred in: Toolset Professional Support |
|
2 | 8 | vor 4 years, 4 months |