• Resolved eliana242

    (@eliana242)


    Hello,

    I am using the latest version of WordPress along with the plugin (Free Version). One of my filters is generating the following error (see attached image): https://prnt.sc/36MQlXl8K8I9

    The error only occurs when selecting any option under “Edad,” which is generated from an ACF custom field. Strangely, the “Sesiones” filter—also created from an ACF custom field—does not produce this issue.

    I have added the page with the filter so you can review the error directly.

    I hope you can help me resolve this.

    Thank you.

    • This topic was modified 4 months, 1 week ago by eliana242.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @eliana242

    Looking at the issue, it could possibly be related to the terms in the custom field. For such terms, it is better to use the value : label approach, which is provided in ACF, for example, for checkbox fields. Basically, you create a checkbox custo field, and then you first add the value, then a colon : symbol, and then the label. For example:

    1 : 8 años - 12 años
    2 : 10 años - 12 años
    3 : 12 años - 14 años
    4 : 14 años - 16 años

    Please note that you need to use a unique meta key for this custom field, one that was not used on the site previously. This will prevent mixed data types in the database.

    Best Regards,
    Victor

    Thread Starter eliana242

    (@eliana242)

    It worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.