davidZ-4
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
CRED conditional OR behave like AND
Commencé par : davidZ-4 in: Toolset Professional Support |
3 | 15 | Il y a 6 années et 5 mois | ||
replace radio button with image to select and prevent overlap on creen resize
Commencé par : davidZ-4 in: Toolset Professional Support |
2 | 14 | Il y a 6 années et 5 mois | ||
order the results that the View gets not working
Commencé par : davidZ-4 in: Toolset Professional Support |
3 | 12 | Il y a 6 années et 6 mois | ||
Divi and Bootstrap Grid View
Commencé par : 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 | Il y a 6 années et 6 mois | ||
Display view results only for simple product type
Commencé par : davidZ-4
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 6 | Il y a 6 années et 6 mois | ||
Display woocommerce children of a grouped product in a custom template
Commencé par : davidZ-4 in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 6 mois | ||
get a list of selected checkboxes and pass the values in urlparm
Commencé par : davidZ-4 in: Toolset Professional Support |
2 | 10 | Il y a 6 années et 6 mois | ||
Display numeric value as currency stop working after update
Commencé par : davidZ-4 in: Toolset Professional Support |
1 | 2 | Il y a 6 années et 6 mois | ||
display list of post based on county on a map
Commencé par : 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 | Il y a 6 années et 7 mois | ||
URL parameter value is not set for the field inside a CRED form
Commencé par : 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 | Il y a 6 années et 7 mois | ||
Create a responsive comparison table
Commencé par : 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 | Il y a 6 années et 7 mois | ||
URL parameter filter gives inconsistent results in a View
Commencé par : 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 | Il y a 6 années et 7 mois | ||
Post Types connected to this form: no cpt shown in the dropdown to be selected
1
2
Commencé par : 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 | Il y a 6 années et 7 mois | ||
Date selector obscured by header on mobile devices
Commencé par : 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 | Il y a 6 années et 8 mois | ||
Display child post field in a parent view
Commencé par : 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 | Il y a 6 années et 10 mois |