andrei-laurentiuP
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 |
---|---|---|---|---|---|
Post Forms are not working on Front Page while using WPBakery Page Builder
Started by: andrei-laurentiuP in: Toolset Professional Support |
2 | 8 | 5 years, 3 months ago | ||
Creating a View to Display Posts that are Pending Review
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: Solution: An example of such code would be: function ts_filter_query( $view_args, $view_settings, $view_id ) { if ( in_array( $view_id, array( 117 ) ) ) { // list of View IDs to apply this to $view_args['post_status'] = array( 'publish', 'pending' ); } return $view_args; } add_filter( 'wpv_filter_query', 'ts_filter_query', 101, 3 ); Relevant Documentation: |
2 | 3 | 5 years, 3 months ago | ||
A view is displays same results multiple times
1
2
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: Solution: |
2 | 19 | 5 years, 3 months ago | ||
Post Form – Setting Featured Image Failure
1
2
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: The issue here is that when the user tries to attach a specific featured image to their CRED form, the image doesn't get saved. Solution: In this case I suspected that there was something wrong with the image itself since all the other images worked well. Replacing the image fixed the issue. |
2 | 18 | 5 years, 4 months ago | ||
Clear checkbox selections based on conditional display in cred form
Started by: andrei-laurentiuP in: Toolset Professional Support |
2 | 4 | 5 years, 4 months ago | ||
CPT Archive Infinite Loading not working on some browsers
Started by: andrei-laurentiuP in: Toolset Professional Support |
1 | 2 | 5 years, 4 months ago | ||
Configure the Export Personal Data File to include all CPT created by User
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: Solution: https://scottdeluzio.com/gdpr-for-wordpress-plugin-and-theme-developers/ Relevant Documentation: |
2 | 3 | 5 years, 5 months ago | ||
Types Custom Field Control
Started by: andrei-laurentiuP in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago | ||
No Theme Options When Editing Content Templates
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 5 years, 5 months ago | ||
Set Many-to-Many Parents in Child Post Form
Started by: andrei-laurentiuP in: Toolset Professional Support |
2 | 3 | 5 years, 5 months ago | ||
Conditional display inside Post Forms based on my own shortcode
Started by: andrei-laurentiuP in: Toolset Professional Support |
3 | 7 | 5 years, 5 months ago | ||
Create a Query Filter using a Custom Field Address
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 5 years, 6 months ago | ||
Hide Toolset Buttons from WYSIWYG Editor by user role
Started by: andrei-laurentiuP in: Toolset Professional Support |
2 | 6 | 5 years, 8 months ago | ||
User Forms – “Role of the user to create/edit” does not remain selected
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: I am trying to create a User Registration Form. I select the role of the new user to be created, but after saving, this seems to malfunction as it goes back to -- Select Role -- Solution: It was something related to a plugin conflict Relevant Documentation: |
3 | 4 | 5 years, 8 months ago | ||
Set Automatically Parent Child Relationship in Reviewing System
Started by: andrei-laurentiuP
in: Toolset Professional Support
Problem: I am trying to create a Reviewing System for a 'Parent CPT'. I have created a 'Child CPT for Reviews' and a 'Child CPT for Reviews Post Form' which, among others, contains a selector for the 'Relationship Parent CPT - Child CPT for Reviews'. I have added the 'Child CPT for Reviews Post Form' on the 'Layout for Parent CPT', but you still have to select the Parent manually. The Parent post is not automatically preselected as I thought it would be as per supporting documentation. Solution: Yes, it is possible to setup the current parent post as default value of the relationship field, you just need to setup the "value' attribute as current post ID: [wpv-post-id id="$current_page"], for example: Relevant Documentation: https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_field |
2 | 6 | 5 years, 9 months ago |