Hi @neo2810
From what I saw in your export file, the rule is set to:
{
"param": "cpt",
"operator": "==",
"value": "single-events.php"
}
Where it should be something like this:
{
"param": "post_template",
"operator": "==",
"value": "single-events.php"
}
That’s why I said that it seems you have a wrong rule. Could you please check your custom location again?
Thanks 🙂