alexd-6
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
view filter editor
Started by: alexd-6
in: Toolset Professional Support
Problem: <script src="/wp-content/themes/Divi-child/sly.min.js"></script> <script src="/wp-content/themes/Divi-child/horizontal.js"></script> You can call that slider function again when search results updated. You can use following js event it will trigger after search results update. jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.layout (object) The jQuery object for the View layout wrapper */ YOUR CUSTOM CODE GOES HERE }); Relevant Documentation: |
2 | 7 | 6 years, 9 months ago | ||
field from parent in content template
Started by: alexd-6 in: Types Community Support |
1 | 2 | 6 years, 9 months ago | ||
Map marker pop-up open on page load
Started by: alexd-6
in: Toolset Professioneller Support
Problem: Solution: ( function( $ ) { $( document ).bind( 'js_event_wpv_addon_maps_init_map_completed', function(){ var mapId = Object.keys(WPViews.view_addon_maps.maps)[0]; var map = WPViews.view_addon_maps.maps[mapId]; var mapsMarkers = WPViews.view_addon_maps.markers[Object.keys(WPViews.view_addon_maps.markers)[0]]; var markerId = Object.keys(mapsMarkers)[0]; var marker = mapsMarkers[Object.keys(mapsMarkers)[0]]; WPViews.view_addon_maps.infowindows[ mapId ].setContent( $('div.js-wpv-addon-maps-marker-'+markerId).html() ); WPViews.view_addon_maps.infowindows[mapId].open(map, marker); }); })( jQuery ); |
2 | 7 | 6 years, 9 months ago | ||
TMP-Modul-Ordner konnte nicht erstellt werden
Started by: alexd-6 in: Toolset Professional Support |
2 | 4 | 7 years, 2 months ago |