Nolibert
Forum Replies Created
-
Hi Michael,
yes exactly, its because of GDPR. Its more like a feature request then anything else. I guess the cookie is used to track the user and the signup process right?
Yes everything works great now! Thank you 🙂
- This reply was modified 1 year, 10 months ago by Nolibert.
Hi,
i did some digging on my own, looks like the error comes from the the aliases beeing included two times. The plugin has two ways of registering filters and hooks, the file class-better-search.php on line 125 triggers the hooks() method if seamless mode is true and if we are in a main query. Looks like Elementor triggers this to be true for some reason. I commented out line 125 and im getting the search results now.
Edit: I saw that this option was the seamless integration option on the first settings page. I deactivated this and now it works without any code mods. 🙂
here is the Stack
Better_Search->set_topscore()
wp-content/plugins/better-search/includes/class-better-search.php:1006apply_filters_ref_array('posts_clauses_request')
wp-includes/plugin.php:256WP_Query->get_posts()
wp-includes/class-wp-query.php:3089WP_Query->query()
wp-includes/class-wp-query.php:3852WP_Query->__construct()
wp-includes/class-wp-query.php:3984ElementorPro\M\Q\C\Elementor_Post_Query->get_query()
wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php:68ElementorPro\M\Q\Module->get_query()
wp-content/plugins/elementor-pro/modules/query-control/module.php:962ElementorPro\M\P\W\Posts->query_posts()
wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php:73ElementorPro\M\L\W\Base->query_posts()
wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php:57ElementorPro\M\P\S\Skin_Base->render()
wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php:908ElementorPro\M\L\S\Skin_Loop_Base->render()
wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php:123Elementor\Skin_Base->render_by_mode()
wp-content/plugins/elementor/includes/base/skin-base.php:79Elementor\Widget_Base->render_content()
wp-content/plugins/elementor/includes/base/widget-base.php:633Elementor\Widget_Base->print_content()
wp-content/plugins/elementor/includes/base/widget-base.php:776Elementor\Element_Base->print_element()
wp-content/plugins/elementor/includes/base/element-base.php:483Elementor\Element_Base->print_content()
wp-content/plugins/elementor/includes/base/element-base.php:1422Elementor\Element_Base->print_element()
wp-content/plugins/elementor/includes/base/element-base.php:483Elementor\Element_Base->print_content()
wp-content/plugins/elementor/includes/base/element-base.php:1422Elementor\Element_Base->print_element()
wp-content/plugins/elementor/includes/base/element-base.php:483Elementor\C\B\Document->do_print_elements()
wp-content/plugins/elementor/core/base/document.php:1875Elementor\C\B\Document->print_elements()
wp-content/plugins/elementor/core/base/document.php:1800ElementorPro\M\T\D\Theme_Document->print_elements_with_wrapper()
wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:412Elementor\Frontend->get_builder_content()
wp-content/plugins/elementor/includes/frontend.php:1158Elementor\C\B\Document->get_content()
wp-content/plugins/elementor/core/base/document.php:1249Elementor\M\L\D\Library_Document->get_content()
wp-content/plugins/elementor/modules/library/documents/library-document.php:76ElementorPro\M\T\D\Theme_Document->get_content()
wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:158ElementorPro\M\T\D\Theme_Document->print_content()
wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:173ElementorPro\M\T\C\Locations_Manager->do_location()
wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php:364ElementorPro\M\T\C\Locations_Manager->ElementorPro\M\T\C\{closure}()
wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php:240Elementor\M\P\Module->print_content()
wp-content/plugins/elementor/modules/page-templates/module.php:207
- This reply was modified 1 year, 10 months ago by Nolibert.
Hi Ajay,
here you go:
https://ibb.co/6FHRYwy
https://ibb.co/zXy96g1
https://ibb.co/8BFtry2
https://ibb.co/9rzP7K3The Site is using Elementor for the styling of the search results which works fine when meta fields are not enabled.
Thanks!
hi,
I would like to limit the cards that are accepted to visa and Mastercard. I couldn’t find a option in the backend, is there a filter that can be used to do this? Thank you 🙂
Same behaviour here, product bundles and the products in them are not beeing shown on the invoice and other documents!
Forum: Plugins
In reply to: [The Events Calendar] Issues with translationbump, same issue with List and Month translation in German
Got the same problem, for me the items are hidden but present in html source and there is a js error:
Uncaught Error: Option ‘multiple’ is not allowed for Select2 when attached to a <select> element.
js part that throws this problem:
n.addClass(“pumselect2-initialized”).pumselect2(e),
null != t ? e.multiple && “object” != typeof t && “” !== t ? t = [t] : e.multiple || “” !== t || (t = null) : t = null,
i && r && null !== t && (“number” == typeof t || t.length) ? o.ajax({if i remove the display:none from source and enter a condition it forwards me to the posts overview page without saving data.
Forum: Fixing WordPress
In reply to: WordPress Admin Bar gets displayed in RSS Feed – RSS Feed emtpyTried that. The only thing that changes is that the admin bar doesnt get displayed in the rss feed after i deactivate wp minify, rss feed is still empty after all plugins got deactivated. I also activated the twentytwelve theme to test if the theme has anything to with it. No luck so far 🙁