@bradrhine – Eek, sorry to hear that. It sounds like an edge case for sure but I just got up from a much needed power nap and will take a look at what could have caused that.
If you can join our Facebook group I can send you a patched copy to test prior to pushing out another update.
https://www.facebook.com/groups/1142808119159311/
Joined this morning, actually. 🙂
Thanks!
@bradrhine – Awesome, I am online and will be active most of the day to ensure the rest of this update rolls out smoothly, so if your on there start a new thread and we can get this worked out more quickly.
Can you check your php error logs as well just in case?
@bradrhine – Can you confirm if this is now fixed?
Just installed the latest version, and I’m still seeing “array”. I’ve worked around it for now by setting the title to font-size zero px and displaying the title manually.
I am also having this issue
I think I found the underlying issue in this line in the Popup.php class.
98: $this->get_meta( 'popup_title' );
get_meta will return an array if a post has multiple values with the same key.
How exactly a pop-up ends up with multiple popup_titles I don’t know, but since multiple people are having the issue it might be worth safeguarding against this possibility.
For my own sites I will resolve it for now by removing any extraneous popup_title values.