alexd-6
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 | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
i deleted cpt-fields but i dont want it..
Commencé par : 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 | Il y a 6 années et 9 mois | ||
view filter editor
Commencé par : 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 | Il y a 6 années et 9 mois | ||
field from parent in content template
Commencé par : alexd-6 in: Types Community Support |
1 | 2 | Il y a 6 années et 9 mois | ||
Map marker pop-up open on page load
Commencé par : 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 | Il y a 6 années et 10 mois | ||
TMP-Modul-Ordner konnte nicht erstellt werden
Commencé par : alexd-6 in: Toolset Professional Support |
2 | 4 | Il y a 7 années et 2 mois |