damian96
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Filter Everything — WordPress & WooCommerce Filters] Term Count is wrongHi Victor,
I managed to remove the AWS search algorithm, by removing the GET type_aws parameter, using the below hook:
add_filter('aws_searchbox_markup', 'add_type_aws_hidden_field', 10, 2); function add_type_aws_hidden_field($markup, $params) { $hidden_field = '<input type="hidden" name="type_aws" value="true">'; $markup = str_replace($hidden_field, '', $markup); return $markup; }Now, I wish to make the search results page work with WPML.
e.g. /?s=92&post_type=product&lang=en&product_colour=black
would be translated to /?s=92&post_type=product&lang=en&product_colour=<german_product_colour_slug>, and of course the filters too.
Is this possible with the free version, or is it included in the PRO Version of Filter Everything?Best regards,
DamianosForum: Fixing WordPress
In reply to: Resized images wont appearpanos please prove the base url of your website…
Forum: Fixing WordPress
In reply to: Resized images wont appearresized from the default resizer…
Forum: Themes and Templates
In reply to: [Enigma] 3rd slideshow image wont appearnevermind it fixed itself.
Viewing 4 replies - 1 through 4 (of 4 total)