Home>Support>How to disable thumbnail generating by Page Builder

How to disable thumbnail generating by Page Builder

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

I noticed that PageBuilder has set of custom thumbnails with the following sizes:

272x...
768x...

is it possible to disable this?

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

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

    Hi Design4life,

    Hm, that’s odd. I can only find the first image size and that’s for sow-carousel-default. Can you tell me the name? If you’re not too sure how add it to a page and send me a link to it and I’ll tell you how to remove it.
    To remove it, please add the following PHP to your website:

    function siteorigin_no_image_size(){
    	remove_image_size( 'sow-carousel-default' );
    }
    add_action( 'init', 'siteorigin_no_image_size', 50 );
    

    If you need a method of adding this code, I recommend Code Snippets.

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