AtefR7377
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 |
---|---|---|---|---|---|
How to create a view with Child Taxonomies as filter?
Started by: AtefR7377 in: Toolset Professional Support |
2 | 2 | 6 years, 10 months ago | ||
How to display a custom field in backend based on the current post's taxonomy?
Started by: AtefR7377 in: Toolset Professional Support |
2 | 2 | 6 years, 10 months ago | ||
How to create an "Add to My Library" option using Toolset Types?
Started by: AtefR7377 in: Toolset Professional Support |
2 | 3 | 6 years, 10 months ago | ||
CRED: How to add a post slug filed to the forms?
Started by: AtefR7377 in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago | ||
CRED: Fields not showing Bootstrap despite it is being loaded
Started by: AtefR7377 in: Toolset Professional Support |
2 | 3 | 6 years, 10 months ago | ||
How to create a taxonomy view automatically filtered by the current Page “Post Title”
Started by: AtefR7377
in: Toolset Professional Support
Problem: I have created over a thousand custom Pages that represent each term in a taxonomy. On each Page, I would like to insert a View that is filtered by comparing the Page Title to the term name. Solution: It's probably best to use the page slug instead of title, since slug is sanitized for comparisons and will be more unique than title. With that in mind, you can use the wpv-post-slug shortcode and the $current_page operator to access the current Page's slug. Pass that value into the wpvcategory attribute in your View, and configure your View to use a taxonomy term Query Filter where the term is supplied by a shortcode attribute. Insert the View in your Page Content Template or Template Layout using the following shortcode: [wpv-view name="view-name" wpvcategory="[wpv-post-slug id='$current_page']"] Relevant Documentation: |
2 | 5 | 6 years, 10 months ago | ||
How to build Web Apps using CRED?
Started by: AtefR7377
in: Toolset Professional Support
Problem: How can I use CRED to build Web Apps? Solution: You will find links to training guides, references and tutorials in our User Guides that discuss what you can accomplish with CRED. More advanced topics are covered in our API documentation. You can use the API to accomplish many things in CRED that you are not able to accomplish through the wp-admin area directly. These advanced features require custom code and PHP. How you build a Web App with those CRED forms and the content they generate really depends on what your Web App is designed to do. If there is a specific part of the process you are having trouble with, feel free to create individual tickets where we can address specific questions. Relevant Documentation: |
2 | 3 | 6 years, 10 months ago | ||
How to reuse a view and change its parameter in the shortcode?
Started by: AtefR7377
in: Toolset Professional Support
Problem: Solution: [wpv-view name="view-1" wpvresearcher="Atef Wagih,Emad Boules" operator="AND"] You can find proposed solution with the following reply: Relevant Documentation: |
2 | 7 | 6 years, 10 months ago |