dc23
Forum Replies Created
-
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
In reply to: [Relevanssi - A Better Search] sort order of search result pageI think my output.php will doesnt matter since the query is made before this php but for completeness i do post it.
<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
In reply to: [Relevanssi - A Better Search] sort order of search result pageNo, 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…
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/
I addeed bothadd_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.+1, would be epic to have google alternative. but also have to say, great that you guys keep the v2.
Forum: Plugins
In reply to: [Widgets for Google Reviews] stop loading from cdnthanks Lídia, but that wouldnt solve it, right? images are still loading from a third party. just pointed out it in another thread:
https://www.ads-software.com/support/topic/cdn-not-gdpr-compliant/
thanks for having a look!
Forum: Plugins
In reply to: [Widgets for Google Reviews] CDN not GDPR CompliantHi! 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/f.svg
https://cdn.trustindex.io/assets/platform/Google/logo.svg
https://cdn.trustindex.io/loader.js?ver=6.0.3We dont use the paid features. This would be a huge savings potential for the cdn costs…
Just pointed it out some month ago
https://www.ads-software.com/support/topic/stop-loading-from-cdn-2/
Thanks for considering it.
Thank you! Super!
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?
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
In reply to: [Widgets for Google Reviews] stop loading from cdnHi! Is there maybe any chance / hook to deactivate loading images from cdn?
Forum: Plugins
In reply to: [Widgets for Google Reviews] stop loading from cdnThanks 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
loader.js
assets/platform/Google/logo.svg
assets/platform/Google/star/f.svg
assets/platform/Google/star/e.svgWe dont want these third party requests due to performance and GDPR reasons. We want to load them locally from our webspace.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] random search result in dropdownSure! I just thought i did set this on resolved.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] random search result in dropdown*d’oh homer sound*
Thank you! So simple and nice that i didnt see it. Sorry.
Forum: Plugins
In reply to: [ACF-VC Integrator] Hide Empty LabelsThank you very much, Frederik. It works like a charm. Great work!