domenicoS
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 |
---|---|---|---|---|---|
Display edit link to woocomerce order in a view
Started by: domenicoS in: Toolset Professional Support |
|
2 | 4 | 2 years, 3 months ago | |
View of Woocommerce orders
Started by: domenicoS in: Toolset Professional Support |
1 | 2 | 2 years, 4 months ago | ||
Problem with saving cred for user
Started by: domenicoS in: Toolset Professional Support |
|
2 | 4 | 2 years, 4 months ago | |
Create new product form
Started by: domenicoS
in: Toolset Professional Support
Problem: I'm trying to replicate the same process of a previous form with another post type, But does not work. Solution: This is a custom codes problem, and client has found the solution here: https://toolset.com/forums/topic/create-new-product-form/#post-1154821 Relevant Documentation: |
|
2 | 14 | 2 years, 4 months ago | |
Problem with Firefox
Started by: domenicoS
in: Toolset Professional Support
Problem: Clicking button trigger JS errors in Firefox browser: Empty string passed to getElementById(). Solution: It should be a known issue of Firefox browser, see similar thread: https://stackoverflow.com/questions/16280684/nesting-a-inside-button-doesnt-work-in-firefox In your case, you can display HTML "a" tags directly, and use CSS codes to style it as button. Relevant Documentation: |
|
2 | 6 | 2 years, 4 months ago | |
Translate the field name
Started by: domenicoS in: Toolset Professional Support |
|
2 | 4 | 2 years, 4 months ago | |
Display a multiple instance text field as select
Started by: domenicoS
in: Toolset Professional Support
Problem: Using Views result as data provider for Toolset form generic field. Solution: You can edit that view, in section "Loop Editor", enable option "Disable the wrapping DIV around the View". It is required to remove all those extra HTML tags produced by shortcode: [wpv-layout-start] ... [/wpv-layout-start] Relevant Documentation: |
|
2 | 3 | 2 years, 4 months ago | |
Required fields
Started by: domenicoS in: Toolset Professional Support |
|
2 | 2 | 2 years, 4 months ago | |
Assign repeatable field to author via frontend
Started by: domenicoS
in: Toolset Professional Support
Problem: Change repeatable field group post's author to the current post when submit post form in front-end. Solution: It needs custom codes, see details here: https://toolset.com/forums/topic/assign-repeatable-field-to-author-via-frontend/#post-1147051 Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
|
2 | 7 | 2 years, 4 months ago | |
Problem in view post author
Started by: domenicoS
in: Toolset Professional Support
Problem: I've a custom post type "accommodation". I've a field repetable group "room" taht is displayed in the accommodation page. Each accommodation has a different author (accommodation manager role). In mt WP backend I've add as administrator some rooms fro some accommodation. The problem is that now I'm the author of this room and not the accommodation manager. How can I set it? Solution: It is expected result, Toolset repeatable group is actually a hidden custom post type, and you are using administrator to setup the "room" item in admin side, so the "room" item author will be setup as current user: administrator. In your case, I suggest you try these: When you edit a single "accommodation", add/edit a room item(post), save the "accommodation" post, use WordPress action hook "save_post" to trigger a custom function, in this function update the room post's author as "accommodation" post author. For example: https://toolset.com/forums/topic/problem-in-view-post-author/#post-1146368 Relevant Documentation: https://codex.wordpress.org/Plugin_API/Action_Reference/save_post |
|
2 | 4 | 2 years, 5 months ago | |
Email to post author
Started by: domenicoS in: Toolset Professional Support |
|
2 | 2 | 2 years, 5 months ago | |
Filter view by relationship parent
Started by: domenicoS in: Toolset Professional Support |
|
2 | 5 | 2 years, 5 months ago | |
Repetable field
Started by: domenicoS in: Toolset Professional Support |
|
2 | 5 | 2 years, 5 months ago | |
Filter tour by month
Started by: domenicoS in: Toolset Professional Support |
|
2 | 8 | 2 years, 5 months ago | |
Custom search pagination
Started by: domenicoS
in: Toolset Professional Support
Problem: I would like to add pagination controls to my View, but the button is inactive. Solution: Scroll to the top right corner of the screen. Click "Screen Options" to open the options panel, where you can activate "Pagination and Sliders Settings" and "Search and Pagination". Then you should be able to add pagination settings for your View, including pagination controls. Relevant Documentation: https://toolset.com/documentation/user-guides/views-pagination/ |
|
2 | 7 | 2 years, 5 months ago |