viktorI
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 |
---|---|---|---|---|---|
Relationship between CPT and User
Started by: viktorI in: Toolset Professional Support |
2 | 3 | 5 years, 9 months ago | ||
Login with email
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 5 years, 9 months ago | ||
Moving to new site
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
Understanding Index Attribute
Started by: viktorI
in: Toolset Professional Support
Problem: I would like to display the results of my View in rows and columns of 3. The "split" feature doesn't seem to be doing what I want. Solution: Use the "split" feature to split the results into a number of groups, but use the "wrap" feature to split the results into repeating groups of a specific number. [wpv-layout-start] [wpv-items-found] <wpv-loop wrap="3" pad="true"> [wpv-item index=1] <div class="row"> <!-- Open the row --> <div class="col-sm-4">First column</div> [wpv-item index=2] <div class="col-sm-4">Second column</div> [wpv-item index=3] <div class="col-sm-4">Third column</div> </div><!-- Close the row --> [wpv-item index=pad] <div class="col-sm-4">Pad second column</div> [wpv-item index=pad-last] <div class="col-sm-4">Pad last column</div> </div><!-- Close the row --> </wpv-loop> [/wpv-items-found] [wpv-no-items-found][wpml-string context="wpv-views"]<strong>No featured ads to display</strong>[/wpml-string][/wpv-no-items-found] [wpv-layout-end] Relevant Documentation: |
2 | 2 | 6 years, 3 months ago | ||
Woocommerce: Different views on specific product ID or Category
Started by: viktorI
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 3 months ago | ||
invalid URL address pointing to the image file
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
Embed PHP Logic inside View
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
Views update broke my site
Started by: viktorI in: Toolset Professional Support |
3 | 9 | 6 years, 7 months ago | ||
Parameter and SEF in a View
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Redirect when there is no read permission
Started by: viktorI
in: Toolset Professional Support
Problem: The issue here is that the user want to do a redirect to another page if there is no access to that page. Solution: Then whenever you don't have read access you set it to that page template and the users will get directed there. |
2 | 3 | 6 years, 9 months ago | ||
Available parameters for types_render_usermeta
Started by: viktorI
in: Toolset Professional Support
Problem: I would like to know what parameters are available for use with the PHP API types_render_usermeta. Solution: For example, check the Address field information. There are two attributes that apply to all Address fields: output and format. Now click the orange "+More" button to reveal some additional information specific to User fields. Next to "attributes (user)" you will find information about 4 other attributes that can be used with User Address fields. You can use one of these attributes to define which User will be queried. Beneath this area, you will find a PHP example showing the syntax: types_render_usermeta( "user-address", array( "user_current" => true ) You can add the other attributes you want to include in the array, and get information from another User like this: types_render_usermeta( "user-address", array( "user_id" => 12345, "output" => "raw" ) ) Relevant Documentation: |
2 | 3 | 6 years, 10 months ago | ||
Show Parent Field in the Child Single Post
Started by: viktorI
in: Toolset Professional Support
Problem: Solution: You can employ a similar technique when directly editing PHP templates with the types_render_field function, passing the ID attribute as an array: types_render_field( 'contact-info', array( 'id' => '$twi-vendor' ) ); Relevant Documentation: |
2 | 4 | 6 years, 10 months ago | ||
problem query related child post in the same parent
Started by: viktorI in: Toolset Professional Support |
2 | 2 | 6 years, 10 months ago | ||
unable using text editor in admin dashboard if toolset types enable…
Started by: viktorI in: Toolset Professional Support |
2 | 4 | 6 years, 11 months ago | ||
Store Custom Field Data in Serialized Array
Started by: viktorI
in: Toolset Professional Support
Problem: Is it possible to optimize custom field information in the database using serialized data structures? Solution: At the moment checkbox groups are managed with serialized data, but other field types are stored as independent rows in the database. |
2 | 3 | 7 years ago |