Fred
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 | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Create slider infinite scroll horizontal
Commencé par : Fred in: Toolset Professional Support |
|
2 | 2 | Il y a 2 years, 4 months | |
|
Create “load more” button with toolset blocks
Commencé par : 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 | Il y a 3 years, 4 months | |
|
Create dynamical class css with taxonomy
Commencé par : 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 | Il y a 3 years, 5 months | |
|
incompatible post type with Divi builder
Commencé par : Fred in: Toolset Professional Support |
|
2 | 5 | Il y a 3 years, 6 months | |
|
VC: Tinymce error! Compatibility problem with other plugins.
Commencé par : Fred in: Toolset Professional Support |
|
2 | 8 | Il y a 4 years, 4 months |