a.R
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 |
---|---|---|---|---|---|
[wpv-conditional] in Events Manager Form
Iniciado por: a.R en: Toolset Professional Support |
3 | 7 | hace 2 meses, 2 semanas | ||
Toolset Blocks or Views DESTROY buddypress group avatar upload form!
Iniciado por: a.R en: Toolset Professional Support |
2 | 7 | hace 3 meses, 2 semanas | ||
wpv-post-taxonomy-iterator PROBLEM
Iniciado por: a.R en: Toolset Professional Support |
2 | 9 | hace 3 meses, 3 semanas | ||
Custom Search: User sorting desroys URL parameter!
Iniciado por: a.R en: Toolset Professional Support |
2 | 2 | hace 4 meses, 1 semana | ||
Sort search results by comment count?
Iniciado por: a.R
en: Toolset Professional Support
Problem: The customer wants to sort results based on the comments count. Solution: Upon further review, I identified that the comment_count field in the wp_posts table can be used directly for sorting. I provided a code snippet to add to the theme's functions.php file to sort by the comment_count field: add_filter('wpv_filter_query', function($query, $setting, $view_id){ if (in_array($view_id, array(1234))) { $query['orderby'] = array('comment_count' => 'DESC'); } return $query; }, 101, 3); Replace 1234 with the actual view's ID. This code sorts the results by the number of comments in descending order. Relevant Documentation: |
2 | 3 | hace 4 meses, 3 semanas | ||
In custom term search place label BEHIND input?
Iniciado por: a.R
en: Toolset Professional Support
Problem: The customer wants to place the label behind the input in the search form to manipulate the label based on the input status using CSS. However, the input is currently placed inside the label, making this manipulation difficult. Solution: I confirmed that the customer is using legacy views to create the search form. jQuery(function($){ $(".class_containing_your_checkbox input[type='checkbox']").change(function(event){ var checkbox = $(event.target); var status = checkbox.prop('checked'); if (status) checkbox.parent().css('background-color', '#569cc3'); else checkbox.parent().css('background-color', ''); }); }); The code above applies CSS rules based on whether the checkbox is selected or not. The customer needs to change the function to target the specific div class containing the checkbox and apply the desired CSS for the labels. |
2 | 6 | hace 4 meses, 3 semanas | ||
Search for posts related (many-to-many) to the post the search is embedded in
Iniciado por: a.R en: Toolset Professional Support |
3 | 11 | hace 5 meses | ||
Who can define a post relationship (Backend)
Iniciado por: a.R en: Toolset Professional Support |
1 | 2 | hace 5 meses | ||
embedded content form to add a child to current post
Iniciado por: a.R en: Toolset Professional Support |
2 | 6 | hace 5 meses | ||
search with map don´t work any more
Iniciado por: a.R en: Toolset Professional Support |
3 | 11 | hace 5 meses, 1 semana | ||
Does search work with buddypress docs?
Iniciado por: a.R en: Toolset Professional Support |
2 | 6 | hace 5 meses, 1 semana | ||
Search Form Reset won´t work anyy more
Iniciado por: a.R en: Toolset Professional Support |
2 | 2 | hace 8 meses, 1 semana | ||
Custom Search: filter (select-option) only filters first ajax page
Iniciado por: a.R en: Toolset Professional Support |
2 | 7 | hace 9 meses, 3 semanas | ||
Find MULTIPLE posts by their IDs in one input field?
Iniciado por: a.R en: Toolset Professional Support |
2 | 14 | hace 9 meses, 3 semanas | ||
[cred_field field='post_parent' …']
Iniciado por: a.R en: Chat Support |
1 | 2 |
hace 10 meses
|