Home>Support>Row background Color Editor disappeared

Row background Color Editor disappeared

I have been using Page Builder with the vantage theme and recently went to change the background color of a row. Under the design tab, under Background Color there is a sentence in italics that says “Background color of the row.” There is no way to change the color (there used to be a color box that allowed selecting different colors). I have used the editor before to change row colors, and even on those pages it has the same missing portion. I have tried using CSS to change the color, that is not working either. I have updated WordPress and Page Builder, still the same problem. Any help is appreciated.

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

  1. 6 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Mike,

    Please install Code Snippets and then navigate to WP AdminSnippetsAdd New and add the following PHP:

    function vantage_remove_legacy_row_theme() {
    	remove_filter( 'siteorigin_panels_row_style_fields', 'vantage_panels_row_style_fields', 11 );
    	remove_action( 'save_post', 'vantage_panels_save_post', 5, 2 );
    }
    add_action( 'init', 'vantage_remove_legacy_row_theme' );
    

    Click Save Changes & Activate. Are you able to access the Design settings group?

  2. 6 years, 7 months ago Mike Heinle

    Alex,

    Thanks for the reply, unfortunately there was no change after implementing your suggestion. I can access the Design settings group; but the ability to change the background color is still missing. Here is a screenshot of what is in the design tab: https://www.fasttitlelenders.com/bg-color/
    There used to be a way to change the color with a color box. I have also tried to add CSS and that has not worked. Appreciate any help.

    Regards
    Mike

  3. 6 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Mike,

    Ah. Please disregard my previous suggestion as the provided screenshot doesn’t align with what I previously thought was occurring. Can you try disabling all non-SiteOrigin plugins and see if this fixes the issue? You’ll need to clear all your caches after disabling your plugins.

    If it does fix the issue, then try re-enabling your plugins one by one until the issue comes back. This procedure will help diagnose which plugin is causing the issue.

    Once we know that, we’ll be able to look at what might be causing the conflict and either solve the problem or help you find an alternative plugin.

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