• Plugin Author Greg Priday

    (@gpriday)


    We have tested with WordPress 4.4. These a minor visual error (the Page Builder tab now says “undefined”), which we’ll fix in the next few hours, but nothing that should stop it from functioning completely.

    If you have having problems, then there are a few steps you can following.

    After doing a WordPress update it always helps to do a complete browser refresh.

    https://codex.www.ads-software.com/I_Make_Changes_and_Nothing_Happens

    It’s also possible that another plugin stopped working properly and has in turn stopped Page Builder from working. A good idea here is to disable all non-SiteOrigin plugins. If that fixes the issue, then re-enable plugins one by one until you figure out which one is causing the issue. From there we can figure out a fix, or you can notify the developer of that plugin.

    https://www.ads-software.com/plugins/siteorigin-panels/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Even after to have doing a complete browser refresh and desactivate plugins one by one, there are always problem when I use “page builder” for my translated pages… I don’t know what to do…

    Thank you for your help

    Plugin Author Greg Priday

    (@gpriday)

    It seems as if there is a conflict between Page Builder, WordPress 4.4 and WPML. We’re still trying to get hold of a copy of WPML for testing.

    Thank you, fine, keep us informed when you have the information

    Many thanks, but Page Builder still not work for Custom Post Types.

    Sorry – my mistake – I have not activated the Custom Post Type in Settings – sorry for that.

    Plugin Author Greg Priday

    (@gpriday)

    Hi ww_hoax – if you’re having a WordPress 4.4 specific issue you can post here. For everything else, please start a new thread so we can keep things organised. The answer to your question is here though – https://siteorigin.com/thread/why-cant-you-use-this-plugin-with-custom-postspages/

    sorry – it was my mistake. The custom post type was not activated in my local test environment. Your plugin works perfectly on active sites. Sorry again and thank you for your excellent work.

    Hi Greg,

    Just a heads up. I’ve download and installed the 2.2.2 update released today. According to the changelog, this includes a fix for the “undefined” tab bug, but I’m still seeing it. I’m not using WPML.

    Hey Greg,

    It’s working now. Must have been a caching issue. Thanks for the quick fix.

    Hi Greg,

    It seems there is some conflicts on WP 4.4 in my site.
    I got several Warmings in my blog section like this:

    Warning: Invalid argument supplied for foreach() in […]

    I could manage that issue googling and changing the code line by line.
    It seems that something is wrong on foreach() arguments so it has to be past through array()

    I solved this in two different ways adding array() on foreach() arguments like this:

    foreach ((array)$values as $value) {
    // …
    }

    And this:

    if (is_array($values)) {
    foreach ($values as $value) {
    // …
    }

    Now my problem is solved. I just wonder if this was a issue for more people.

    Many Thanks for your consideration.

    Hi Greg,

    I saw a thread from over a year ago where you assisted someone having difficulty with page builder content being picked up by Yoast SEO. I read the thread, but was not completely certain on how to rectify this. As of right now, the pages I have developed through page builder do not appear for Yoast SEO to recognize it. I receive messages that there is no content, etc…
    I would greatly appreciate your help on this.

    Greg

    Plugin Contributor alexgso

    (@alexgso)

    Hi geb208,

    This is a general Yoast issue. Currently, it’s a widespread problem for plugins that interface with the editor. Please refer to the this thread for our official statement on this matter.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘SiteOrigin Page Builder and WordPress 4.4’ is closed to new replies.