alexd-6
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 |
---|---|---|---|---|---|
i deleted cpt-fields but i dont want it..
Gestartet von: alexd-6
in: Toolset Professional Support
Problem: The issue here is that the user accidentally deleted his custom fields from his post group and when trying to recreate the fields he gets a duplicate slug error. Solution: The reason for the error is because the group has been deleted but the individual fields have not been. The only way to delete the fields completely is by going to Toolset -> Post Fields -> Post Fields control. With that said you can restore the fields or reuse the fields by when you are adding the fields to the group you click on the "Choose from previously created fields". You custom fields should be there. |
2 | 7 | vor 6 Jahren, 8 Monaten | ||
view filter editor
Gestartet von: 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 | vor 6 Jahren, 8 Monaten | ||
field from parent in content template
Gestartet von: alexd-6 in: Types Community Support |
1 | 2 | vor 6 Jahren, 8 Monaten | ||
Map marker pop-up open on page load
Gestartet von: 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 | vor 6 Jahren, 9 Monaten | ||
TMP-Modul-Ordner konnte nicht erstellt werden
Gestartet von: alexd-6 in: Toolset Professional Support |
2 | 4 | vor 7 Jahren, 1 Monat | ||
menuitem do not update when i update the Title of cpt
Gestartet von: alexd-6 in: Toolset Professional Support |
2 | 8 | vor 7 Jahren, 6 Monaten |