Broken on Pods, order dependent
-
Hello.
I have been using Pods and Search & Filter together for close to a year. It has been working fantastically up until very recently. I did not changed any Search & Filter settings between now and when it last worked successfully.
This was my original shortcode
[searchandfilter post_types="model" fields="modeller,subject_type,era,propulsion_type,country,build_type,scale,model_material,model_type headings="Modeller,Subject,Era,Propulsion Type,Country,Build Method,Scale,Primary Material,Model Type types="select,select,select,select,select,select,select,select,select" hierarchical="1,1,1,1,1,1,1,1,1" hide_empty="1" order_by="name,name,name,name,name,name,name,name,name" order_dir="DESC,DESC,DESC,DESC,DESC,DESC,DESC,DESC,DESC" submit_label="Apply Settings"]
build_type (field #6) was displayed as a non-selectable list, not a drop-down.
I changed the order as follows, and model_material (again field #6) was displayed as a non-selectable list.
fields="modeller,subject_type,era,propulsion_type,country,model_material,model_type,build_type,scale headings="Modeller,Subject,Era,Propulsion Type,Country,Primary Material,Model Type,Build Method,Scale
I changed it again, thinking a different field in position #6 would fail, but this time it was subject_type (field #7).
fields="modeller,propulsion_type,era,build_type,scale,country,subject_type,model_material,model_type headings="Modeller,Propulsion Type,Era,Build Method,Scale,Country,Subject,Primary Material,Model Type
I tried one more set, and this time everything is correct.
fields="modeller,build_type,scale,model_material,model_type,subject_type,era,propulsion_type,country headings="Modeller,Build Method,Scale,Primary Material,Model Type,Subject,Era,Propulsion Type,Country
On a page (not a Pods custom post type), all of these combinations work correctly.
I hope you can help.
Thank you,
Greg
The page I need help with: [log in to see the link]
- The topic ‘Broken on Pods, order dependent’ is closed to new replies.