How to categorize your GamiPress Achievement Type and use that to show specific list using JetEngine

Create your Achievement Type in GamiPress Then create a Meta Box for your category, and assign that to your post type. In this example, we’re assigning it to the “Redeem”. Next, create your JetEngine Query, and set it similar to the screenshots below. General Tab: Meta Query Tab: Then, edit your page with your page…

How to show a design if the logged-in user has less than or equal to the points you required in GamiPress

Setup in Dynamic Visibility: In the Less Than Condition, set it like this in the Field: Macros: Current user metaMeta field: In the Less Than Condition, set it like this in the Value: Macros: Current meta valueMeta field: After setting up the Less Than condition. Copy that, for the Equal To condition.

How to show a design if the logged-in user has greater than or equal to the points you required in GamiPress

Setup in Dynamic Visibility: In the Greater Than Condition, set it like this in the Field: Macros: Current user metaMeta field: In the Greater Than Condition, set it like this in the Value: Macros: Current meta valueMeta field: After setting up the Greater Than condition. Copy that, for the Equal To condition.