Title: dc23's Replies | WordPress.org

---

# dc23

  [  ](https://wordpress.org/support/users/datenchef/)

 *   [Profile](https://wordpress.org/support/users/datenchef/)
 *   [Topics Started](https://wordpress.org/support/users/datenchef/topics/)
 *   [Replies Created](https://wordpress.org/support/users/datenchef/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/datenchef/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/datenchef/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/datenchef/engagements/)
 *   [Favorites](https://wordpress.org/support/users/datenchef/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/datenchef/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/datenchef/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] how to include only 2 acf fields and no cpt content](https://wordpress.org/support/topic/how-to-include-only-2-acf-fields-and-no-cpt-content/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/how-to-include-only-2-acf-fields-and-no-cpt-content/#post-17129445)
 * Thanks, should have find on my own. 
   First input Debugging input seems to work
   fine regarding with the functions.php code ($included_fields = array( ‘bezeichnung’,‘
   artikelnummer’ );) or the index plugin options in the admin which i thought they
   arent working. And > How does this post look in the database?Given any post id
   of my custom post type products outputs the full content. Where i understand 
   i shouldnt output, right, since we dont index it anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] sort order of search result page](https://wordpress.org/support/topic/sort-order-of-search-result-page/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/sort-order-of-search-result-page/#post-17129396)
 * I think my output.php will doesnt matter since the query is made before this 
   php but for completeness i do post it.
 *     ```wp-block-code
       <div class="row">
       <?php 
       $count = 0; 
   
       if ( have_posts() ) : while ( have_posts() ) : the_post();
   
       $meta_values = get_post_meta( get_the_ID() ); 
       ?>
   
       <div class="column">
       <?php echo do_shortcode('[elementor-template id="xxx"]'); ?>
       </div>
   
       <?php endwhile; else : ?> 
       <p>No results</p>
       <?php endif; ?>
   
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] sort order of search result page](https://wordpress.org/support/topic/sort-order-of-search-result-page/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/sort-order-of-search-result-page/#post-17129375)
 * No, stays the same. I tested further, it seems that no sort by parameter is being
   used. Doenst matter if title or id, text or numeric, and so on… result order 
   stays the same. Privat window tested…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] how to include only 2 acf fields and no cpt content](https://wordpress.org/support/topic/how-to-include-only-2-acf-fields-and-no-cpt-content/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/how-to-include-only-2-acf-fields-and-no-cpt-content/#post-17121308)
 * Woooh, what a bummer. Thank you for fast reply, really appreciate it. Found the
   documenation:
   [https://www.relevanssi.com/user-manual/filter-hooks/relevanssi_index_content/](https://www.relevanssi.com/user-manual/filter-hooks/relevanssi_index_content/)
   I addeed both`add_filter( 'relevanssi_index_content', '__return_false' );add_filter('
   relevanssi_pre_excerpt_content', '__return_empty_string' );reindexed, opened 
   a private fresh window but it still seems that the content of my custom post 
   type products is indexed. tried it a few times but cpt content is still indexed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder] hCatpcha integration](https://wordpress.org/support/topic/hcatpcha-integration/)
 *  [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/hcatpcha-integration/#post-16140151)
 * +1, would be epic to have google alternative. but also have to say, great that
   you guys keep the v2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets for Google Reviews] stop loading from cdn](https://wordpress.org/support/topic/stop-loading-from-cdn-2/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/stop-loading-from-cdn-2/#post-16117565)
 * thanks Lídia, but that wouldnt solve it, right? images are still loading from
   a third party. just pointed out it in another thread:
 * [https://wordpress.org/support/topic/cdn-not-gdpr-compliant/](https://wordpress.org/support/topic/cdn-not-gdpr-compliant/)
 * thanks for having a look!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets for Google Reviews] CDN not GDPR Compliant](https://wordpress.org/support/topic/cdn-not-gdpr-compliant/)
 *  [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cdn-not-gdpr-compliant/#post-16117563)
 * Hi! I also would like to point out that we would at least have local images and
   js. We dont also see no need.
 * [https://cdn.trustindex.io/assets/platform/Google/star/e.svg](https://cdn.trustindex.io/assets/platform/Google/star/e.svg)
   
   [https://cdn.trustindex.io/assets/platform/Google/star/f.svg](https://cdn.trustindex.io/assets/platform/Google/star/f.svg)
   [https://cdn.trustindex.io/assets/platform/Google/logo.svg](https://cdn.trustindex.io/assets/platform/Google/logo.svg)
   [https://cdn.trustindex.io/loader.js?ver=6.0.3](https://cdn.trustindex.io/loader.js?ver=6.0.3)
 * We dont use the paid features. This would be a huge savings potential for the
   cdn costs…
 * Just pointed it out some month ago
 * [https://wordpress.org/support/topic/stop-loading-from-cdn-2/](https://wordpress.org/support/topic/stop-loading-from-cdn-2/)
 * Thanks for considering it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] how to remove frontend comment <!— Analytics by…](https://wordpress.org/support/topic/how-to-remove-frontend-comment-analytics-by/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-frontend-comment-analytics-by/#post-15979700)
 * Thank you! Super!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Rest API question / rangestartdate to combine everywhere?](https://wordpress.org/support/topic/rest-api-question-rangestartdate-to-combine-everywhere/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/rest-api-question-rangestartdate-to-combine-everywhere/#post-15973434)
 * Hi Reza, thats where i am coming from and my question starts and was talking 
   about with the “addon page”. In that linked docu (getpostman…) is the parameter
   i am talking about.
 * Does rangestartdate exists in other queries?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Rest API question / rangestartdate to combine everywhere?](https://wordpress.org/support/topic/rest-api-question-rangestartdate-to-combine-everywhere/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/rest-api-question-rangestartdate-to-combine-everywhere/#post-15966818)
 * Hi! I was not aware that there were two api ways. I was looking at the api doc
   link above which i had from the api addon page. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets for Google Reviews] stop loading from cdn](https://wordpress.org/support/topic/stop-loading-from-cdn-2/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/stop-loading-from-cdn-2/#post-15804719)
 * Hi! Is there maybe any chance / hook to deactivate loading images from cdn?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets for Google Reviews] stop loading from cdn](https://wordpress.org/support/topic/stop-loading-from-cdn-2/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/stop-loading-from-cdn-2/#post-15788503)
 * Thanks for your fast reply and furter information, Lídia. Thats fine at all but
   not solving. We just dont want to load these files from
 * [https://cdn.trustindex.io/](https://cdn.trustindex.io/)
 * loader.js
    assets/platform/Google/logo.svg assets/platform/Google/star/f.svg 
   assets/platform/Google/star/e.svg
 * We dont want these third party requests due to performance and GDPR reasons. 
   We want to load them locally from our webspace.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Search Lite - Live Search & Filter] random search result in dropdown](https://wordpress.org/support/topic/random-search-result-in-dropdown/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/random-search-result-in-dropdown/#post-14760888)
 * Sure! I just thought i did set this on resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Search Lite - Live Search & Filter] random search result in dropdown](https://wordpress.org/support/topic/random-search-result-in-dropdown/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/random-search-result-in-dropdown/#post-14758015)
 * *d’oh homer sound*
 * Thank you! So simple and nice that i didnt see it. Sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF-VC Integrator] Hide Empty Labels](https://wordpress.org/support/topic/hide-empty-labels/)
 *  Thread Starter [dc23](https://wordpress.org/support/users/datenchef/)
 * (@datenchef)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/hide-empty-labels/#post-10916368)
 * Thank you very much, Frederik. It works like a charm. Great work!

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/datenchef/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/datenchef/replies/page/2/?output_format=md)