ferdinandoa
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 |
---|---|---|---|---|---|
Selecting filters takes a long time to reload
Started by: ferdinandoa in: Toolset Professional Support |
2 | 4 | 1 year, 5 months ago | ||
View with map displays only 5 markers and thousands of empty lines in the html
Started by: ferdinandoa in: Toolset Professional Support |
2 | 7 | 3 years, 11 months ago | ||
This short code prints out a user name even after the user has logged out
Started by: ferdinandoa
in: Toolset Professional Support
Problem: This short code I was reading the views code but it is big. Any suggestion about what could cause this? Solution: It is a cache problem, you will need to disable Views cache of "side bar login", you can replace the view shortcode from: [wpv-view name="side bar login"] To: [wpv-view name="side bar login" cache="off"] Relevant Documentation: https://wp-types.com/documentation/user-guides/views-shortcodes/#wpv-view |
2 | 3 | 4 years, 2 months ago | ||
How to exclude child terms from category archives
Started by: ferdinandoa
in: Toolset Professional Support
Problem: Solution: Toolset doesn't haven't any provision for this. You can customise the category archive, but the isn't a setting for the has_children argument. So you'll need to add some custom code to modify the category archive to your site. You can find code to do exactly this here: https://gist.github.com/CodeProKid/1d21fb7635141491c7c1facd5e99d1ad Simply copy and paste the code in that link into your theme's functions.php file (or using a plugin such as Code Snippets). That code works for the standard WP categories. If you wanted to do the same with a custom taxonomy the code would need modifying. |
2 | 10 | 6 years, 6 months ago |