Pavel Capcan
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 output taxonomy custom fields in view?
Started by: Pavel Capcan
in: Toolset Professional Support
Problem: The issue here is that the user has a taxonomy that has a color picker and wanted to use that taxonomy color for the background color when listing their post. Solution: In this case you will need to use a nested view. You will create a taxonomy view that will list your taxonomy, then use the fields and views button to add the appropriate fields to the view output. Next add a query filter for the Taxonomy term and set it to "Set by the current post". See Screenshot Finally all you need to do is to add this Taxonomy view to the view that is listing your posts. The taxonomy view should be added to the div in the parent view that will be listing out the posts . Example <div style="background-color: [shortcode];"></div> There should be an option on your view called "Disable the wrapping DIV around the View" This should resolve the issue with the wrapping divs and provide a clean output for your view. |
2 | 9 | 6 years, 2 months ago | ||
What are view settings for search results template in Elementor
Started by: Pavel Capcan
in: Toolset Professional Support
Problem: Create a wordpress archive with search form. Solution: You can use Views wordpress archive to customize the WordPress built-in search result page. For example: "Add new", in the dialog window, choose option "Search results" Relevant Documentation: https://toolset.com/documentation/user-guides/creating-wordpress-custom-post-archives/ |
2 | 3 | 6 years, 2 months ago | ||
Highlight current filter option with CSS
Started by: Pavel Capcan in: Toolset Professional Support |
2 | 7 | 6 years, 2 months ago | ||
"Published" layouts list is empty.
Started by: Pavel Capcan in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago | ||
Page load speed is extremely low.
Started by: Pavel Capcan
in: Types Community Support
Problem: Output custom post types by using views queries on pages. The pages loads very long time. The more I add view queries the longer it takes. If I remove all view queries from the page at all, it loads quickly. What am I doing wrong? Solution: I checked the problem page URL you mentioned above, but keep on getting the PHP error: For the performance problem: Here are my suggestion: 2) In case it is a compatibility problem, please deactivate other plugins and switch to wordpress default theme, and test again 3) Enable PHP debug mode, copy and paste the debug logs here ini_set('log_errors',TRUE); Relevant Documentation: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP |
2 | 5 | 6 years, 11 months ago |