Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi all,
I am a web developer and I am having a problem finding the code powering the switch logic for the plugin switching between the classic and page builder interfaces. When switching back and forth, I want to add functionality to the plugin to make it recgonize generated content and restore it to it’s proper node. Can someone please point me to the correct files? Thank you!
Hi Marc,
Before I forward this to the development team I need to know why you would want to do this? The wording is actually incorrect and is being changed in the next version. It actually should say revert. As in, you shouldn’t switch unless you have a good reason.
Hi Alex,
I have already provided an alternative solution for the company I work for.
We had a plugin that was causing a conflict with the page builder called landing pages. it was causing the data to be double – serialized. First into a proper serialized array, then serialized again into a string. I added a line of code into our landing pages plugin that checks if the array is still serialized after wp does its normal data processing and if it is still serialized, un-serialize it. This is a work-around solution for now,
but it seems to be doing the trick so far. We are using the page builder to create a series of landing pages for SEO for our platform. Please let me know if you have any further questions. Thanks for reaching out!
Hi Marc,
Okay thanks mate. I’ve forwarded this onto the development team. Hopefully you’ll hear back from them (or myself) soon with an answer.