Home>Support>Pagebuilder not loading front-flex css

Pagebuilder not loading front-flex css

I cloned site from live to localhost and siteorigin pagebuilder is not working correctly. Its not loading front-flex.min.css file. Although it was loading just fine on live site. Pushed changes to same domain on live from localrepo, everything works fine.

Not working on localhost but was working on live. Then I moved it to new staging domain and same issue that was in localhost. Even though I have updated all of the urls, still no luck.

If I map by localhost to same old live domain it works like a charm.
I ran following queries to move site from live to localhost.

UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl.com', 'http://www.newurl.com') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = replace(guid, 'http://www.oldurl.com','http://www.newurl.com');
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.oldurl.com', 'http://www.newurl.com');
UPDATE wp_postmeta SET meta_value = replace(meta_value,'http://www.oldurl.com','http://www.newurl.com');

The problem it creates is place all of the buttons in single column full size. One button per row. But in visual post there are 2 or 3 buttons in one row.

wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.10.1

Issue: https://imgur.com/a/AfbzqEi

correct format: https://imgur.com/a/8AyMzE2

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 5 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Muhammad,

    The provided SQL can cause issues so we recommend not using it as it can break serialized data. Instead, I recommend using a migration plugin (such as All-in-One WP Migration) that handles updating the URL automatically or using a search and replace plugin (like Better Search and Replace). This may be the cause of the issue you’re facing now. Can you please install Better Search and Replace and run a search and replace for the old domain? I know you’ve already done one, but there are certain links that your SQL won’t catch while this plugin will.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More