robertM-17
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
CRED form slug renaming themselves and overwriting existing forms
1
2
Started by: robertM-17 in: Toolset Professional Support |
3 | 17 | 6 years, 11 months ago | ||
emptying the trash for deleted CRED forms
Started by: robertM-17 in: Toolset Professional Support |
2 | 3 | 6 years, 12 months ago | ||
using site / global variables – where I do set and change?
Started by: robertM-17 in: Toolset Professional Support |
2 | 5 | 7 years ago | ||
Using PHP variables in a shortcode
Started by: 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 | 7 years ago | ||
so many broken links
Started by: robertM-17 in: Toolset Professional Support |
2 | 5 | 7 years ago | ||
CRED form redirects failing and also renaming themselves
Started by: robertM-17 in: Toolset Professional Support |
2 | 6 | 7 years ago | ||
How do I insert an apostrophe in CRED field placeholder?
Started by: robertM-17
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 7 years ago | ||
Let the user edit the post right after submitting it with CRED
Started by: robertM-17
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 4 | 7 years, 1 month ago | ||
Linkining custom fields and post types created with 3rd party plugin
Started by: 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 | 7 years, 1 month ago | ||
Cred editing form link not working
Started by: robertM-17 in: Toolset Professional Support |
2 | 3 | 7 years, 1 month ago | ||
background-blend-mode (not recognised)
Started by: robertM-17 in: Toolset Professional Support |
1 | 2 | 7 years, 2 months ago | ||
Restrict by category (and menus)
Started by: 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 | 7 years, 2 months ago |