kengurumimmitteija
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF product name usedAnything else I can try?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF product name usedI just added it, but it made no change.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF product name usedYes. So that the name of the product is the general name, not the variant product name.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Numbers not being found on searchOk, thanks for the help!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Numbers not being found on searchWe previously changed the search to relevanssi with the following:
function rlv_flatsome_search_function( $query, $args, $defaults ) {
$args[‘relevanssi’] = true;
return get_posts( $args );}
add_filter( ‘flatsome_ajax_search_function’, function() { return ‘rlv_flatsome_search_function’; } );
So is it possible to adjust that?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Numbers not being found on searchNot sure about the thousands seperator – if i search C-0,07 or just 0,07, the search works.
I added 5D to avainsanat tuotteelle. So it works a bit. If I search “5D” nothing shows, but “5D ” with a space works.
I tried to set the Indeksoitavan sanan minimipituus to 1, but guess it’s not working in the quick search?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Numbers not being found on searchI just enabled the debugging mode. Basically any product in this section applies (https://ripsikauppa.fi/product-category/kasvot-2/ripsipidennykset/valmisviuhkat/). It can be 4D, 5D, 6D. None of them work.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Numbers not being found on searchThanks for the quick response.
C-0,05 now works, but 4D still doesn’t. I changed the ‘Indeksoitavan sanan minimipituus’ setting to 1. And then added the following into the snippets as I think it instructed:
add_filter( ‘relevanssi_block_one_letter_searches’, ‘__return_false’ );
I then indexed everything again, but the search still doesn’t work with 4D.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Searching for product key wordsToimii – kiitos paljon avusta!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Searching for product key wordsTaitaa olla Flatsome child. Latasin nyt myös tuon Ajax searchin. Kuuluko sen tuloksen aueta erillisenä boksina? Eikä siinä normi hakusana palikassa?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Searching for product key wordsSe ottaa sieltä vissiin jokseenkin. Laitoin ihan ihme termin kokeillaakseni. Haku näyttää ettei ole tuloksia mut jos lyön enteriä, niin aukaisee kyseisen tuotteen.
Saako haun näkymään niin että se näyttäisi myös tuotteen nimeltään eikä vaan jos lyön enteriä?