Rostislav Avtodiychuk
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 |
---|---|---|---|---|---|
Ways to sell advertisment on site
Started by: Rostislav Avtodiychuk in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
How to insert parent and child relationship in CRED form?
Started by: Rostislav Avtodiychuk in: Toolset Professional Support |
2 | 6 | 6 years, 3 months ago | ||
LearnDash Message repeating in each of Layout cell
Started by: Rostislav Avtodiychuk
in: Toolset Professional Support
Problem: I am seeing some content from the LearnDash plugin repeated in multiple cells in my Layout. Solution: Use Visual Editor cells and be sure to "Disable the_content() filter" in the cell options. |
2 | 3 | 6 years, 5 months ago | ||
I need to set limit for wp-post-body length
Started by: Rostislav Avtodiychuk in: Toolset Professional Support |
2 | 5 | 6 years, 8 months ago | ||
How to see grandchild custom post with information of his parent and grandparent
Started by: Rostislav Avtodiychuk
in: Toolset Professional Support
Problem: I have 3 post types in a child -> parent -> grandparent hierarchy relationship. I would like to display information about the parent and grandparent in the child post. Solution: [wpv-post-title id="$parent-type-slug"] So for example, if your city post type slug is "city", then your code will be: [wpv-post-title id="$city"] To access information about a grandparent post, you can use a Content Template to change the context by passing in the $city operator for the id attribute: [wpv-post-body id="$city" view_template="your-content-template-slug"] Inside that Content Template, you can then use the parent post technique we used before to access the grandparent country post. If your country post type slug is "country" then your code in the Content Template will be: [wpv-post-title id="$country"] Relevant Documentation: |
2 | 3 | 6 years, 11 months ago | ||
Pass URL parameter to target page
Started by: Rostislav Avtodiychuk
in: Toolset Professional Support
Problem: I would like to add a URL parameter to a link's destination URL so I can use that URL parameter as a View filter. Solution: In a loop, you can use Views Shortcodes to build the HTML for a link tag with a URL parameter like this: <a href="[wpv-post-url]?country-id=[wpv-post-id]">[wpv-post-title]</a> Relevant Documentation: |
2 | 2 | 6 years, 11 months ago | ||
How create grandchild post with CRED post form with parent and child relations
Started by: Rostislav Avtodiychuk in: Toolset Professional Support |
2 | 2 | 7 years ago |