morktron
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 display multiple dynamic posts within each slide
Started by: morktron in: Toolset Professional Support |
2 | 8 | 3 years, 8 months ago | ||
Still unable to create content template – critical error
Started by: morktron in: Toolset Professional Support |
2 | 5 | 3 years, 11 months ago | ||
Create content template
Started by: morktron in: Toolset Professional Support |
3 | 7 | 3 years, 11 months ago | ||
Maps markers not displaying
Started by: morktron in: Toolset Professional Support |
2 | 14 | 4 years, 7 months ago | ||
Conditional display if is taxonomy type archive
Started by: morktron
in: Toolset Professional Support
Problem: I'm trying to hide HTML on all 'Group' taxonomy archive pages, I'm not sure what conditional statement to use. Solution: It needs custom codes, I suggest you try these: https://toolset.com/forums/topic/conditional-display-if-is-taxonomy-type-archive/#post-1242010 Relevant Documentation: |
2 | 3 | 5 years, 6 months ago | ||
Unable to display a map with a list of markers
Started by: morktron in: Toolset Professional Support |
2 | 4 | 5 years, 9 months ago | ||
List taxonomies with new posts
Started by: morktron in: Toolset Professional Support |
2 | 5 | 6 years, 5 months ago | ||
How to list taxonomies with recent posts?
Started by: morktron in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
URL parameter not working as expected
Started by: morktron
in: Toolset Professional Support
Problem: I have a taxonomy View that responds to a URL parameter, and should filter only terms that begin with that letter. In the past, this View was working correctly but it has begun to show inaccurate results. Solution: Replace your taxonomy query filter code with the updated version below. add_filter( 'wpv_filter_taxonomy_query', 'prefix_modify_tax_query', 10, 3 ); function prefix_modify_tax_query( $tax_query_settings, $view_settings, $view_id ) { if($view_id != 62 && isset($_GET['wpvalphabet']) && $_GET['wpvalphabet'] != '' ) { $tax_query_settings['name__like'] = $_GET['wpvalphabet']; } return $tax_query_settings; } function old_style_name_like_wpse_123298($clauses) { remove_filter('term_clauses','old_style_name_like_wpse_123298'); $splits = explode('}', $clauses['where']); $joins = array(); if(sizeof($splits) == 1) { return $clauses; } foreach($splits as $split) { $joins[] = substr($split, 0, strpos($split, '{')); } $clauses['where'] = join($joins, '') . (sizeof($joins) > 1 ? "%'" : ''); return $clauses; } add_filter('terms_clauses','old_style_name_like_wpse_123298'); Relevant Documentation: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_taxonomy_query |
2 | 5 | 7 years ago | ||
Javascript error for all WP admin
Started by: morktron
in: Toolset Professional Support
Problem: Uncaught ReferenceError: Toolset is not defined at ToolsetCommon.UserEditor.VisualComposerEditor.self.init (backend_editor.js:5) at new ToolsetCommon.UserEditor.VisualComposerEditor (backend_editor.js:5) at HTMLDocument.<anonymous> (backend_editor.js:5) at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,underscore,backbone,wp-util,&load[]=wp-backbone,media-models,plupload,wp-plupload,mediaelement,wp-mediaelement,media-views&ver=4.8.2:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,underscore,backbone,wp-util,&load[]=wp-backbone,media-models,plupload,wp-plupload,mediaelement,wp-mediaelement,media-views&ver=4.8.2:2) at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,underscore,backbone,wp-util,&load[]=wp-backbone,media-models,plupload,wp-plupload,mediaelement,wp-mediaelement,media-views&ver=4.8.2:2) at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,underscore,backbone,wp-util,&load[]=wp-backbone,media-models,plupload,wp-plupload,mediaelement,wp-mediaelement,media-views&ver=4.8.2:2) Solution: |
2 | 4 | 7 years, 1 month ago | ||
Stop rest of alphabet pagination disappearing when clicking on pagination
Started by: morktron
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
2 | 5 | 7 years, 1 month ago | ||
A-Z navigation of Contemplations (CPT) grouped by Subject (taxonomy)
Started by: morktron
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 6 | 7 years, 2 months ago | ||
Need advice on optimal information architecture before I start
Started by: morktron in: Toolset Professional Support |
2 | 5 | 7 years, 2 months ago |