ioicut
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Control the order of product attributes on front endThanks for your answer!
Thanks for the gif. Yes, this is basically what I want. But I have hundreds of products. So I don’t want to do it by hand, but programmatically. That is why I refered to the hook.
Is there another way to do it in bulk? Can you point me in the right direction?
Forum: Plugins
In reply to: [Tainacan] Search Block delivers inconsistent resultgreat, thanks
Forum: Plugins
In reply to: [Tainacan] Search Block delivers inconsistent resultHello again ??
My theme is based on the Genesis Framework. The URL after hitting “search” is
items/#/?search=searchword
.Your second suggestion points in the right direction.
/items
is a standard WordPress archive page and displays not the Tainacan items list.
The permalink structure is/%postname%/
.Forum: Plugins
In reply to: [Tainacan] Can’t create a filterHey,
I solved it: I installed and activated ElasticPress without connecting it to a Elasticsearch instance. This somehow blocked the filter. After deactivating ElasticPress, the filters are working just fine.
Thanks for your help!
Forum: Plugins
In reply to: [Tainacan] Can’t create a filterNo, unfortunately not.
I did both, the Permalink and the PHP modules, which are all installed, but no luck.
Maybe of interest: The filtering works on the level of collections. I can choose collections on the repository level
Forum: Plugins
In reply to: [Tainacan] Can’t create a filterOh! this might be the reason. I am working on MariaDB 5.5. Can this be such a hughe issue?
Forum: Plugins
In reply to: [Tainacan] Can’t create a filterYes, there is an error, that might be the cause…
Failed to load resource: the server responded with a status of 400 ()
/wp-json/tainacan/v2/metadata/88244?context=edit:1 Failed to load resource: the server responded with a status of 400 ()
and:
{"code":"rest_forbidden","message":"You are not authorized to perform this action.","data":{"status":401}}
I do not have a
wp-json
directory on my webserver. Did I miss something during installation?Forum: Plugins
In reply to: [Tainacan] Can’t create a filterRight, I created items with metadata.
When using taginput instead of a checklist Tainacan outputs “no options found”.