• George

    (@quantum_leap)


    I have just installed the plugin on a fresh WP install and noticed some bugs.

    1) When using the Project Listing or Campaign Box Gutenberg blocks, the layout on the WP backend has some issues. The width is very narrow compared to the full width of the editor. Reducing the number of rows in the WooCommerce settings doesn’t solve the issue.

    View post on imgur.com

    2) The single campaign box is displayed with extra padding on the frontend. I believe that’s because you make set a fixed width of 1170px for the wpneocf-container wrapper use of the primary id and the content-area class for the container that is also used by properly written themes like a few of the default themes and the one I currently use (GeneratePress).

    View post on imgur.com

    As a result, I have to reset the classes:

    .wpneocf-container {
    	width: 100%;
    }
    
    .wpneocf-container .site-content {
    	padding: 0;
    }

    But this is not ideal.

    Also, the block has layout issues on the backend:

    View post on imgur.com

  • The topic ‘Gutenberg block and layout bugs’ is closed to new replies.