stuart
Just loving programming without programming ?
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 |
---|---|---|---|---|---|
toolset_get_related_post on page with toolsets form (CRED)
1
2
Gestartet von: stuart in: Toolset Professional Support |
2 | 17 | vor 5 Jahren, 8 Monaten | ||
The package could not be installed. (PCLZIP_ERR_BAD_FORMAT (-10) : Unable to fin
Gestartet von: stuart
in: Toolset Professional Support
Problem: I am unable to update Toolset plugins. I see an error PCLZIP_ERR_BAD_FORMAT. Solution: Download Types 3.2.7 from https://toolset.com/account/downloads and install from scratch. Automatic update should be available shortly, but the manual update process is available right now. |
4 | 5 | vor 5 Jahren, 9 Monaten | ||
Extract address out of the Google maps api
Gestartet von: stuart
in: Toolset Professional Support
Problem: Add custom JS codes to Toolset forms. Solution: This is a custom JS codes problem, I suggest you check these: https://toolset.com/forums/topic/extract-address-out-of-the-google-maps-api/#post-1184065 Relevant Documentation: https://developer.mozilla.org/en-US/docs/Web/API/Console/log |
2 | 3 | vor 5 Jahren, 10 Monaten | ||
Building Views with Elementor Pro and Shortcodes
Gestartet von: stuart in: Toolset Professional Support |
2 | 2 | vor 6 Jahren | ||
Elementor Pro shortcodes in Content Templates – and Conditionals
Gestartet von: stuart in: Toolset Professional Support |
2 | 2 | vor 6 Jahren, 2 Monaten | ||
Elementor and Content Templates in Header and Footer – renders full page content
Gestartet von: stuart in: Toolset Professional Support |
2 | 7 | vor 6 Jahren, 2 Monaten | ||
Update package not available. () – on multiple sites
Gestartet von: stuart in: Toolset Professional Support |
4 | 11 | vor 6 Jahren, 2 Monaten | ||
Types repeating fields using CRED Forms generic fields multi select to populate?
Gestartet von: stuart in: Toolset Professional Support |
2 | 2 | vor 6 Jahren, 5 Monaten | ||
Image swap on hover using custom image field
Gestartet von: stuart
in: Toolset Professional Support
Problem: Solution: Output the two images inside a wrapper div with some specific class you can target, and then add some custom CSS. The solution would look something like this: // the markup <div class="hover-effect"> [types field="first-image"][/types] [types field="hover-image"][/types] </div> // custom CSS .hover-effect img:last-child { display:none } .hover-effect:hover img:first-child { display:none } .hover-effect:hover img:last-child { display:inline-block } |
2 | 3 | vor 6 Jahren, 5 Monaten | ||
cred or the new Toolset Forms Error on Migration
Gestartet von: stuart
in: Toolset Professional Support
Problem: After updating to the latest version of Forms, the Plugins page in wp-admin was replaced with a Relationship Form. Solution: Update to the latest versions to receive a fix for this issue. |
3 | 11 | vor 6 Jahren, 5 Monaten | ||
Cred Forms Submit to 404 page – help
Gestartet von: stuart
in: Toolset Professional Support
Problem: When I submit a CRED form I'm redirected to a 404 page. I also see a notices on my CRED form: Notice: Undefined index: required in /path/to/wp-content/plugins/cred-frontend-editor/application/models/field/generic.php on line 62 Notice: Undefined index: required in /path/to/wp-content/plugins/cred-frontend-editor/application/models/field/generic.php on line 63 Solution: Add the required attribute to all generic fields in this CRED form, and set it to 0 if the field is not required. [cred_generic_field field='wpcf-company-size' type='select' class='form-control' output='bootstrap' urlparam=''] { "required":0, "validate_format":0, "persist":1, "default":["1-10"], "options":[ {"value":"1-10","label":"Employees: 1-10"}, {"value":"11-50","label":"Employees: 11-50"}, {"value":"51-200","label":"Employees: 51-200"}, {"value":"201-500","label":"Employees: 201-500"}, {"value":"501-1000","label":"Employees: 501-1000"}, {"value":"1001-5000","label":"Employees: 1001-5000"}, {"value":"5001-10,000","label":"Employees: 5001-10,000"}, {"value":"10,001+","label":"Employees: 10,001+"} ] } [/cred_generic_field] Relevant Documentation: |
2 | 5 | vor 6 Jahren, 8 Monaten | ||
Sending CRED data to Third Party Systems
Gestartet von: stuart
in: Toolset Professional Support
Problem I would like to collect Data with CRED, and when the Form is submitted, send this data to another, external 3rd party application, that does not reside on the Wordpress Install or is by another Plugin/Theme. SolutionThe success of this depends mainly on 2 things: - What WordPress can do, - what PHP can do. If you know how to send data with PHP from WordPress installs to populate 3rd Party Databases, then those same methods will work perfectly fine within CRED as well. The CRED API will allow you to hook your custom code whenever you need it. Most likely you would use a late hook, so to make sure all data is in the database already, and you can grab it safely. How to send the data out of WordPress to a completely different system, or populating 3rd Party databases, is something we cannot assist with in the Forum. |
2 | 2 | vor 6 Jahren, 9 Monaten | ||
Submit and Input lines – not in line?
Gestartet von: stuart
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | vor 6 Jahren, 9 Monaten | ||
Multi Step PPC landing page using CRED for lead capture.
Gestartet von: stuart
in: Toolset Professional Support
Problem: Solution: You have a CRED form to publish an initial post and this form contains only a field for the email. The user enters their email address and submits the form. On completion you redirect to a CRED Edit form which edits the post you just created, and which includes the other fields you want the users to complete (and displays the collected email address without being able to edit it). When this form is submitted you just have all the info in a single post. Details are described below. |
2 | 10 | vor 6 Jahren, 9 Monaten | ||
How to retrieve URL parameters for use inside a PHP template
Gestartet von: stuart
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | vor 6 Jahren, 10 Monaten |