urkoP
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Get url parameter for cred form taxonomy and select it
Iniciado por: urkoP
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | hace 4 años, 2 meses | ||
Need help with maps
Iniciado por: urkoP
en: Soporte profesional de Toolset
Problem: The issue here is that the user's map isn't being loaded. Solution: For this user it was a case as updating their mysql from version 5.5 to version 5.7 To see the minimum requirements needed to run toolset you can go to the link below. |
2 | 4 | hace 4 años, 2 meses | ||
ERROR in a new instalation When go to edit a page, post
Iniciado por: urkoP en: Soporte profesional de Toolset |
2 | 6 | hace 4 años, 3 meses | ||
View with map and form to display taxonomy-terms
Iniciado por: urkoP en: Soporte profesional de Toolset |
3 | 14 | hace 4 años, 4 meses | ||
More than one view in a page and problems with scrollTop
Iniciado por: urkoP
en: Toolset Professional Support
Problem: However each view that had the custom code wasn't scrolling to the correct div. Instead it was scrolling all the way to the top and triggering all the other scroll functions in the other views. Solution: How you can scope this inside the view callback function for pagination is by using the following variable "data.view_unique_id" which contains the ID of the view. So a complete code example would look like. jQuery( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.effect (string) The View AJAX pagination effect * data.speed (integer) The View AJAX pagination speed in miliseconds * data.layout (object) The jQuery object for the View layout wrapper */ if( data.view_unique_id === 3495){ jQuery([document.documentElement, document.body]).animate({ scrollTop: $("#bildumako").offset().top }, 2000); } }); |
2 | 11 | hace 5 años, 2 meses | ||
View in table with divi template from media
Iniciado por: urkoP en: Toolset Professional Support |
2 | 14 | hace 5 años, 3 meses | ||
Issue upgrading toolset
Iniciado por: urkoP en: Toolset Professional Support |
2 | 2 | hace 5 años, 3 meses | ||
Ordenar una view por ID
Iniciado por: urkoP en: Toolset Professional Support |
2 | 9 | hace 5 años, 3 meses | ||
include paged results in fancyboox
Iniciado por: urkoP
en: Toolset Professional Support
Problem: The issue here is that the user had some custom Javascript that stopped functioning after an ajax pagination in views. Solution: This issue can be solved by using the appropriate callback function in views. If you go to your view and edit it. Then go to the Filter output section and expand the JS editor. You should see a button called "Frontend Events". Click this and then add the appropriate callback function. Finally just add your function within the callback function. |
2 | 7 | hace 5 años, 3 meses | ||
Divi theme and taxonomies archive pages
Iniciado por: urkoP en: Toolset Professional Support |
2 | 10 | hace 5 años, 5 meses | ||
Split: Desplaza la página hacia arriba después de la paginación
Iniciado por: urkoP en: Soporte profesional de Toolset |
2 | 5 | hace 6 años, 5 meses | ||
Urko
Iniciado por: urkoP en: Soporte profesional de Toolset |
3 | 5 | hace 6 años, 5 meses |