nicolaS-3
Admite hilos creados en los últimos 30 días: 1
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Access bug ? can't add pages to groups
Iniciado por: nicolaS-3 en: Toolset Professional Support |
1 | 2 | hace 3 años, 5 meses | ||
Show total # of comments
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: The issue here is that the user wanted to display to comment count for his post. Solution: |
|
2 | 3 | hace 4 años | |
Apply CSS to just one out of many SELECTs in Forms
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: Solution: select[name=wpcf-book-status] { height: 145px; } Where book-status is the slug of the field. And you can target taxonomies with their slugs: select[name="category[]"] { border: 1px solid red; padding: 10px; margin: 10px; } Where category is the taxonomy's slug. Note that you must add [] to the taxonomy slug. Because taxonomies accept multiple values by design. |
|
2 | 9 | hace 4 años, 1 mes | |
Changes are not immediately propagated with Site Tools in Siteground
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: Solution: |
|
2 | 5 | hace 4 años, 3 meses | |
Form Generic Field
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: The issue here is that the user wanted to remove the labels from their single checkbox field. Solution: This can be done by using the code below. add_filter('cred_filter_field_before_add_to_form', 'remove_cb_label', 10, 2); function remove_cb_label($field, $computed_values){ if(isset($field['id']) && in_array($field['id'], array('your-field-slug','field-slug2','field-slug-3'))){ $field['title'] = ''; } return $field; } Add the above to your Toolset custom code section in Toolset -> Settings -> Custom Code and just replace the field-slug options in the array with the slugs of your custom checkbox fields. |
|
2 | 8 | hace 4 años, 3 meses | |
Weird sidebar behaviour
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 9 | hace 4 años, 3 meses | |
H3 imposed in content templates
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 5 meses | |
Blocks: left align search or remove filter buttons mess up content
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: Setup custom field filter and AJAX search. Solution: Here are details: Relevant Documentation: |
|
2 | 11 | hace 4 años, 5 meses | |
Post Date sorting option appears despite removing it from front-end sorting configurations
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: I am using Blocks to create a custom search View with front-end sorting controls. I have removed Post Date from the sorting control configurations, but it still appears on the front-end of the site. How can I remove the Post Date sorting option? Solution: The best current workaround is to select the top-level View block using the Block Navigation menu at the top of the screen . Then in the block configurations panel, open the Ordering Settings section and select the post title or post author here as the default sorting setting instead of post date. That should remove the post date sorting option from the front-end sorting controls. |
|
2 | 3 | hace 4 años, 5 meses | |
is there any changes done with relationship?
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 7 meses | |
the function Format_Money that I have added as suggested by your team to convert figures to EU format doesn't work anymore
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 6 | hace 4 años, 7 meses | |
WP Views widget disappearing !
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 8 meses | |
Question about sending views output to newsletter subscribers
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 10 | hace 4 años, 9 meses | |
Weird geolocalizations
Iniciado por: nicolaS-3
en: Toolset Professional Support
Problem: Please help me understanding what's wrong with geolocalization, from my Android phone stores are the right local ones but distance calculation seems to be wrong in many cases。 Solution: Toolset Maps can only get the Straight line distance, but if in Google Maps, you will get Road distance, it conducts the issue you mentioned above. Relevant Documentation: |
|
2 | 5 | hace 4 años, 9 meses | |
Spinner is never displayed
Iniciado por: nicolaS-3 en: Toolset Professional Support |
|
2 | 7 | hace 4 años, 9 meses |