davidZ-4
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 |
---|---|---|---|---|---|
CRED conditional OR behave like AND
Iniciado por: davidZ-4 en: Toolset Professional Support |
3 | 15 | hace 6 años, 7 meses | ||
replace radio button with image to select and prevent overlap on creen resize
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 14 | hace 6 años, 7 meses | ||
order the results that the View gets not working
Iniciado por: davidZ-4 en: Toolset Professional Support |
3 | 12 | hace 6 años, 7 meses | ||
Divi and Bootstrap Grid View
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: I would like to create a Bootstrap-grid style View. I am using the Divi theme. I would like each item in a row to have the same height, and I would like to add space between the columns. Solution: First, we do not recommend using Bootstrap and Divi together. These two systems have known compatibility issues and CSS selector clashes. To make the items in a row have identical heights, you can use CSS to specify an item height. Use CSS media queries to modify those heights at different screen sizes. To add space between columns, use a wrapping div inside the column div, and add left and right padding to the wrapping div. |
3 | 11 | hace 6 años, 8 meses | ||
Display view results only for simple product type
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 6 | hace 6 años, 8 meses | ||
Display woocommerce children of a grouped product in a custom template
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 3 | hace 6 años, 8 meses | ||
get a list of selected checkboxes and pass the values in urlparm
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 10 | hace 6 años, 8 meses | ||
Display numeric value as currency stop working after update
Iniciado por: davidZ-4 en: Toolset Professional Support |
1 | 2 | hace 6 años, 8 meses | ||
display list of post based on county on a map
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: I would like to display a list of CPT on a map based on a country. user see the map, hover a county and see a pop up window with a list of all the CPT. so the marker is actually the country borders and not an icon. Solution: Unfortunately no this one doesn't seem possible with our google maps plugin. If it is possible to do it would require some amount of coding and understanding of the google maps API in order to achieve. Such custom coding will fall outside of the scope of our support forum. |
2 | 3 | hace 6 años, 9 meses | ||
URL parameter value is not set for the field inside a CRED form
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Use CRED filter hook "cred_success_redirect" to pass URL parameters. Solution: See the example codes here: Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_success_redirect |
3 | 14 | hace 6 años, 9 meses | ||
Create a responsive comparison table
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: The issue here is that the user wanted to create a responsive bootstrap table where you get a horizontal scroll bar on small screens. Solution: The first I did was to add the bootstrap response table div <div class="table-responsive"> Table code goes here. </div> The second thing I did was to enable the bootstrap loading by going to Toolset->Settings->Bootstrap Loading. |
2 | 9 | hace 6 años, 9 meses | ||
URL parameter filter gives inconsistent results in a View
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: I have a View that is filtered by a custom field value, set by a URL parameter. The results should include posts that have a custom field value less than or equal to the number I pass into the URL parameter. The results do not seem to be accurate, because param=999 gives me 3 results but param=1000 gives me no results. Solution: Check the query filter settings. The compare value type should be "UNSIGNED" instead of "string" when comparing numeric values. Relevant Documentation: |
2 | 3 | hace 6 años, 9 meses |