bobA-2
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 |
---|---|---|---|---|---|
Setting cookie with Show only filter options that would produce results?
Started by: bobA-2 in: Toolset Professional Support |
1 | 2 | 1 month, 4 weeks ago | ||
display taxonomy's parent in taxonomy view – Link to term archive page
Started by: bobA-2 in: Toolset Professional Support |
2 | 3 | 2 years, 10 months ago | ||
wpv-control-post-ancestor sort order?
Started by: bobA-2 in: Toolset Professional Support |
2 | 4 | 3 years, 1 month ago | ||
Group Views results by year and month – when two views are shown
Started by: bobA-2
in: Toolset Professional Support
Problem: Using the group Views results by year and month code into multiple post views on same page. Solution: Please try to modify the PHP codes as below: Relevant Documentation: https://toolset.com/2013/10/how-to-group-views-results-by-year-and-month/ |
2 | 6 | 3 years, 3 months ago | ||
Function code change to array
Started by: bobA-2 in: Toolset Professional Support |
2 | 3 | 4 years, 1 month ago | ||
View with Post search filter query – including posts with special characters
Started by: bobA-2 in: Toolset Professional Support |
2 | 6 | 4 years, 3 months ago | ||
Types 3.3.11 issue with imsanity plugin
Started by: bobA-2 in: Toolset Professional Support |
3 | 6 | 4 years, 6 months ago | ||
Front end search date picker not showing in Danish when WordPress set to Danish
Started by: bobA-2
in: Toolset Professional Support
Problem: Solution: In Views, we avoid loading scripts by default: we load them only when needed. That means that we include the datepicker script only if we have a date frontend filter. Unfortunately, that means that the script is enqueued in the footer, and the mechanism to load the localization automatically is not fired. We have opened a new ticket for WordPress here https://core.trac.wordpress.org/ticket/50040 And we can force WordPress to localize the datepicker with the following code: add_action( 'wp_print_footer_scripts', 'prefix_localize_jquery_ui_datepicker', 9 ); function prefix_localize_jquery_ui_datepicker() { if ( ! function_exists( 'wp_localize_jquery_ui_datepicker' ) ) { return; } wp_localize_jquery_ui_datepicker(); } You can add this code in a new plugin, your (child)theme or in Toolset->Settings->Custom code. Another workaround is to copy the localization(of datepicker) code inside the Javascript section of the view. |
2 | 11 | 4 years, 7 months ago | ||
Conditional Checking If A Post Has A Featured Image Caption text?
Started by: bobA-2 in: Toolset Professional Support |
2 | 3 | 4 years, 9 months ago | ||
New Views version -Improved the front-end caching system for Views and archives
Started by: bobA-2 in: Toolset Professional Support |
2 | 6 | 4 years, 10 months ago | ||
Group Views results by day
Started by: bobA-2 in: Toolset Professional Support |
2 | 7 | 4 years, 11 months ago | ||
Limit by custom taxonomy in theme functions file
Started by: bobA-2 in: Toolset Professional Support |
1 | 2 | 4 years, 12 months ago | ||
Possible to show calender instead of datepicker icon?
Started by: bobA-2 in: Toolset Professional Support |
2 | 3 | 5 years ago | ||
Insert custom types field in view inserts wierd code
Started by: bobA-2 in: Toolset Professional Support |
2 | 3 | 5 years, 1 month ago | ||
Custom Pagination work like Ajax without Page Reload?
Started by: bobA-2 in: Toolset Professional Support |
2 | 5 | 5 years, 2 months ago |