urkoP
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 |
---|---|---|---|---|---|
Get url parameter for cred form taxonomy and select it
Started by: urkoP
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | 4 years, 2 months ago | ||
Need help with maps
Started by: urkoP
in: 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 | 4 years, 2 months ago | ||
ERROR in a new instalation When go to edit a page, post
Started by: urkoP in: Soporte profesional de Toolset |
2 | 6 | 4 years, 3 months ago | ||
View with map and form to display taxonomy-terms
Started by: urkoP in: Soporte profesional de Toolset |
3 | 14 | 4 years, 4 months ago | ||
More than one view in a page and problems with scrollTop
Started by: urkoP
in: 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 | 5 years, 2 months ago | ||
View in table with divi template from media
Started by: urkoP in: Toolset Professional Support |
2 | 14 | 5 years, 3 months ago | ||
Issue upgrading toolset
Started by: urkoP in: Toolset Professional Support |
2 | 2 | 5 years, 3 months ago | ||
Ordenar una view por ID
Started by: urkoP in: Toolset Professional Support |
2 | 9 | 5 years, 3 months ago | ||
include paged results in fancyboox
Started by: urkoP
in: 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 | 5 years, 3 months ago | ||
Divi theme and taxonomies archive pages
Started by: urkoP in: Toolset Professional Support |
2 | 10 | 5 years, 5 months ago | ||
Split: Desplaza la página hacia arriba después de la paginación
Started by: urkoP in: Soporte profesional de Toolset |
2 | 5 | 6 years, 5 months ago | ||
Urko
Started by: urkoP in: Soporte profesional de Toolset |
3 | 5 | 6 years, 5 months ago |