robertM-17
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 form slug renaming themselves and overwriting existing forms
1
2
Gestartet von: robertM-17 in: Toolset Professional Support |
3 | 17 | vor 7 Jahren | ||
emptying the trash for deleted CRED forms
Gestartet von: robertM-17 in: Toolset Professional Support |
2 | 3 | vor 7 Jahren | ||
using site / global variables – where I do set and change?
Gestartet von: robertM-17 in: Toolset Professional Support |
2 | 5 | vor 7 Jahren | ||
Using PHP variables in a shortcode
Gestartet von: robertM-17
in: Toolset Professional Support
Problem: I would like to use a PHP variable in a shortcode attribute. Solution: You can't use PHP variables directly in your shortcode attributes. Instead, you could create a custom shortcode that returns the value of that variable, and place that shortcode instead of the variable in your attribute. $working_memap_id = 'some-post-slug'; add_shortcode( 'global_memap_id', 'global_memap_id_func'); function global_memap_id_func($atts) { global $working_memap_id; return $working_memap_id; } [cred form form="properformname" post="[global_memap_id]"] Register the name of the shortcode in Toolset > Settings > Frontend content > 3rd party shortcode arguments. Relevant Documentation: https://codex.wordpress.org/Shortcode_API |
2 | 3 | vor 7 Jahren | ||
so many broken links
Gestartet von: robertM-17 in: Toolset Professional Support |
2 | 5 | vor 7 Jahren | ||
CRED form redirects failing and also renaming themselves
Gestartet von: robertM-17 in: Toolset Professional Support |
2 | 6 | vor 7 Jahren | ||
How do I insert an apostrophe in CRED field placeholder?
Gestartet von: robertM-17
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | vor 7 Jahren | ||
Let the user edit the post right after submitting it with CRED
Gestartet von: robertM-17
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 4 | vor 7 Jahren, 1 Monat | ||
Linkining custom fields and post types created with 3rd party plugin
Gestartet von: robertM-17
in: Toolset Professional Support
Problem: Solution: Basically you need to: Now you will be able to see CPT of that 3rd party theme or plugin into Types and it will be editable. And all your posts or data will still be there. You can then also create relationship between Events and Course CPT. Same way you can also control existing Custom Fields with Types (explained in same above doc). Documentation: |
2 | 4 | vor 7 Jahren, 1 Monat | ||
Cred editing form link not working
Gestartet von: robertM-17 in: Toolset Professional Support |
2 | 3 | vor 7 Jahren, 2 Monaten | ||
background-blend-mode (not recognised)
Gestartet von: robertM-17 in: Toolset Professional Support |
1 | 2 | vor 7 Jahren, 2 Monaten | ||
Restrict by category (and menus)
Gestartet von: robertM-17
in: Types Community Support
Problem: Solution: Relevant Documentation: Hide some pages from Menu navigation based on user roles, use the Nav Menu Roles plugin, as explain in this step in our doc: |
2 | 10 | vor 7 Jahren, 2 Monaten |