davidZ-4
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
CRED conditional OR behave like AND
Gestartet von: davidZ-4 in: Toolset Professional Support |
3 | 15 | vor 6 Jahren, 6 Monaten | ||
replace radio button with image to select and prevent overlap on creen resize
Gestartet von: davidZ-4 in: Toolset Professional Support |
2 | 14 | vor 6 Jahren, 7 Monaten | ||
order the results that the View gets not working
Gestartet von: davidZ-4 in: Toolset Professional Support |
3 | 12 | vor 6 Jahren, 7 Monaten | ||
Divi and Bootstrap Grid View
Gestartet von: davidZ-4
in: 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 | vor 6 Jahren, 7 Monaten | ||
Display view results only for simple product type
Gestartet von: davidZ-4
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 6 | vor 6 Jahren, 7 Monaten | ||
Display woocommerce children of a grouped product in a custom template
Gestartet von: davidZ-4 in: Toolset Professional Support |
2 | 3 | vor 6 Jahren, 7 Monaten | ||
get a list of selected checkboxes and pass the values in urlparm
Gestartet von: davidZ-4 in: Toolset Professional Support |
2 | 10 | vor 6 Jahren, 7 Monaten | ||
Display numeric value as currency stop working after update
Gestartet von: davidZ-4 in: Toolset Professional Support |
1 | 2 | vor 6 Jahren, 8 Monaten | ||
display list of post based on county on a map
Gestartet von: davidZ-4
in: 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 | vor 6 Jahren, 8 Monaten | ||
URL parameter value is not set for the field inside a CRED form
Gestartet von: davidZ-4
in: 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 | vor 6 Jahren, 8 Monaten | ||
Create a responsive comparison table
Gestartet von: davidZ-4
in: 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 | vor 6 Jahren, 8 Monaten | ||
URL parameter filter gives inconsistent results in a View
Gestartet von: davidZ-4
in: 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 | vor 6 Jahren, 8 Monaten | ||
Post Types connected to this form: no cpt shown in the dropdown to be selected
1
2
Gestartet von: davidZ-4
in: Toolset Professional Support
Problem: The issue here is that the user has created a CPT but this cpt isn't showing in the CRED Post Type selection. Solution: In order for a CPT to show up in the CRED post selection it must be set to publicly Queryable. This can be done by editing your CPT settings in types and then checking the publicly_queryable checkbox. |
4 | 27 | vor 6 Jahren, 8 Monaten | ||
Date selector obscured by header on mobile devices
Gestartet von: davidZ-4
in: Toolset Professional Support
Problem: Solution: The solution is either to set a more sensible z-index for the header, or increase the z-index of the date picker to a higher level, with the following: .ui-datepicker.ui-widget-content { z-index: 100000 !important; } |
2 | 7 | vor 6 Jahren, 10 Monaten | ||
Display child post field in a parent view
Gestartet von: davidZ-4
in: Toolset Professional Support
Problem: Display a child post filed in a parent view inside a table, where the parent view render using data from both parent and child custom posts The issue i have is that the table i create need to display content from parent and child posts Solution: You are right, it needs a nested view, you need to create a child view, and put the child view into one table cell of the parent view, but I suggest you use only one table cell to display the child view, and the table sort feature won't be able to work in this cell. Here is a document "Views Inside Views - Create Nested Structures": For your reference. Relevant Documentation: https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/ |
2 | 4 | vor 6 Jahren, 11 Monaten |