diondetovenaar
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Order search resultsHi Marta,
The titles are actually ’13’, ‘131’ enz. But if you only type in ’13’ there will be no results displayed. That is where the ‘p’ comes in. https://www.kerstpakkettenwwg.nl/winkel/kerstpakketten/drankpakketten/p13-blauw-volume-in-a-merken/ So if you would search for this product and type in p13, it comes as one of the last results. p131, p132 are on top of it.
In the config we have enabled all 3 options: search in description, search by sku, search in short description.
SKU is for example: p131-bundle, p13-bundle enz.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Order search resultsHi,
Thanks for your reply!
So for example the client searches in the searchbar with ‘p13’. Then the results will be displayed (in the same order) as followed:
139 Airfryer 75
136 Handige grl
131 Gouden kanjer
138 Trendy slowcooker
13 Blauw volume in a-merken <— That’s the one she is actually looking for.
137 Multifunctionele contactgrilIs there something to do about this?
It would be more logical if it was ordered as:
13
131
136
137
138
139
enz.But i don’t know if this is possible?
Never mind. Got it working again.
For anyone asking how come. I regenerated ‘Search table for products’ in WooCommerce -> Status – Tools
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Wrong number search resultsNever mind. I already found the issue. There was a function in the theme that changed the standard query.
I also made a function to choose a different number of posts per page. This works on every woocommerce page except the fibosearch result page.
<select onchange=”if (this.value) window.location.href=this.value”>
<option “.selected( $per_page, $value ).” value=’?perpage=$value’>$label</option>When you select an option, the whole search url gets deleted. Any idea how to fix?
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Wrong number search resultsHi Clint,
Where do you see it shows the same results? If i use the native WooCommerce searchform i get all results and pagination showing correctly.
For example: https://happy-spirit.nl/?s=agaat&post_type=product
If you search for it in the fibosearchform, it says show all 15 results and no pagination is shown.
I can buy the plugin but first i would like to know if this is (free) plugin or theme related?
You can delete this review.
Still not happy about what happened but i am aware this is out of your control.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] Security errorHere also multiple website hacked with Adwords campaignes ect.
Author should be pro-active preventing these kind of vulnerabilities or re-checking his code.
I suggest looking for other plugins.
You should inform your users that the plugin is hacked instead of waving it away by saying to update the plugin. This should not be happening in the first place.
- This reply was modified 4 years, 7 months ago by diondetovenaar.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] How to get custom field?Hi,
No problem.
For example:
https://cofex.one-sw.nl/aanbod/terkaple-friesland-c-r-de-heeren-van-terkaple/
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] How to get custom field?Hi,
Thanks for your reply. ‘Es_status’ works now. ??
For the second question.
In the plugin settings you can enter a ‘custom property name’. It replaces the title of the property in my theme. I want to show the title of the property and not a custom property name or address. See images below.
https://pasteboard.co/IyJcJSv.png
https://pasteboard.co/IyJegpy.pngProperty translated in Dutch means ‘Eigendom’.
Thanks for helping out ??
- This reply was modified 5 years, 2 months ago by diondetovenaar.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] How to get custom field?Another question, how can i show the single title instead of the required customized property name?
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] How to get custom field?I tried to get the terms list but that does not work.
<?php echo get_the_term_list( get_the_ID(), ‘status’, ”, ‘,’ ); ?>