ManishT7809
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 |
---|---|---|---|---|---|
View Search Result not Working with Custom Post created with Divi
Started by: ManishT7809 in: Toolset Professional Support |
3 | 7 | 4 years, 6 months ago | ||
Dynamically Populate Custom Fields depending on another custom field
Started by: ManishT7809 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
Custom term archive links using wpv-post-taxonomy
Started by: ManishT7809
in: Toolset Professional Support
Problem: I would like to create custom links to each term displayed by the wpv-post-taxonomy shortcode. Solution: Use a separate View of the taxonomy, filtered by term, where the term is set by the current post. Then in the Loop editor, build the custom link tags. |
2 | 3 | 6 years, 3 months ago | ||
PHP in CRED Form SimpleModal Login Pop Up
Started by: ManishT7809
in: Toolset Professional Support
Problem: Output current page URL in a link, for example: <a href="/wp-login.php?redirect_to=php echo $_SERVER['REQUEST_URI'];" class="simplemodal-login">Log In</a> > Solution: You can not use PHP codes in the post content directly. I assume you are going to pass parameter of current page URL, and current page is a wordpress post/page, you can retrieve the current post/page URL value with Views shortcode [wpv-post-url], so you can use it in your code, like this: <a href="/wp-login.php?redirect_to=[wpv-post-url]" class="simplemodal-login">Log In</a> Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-url |
2 | 4 | 6 years, 7 months ago | ||
Display Child Post Field in Parent Post Views
Started by: ManishT7809 in: Toolset Professional Support |
2 | 4 | 6 years, 8 months ago | ||
Passing Search/Selected Values to CRED Form
Started by: ManishT7809
in: Toolset Professional Support
Problem: Solution: So - for instance, if you are passing the URL param as "myname", you should assign the field's urlparam value to myname. For example: [cred_field field='field' post='student' value='' urlparam='myname'] You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 8 months ago | ||
I would like users to be logged in before they can submit the form
Started by: ManishT7809 in: Toolset Professional Support |
2 | 10 | 6 years, 8 months ago |