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
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.
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.