Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi TxPride,
    you are right. I can´t save changes!!!

    Try with Twenty Twelve Theme and it works, but with new Twenty Thirteen again the same problems…

    For sure they will resolve it. Waiting…

    Plugin Author Greg Priday

    (@gpriday)

    Hi davidark66, TxPride

    Widget deletion seems to be working in my development version. Page Builder relies heavily on Javascript and unfortunately other plugins can cause errors that break Javascript. So this might be a plugin issue.

    Can you both try deactivating any recent plugins you’ve added to see if this fixes the issue?

    Or, could one of you create a temporary admin account for me so I can log in and take a look at the issue for myself? You can create the account for greg@siteorigin.com

    I had the exact same problem and it flummoxed me for a little while, as I was getting no JavaScript errors.

    In the end, I realized I’d confused $this->get_field_id and $this->get_field_name in the form of a custom widget I was building, it seems that certain characters in form element name attributes can cause an issue with widget remove from sitebuilder (not tested in wp native widget section).

    Quickly fixed in my version by using $this->get_field_name(“myFieldName”) for the name attribute of the relevant form element.

    This may not be the issue here, and I can’t tell as I don’t know which slideshow widget your are referring to, but it’s certainly worth checking if nothing else comes to light

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Builder by SiteOrigin – Origami – Wont delete a widget’ is closed to new replies.