Home › Topic Tag: Views
With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists. When you ask for help or report issues, make sure to tell us the options of your View.
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Content selection in Views won’t save post type
Started by: Ian Henderson
in: Toolset Professional Support
Problem: I upgraded to Views 2.6 this morning, and now I can't change post type in the content selection area. All changes are rejected. Solution: In case it is a compatibility problem, please try this: 1) deactivate other plugins and switch to wordpress default theme, and test again 2) Enable PHP debug mode, copy and paste the debug logs here Relevant Documentation: https://toolset.com/documentation/user-guides/debugging-types-and-views/ |
2 | 3 | 6 years, 8 months ago | ||
Line-break not working
Started by: tomS-10
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 8 months ago | ||
view css problem (DIVI)
Started by: laszloB in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Image fields url is being ignored in toolset 3.0
Started by: Jane in: Toolset Professional Support |
2 | 6 | 6 years, 8 months ago | ||
Conditional Output if the post content is filled
Started by: AtefR7377
in: Toolset Professional Support
Problem: I would like to use conditional HTML to test whether or not the post content is empty. Solution: You can use a custom function to test if the body contents are empty: function wpv_conditional_post_has_content($type, $object) { $return = 0; if ( $type == 'posts' ) { if ( empty( $object->post_content ) ) { $return = 0; } else { $return = count($object->post_content); } } return $return; } Go to Toolset > Settings > Frontend Content > Functions inside conditional evaluations, and enter wpv_conditional_post_has_content to register this function for use in conditionals. Then you can use the function in a conditional like this: [wpv-conditional if="( wpv_conditional_post_has_content() eq '1' )"] <a href="#person-gallery"><button type="button" class="btn btn-primary">[wpml-string context="Person Gallery Anchor" name="Person Gallery Anchor"]الصور / الأيقونات المتاحة[/wpml-string]</button></a> [/wpv-conditional] Relevant Documentation: |
2 | 3 | 6 years, 8 months ago | ||
Custom field image URL loading from old domain after migration
Started by: Junichiro Taira
in: Toolset Professional Support
Problem: After migrating to a new environment, my custom field image URLs on the front-end of the site still point to the old server. I checked the custom field values and they are on the correct domain. Solution: Go to Toolset > Settings > Custom Content and clear both image caches, then check both image resize checkbox options. Relevant Documentation: https://toolset.com/faq/how-do-i-migrate-a-wordpress-site-from-one-domain-to-the-other/ |
2 | 9 | 6 years, 8 months ago | ||
View Filter not working as expected for filter by taxonomy of the page
Started by: stephenF-6
in: Toolset Professional Support
Problem: I have a CPT "Program" and a Taxonomy "Program". I have a View of CPT Programs that is set up to filter by the Taxonomy "Program" terms of the current page, but it is not working on Program single post pages. Solution: Configure the Query Filter so you can use a shortcode attribute to pass the current post's slug into the filter. [wpv-view name="your-program-post-view" wpvprogramtax="[wpv-post-slug]"] Relevant Documentation: |
2 | 3 | 6 years, 8 months ago | ||
How to develop my website
Started by: israelP in: Toolset Professional Support |
2 | 3 | 6 years, 8 months ago | ||
I updated the Toolset plugins, now my resources page is not viewing correctly
Started by: lukeM-7 in: Toolset Professional Support |
2 | 3 | 6 years, 8 months ago | ||
Custom data in Views
Started by: aranj in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
After updating Types, Views no longer has auto update.
Started by: bryanC-2
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 8 months ago | ||
I need to display one category
Started by: ryanM-9 in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Query Filter on A View
Started by: WillL606 in: Toolset Professional Support |
2 | 6 | 6 years, 8 months ago | ||
Same function for more than a View ID for Post Type Filter
Started by: Nashaat in: Toolset Professional Support |
2 | 3 | 6 years, 8 months ago | ||
Views 2.6 Breaking website with fatal PHP error
Started by: Sammut
in: Toolset Professional Support
Problem: PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_case() Solution: This dependency will be removed in an upcoming Views update. |
3 | 6 | 6 years, 8 months ago |