• Resolved bradrhine

    (@bradrhine)


    Since updating to the latest version, all of my popups are now called “Array”. When I click on the “All Popups” link on the Dashboard, they’re all listed with the title “Array” – but when I edit each one the actual title is there. However, on the front end, when a user clicks to activate a popup, the title displayed is “Array.”

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @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/

    Thread Starter bradrhine

    (@bradrhine)

    Joined this morning, actually. ??
    Thanks!

    Plugin Author Daniel Iser

    (@danieliser)

    @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?

    Plugin Author Daniel Iser

    (@danieliser)

    @bradrhine – Can you confirm if this is now fixed?

    Thread Starter bradrhine

    (@bradrhine)

    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.

    njones7

    (@njones7)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Popups Titles Are Now “Array”’ is closed to new replies.