puneetS-3
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 |
---|---|---|---|---|---|
Getting Extra of Overlay while Connecting a post relationship from backend
Started by: puneetS-3 in: Toolset Professional Support |
1 | 2 | 4 years, 9 months ago | ||
Filtering data according to the date and time
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 4 | 4 years, 10 months ago | |
How to compress the Image before uploading to server using Forms API
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 12 | 4 years, 11 months ago | |
How to display Custom error message on forgot password page
Started by: puneetS-3
in: Toolset Professional Support
Problem: I have added the wpv_forgot_password_form shortcode to a page so I can show a "forgot password" form to my clients. I would like to display a custom error message in the same page rather than redirecting, and I would like to customize the placement of the error message. Solution: There aren't any options to change the location or text of the default error message. If you want to display a fully custom message, you could hide the default message with custom CSS and use conditional HTML to test the wpv_error parameter. We have the wpv-search-term shortcode you can use to test URL parameter values. CSS: /* hide the default error message */ #forgotpasswordform .wp-error { display:none !important; height:0; width:0; overflow:hidden; } Conditional HTML for custom messages: [wpv-conditional if="( '[wpv-search-term param="wpv_error"]' eq 'invalidcombo')"] Your custom invalid combo error message goes here [/wpv-conditional] If you hide the default error message with CSS, you should create custom messages for all possible errors. Relevant Documentation: |
|
2 | 8 | 4 years, 11 months ago | |
How to add a field to upload a profile picture using CRED form
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 months ago | |
Get no posts when the none of the ids are passed in the view.
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 months ago | |
How to add flexibility to pick when showing related posts for a custom post type
Started by: puneetS-3
in: Toolset Professional Support
Problem: I would like to add a View to my post template. That View should show related posts. How can I set this up in Toolset? Solution: The easiest way to set this up is to apply the same taxonomy term to all related posts. Then use a View filtered by taxonomy, set by the current post. If you want to hand-pick related posts, use a post ID filter instead, set by a shortcode attribute. Pass in the related post IDs using that shortcode attribute. |
|
2 | 3 | 5 years ago | |
Types backend fields are not showing up after WP Update to 5.3 (Fix not working)
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 5 | 5 years, 2 months ago | |
Ordering Repeatable field groups by using a custom field of parent Post
Started by: puneetS-3
in: Toolset Professional Support
Problem: I have a custom post type that contains one date field, as well as several repeatable field groups (RFGs). I would like to create a View of one of the RFGs and sort those results by the parent post's custom date field. Solution: It is not currently possible to sort or filter a View of RFG by a field in the parent post. Instead, you could create a View of the parent post type and sort those results by the date field. Then create another View of the RFG, filtered by post relationship/RFG post owner, set by the current post in the loop. |
|
2 | 3 | 5 years, 2 months ago | |
How to create a search view inside the content template for custom post type?
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 5 | 5 years, 2 months ago | |
Can't edit content template cell even when access is given
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 4 | 5 years, 2 months ago | |
How to create a calendar widget for Custom Post type
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 3 | 5 years, 2 months ago | |
How to run a Ajax request along with a post form, having ajax submit ?
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 10 | 5 years, 3 months ago | |
Restrict user to download files only after the form is filled
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 7 | 5 years, 3 months ago | |
Multiple CRED forms in same page conflict
Started by: puneetS-3 in: Toolset Professional Support |
|
2 | 12 | 5 years, 4 months ago |