• Hello.

    I’m experiencing an issue with WordPress 6.2 where the columns and rows in the gallery are not being applied when using Gutenberg and the Gallery block.

    Screenshot -> https://imgsh.net/a/4DqU0QI.jpg

    I asked about this on the Gutenberg Support Forum and found out that the following code included in the child theme is the cause.

    	function child_enqueue_styles() {
    
    		wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), CHILD_THEME_ASTRA_CHILD_VERSION, 'all' );
    
    	}
    	add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 );

    I made a stagging site and clean, but that didn’t solve the problem.

    Can you please tell me how to fix this issue, thank you.

    • This topic was modified 2 years, 11 months ago by seotaro.
    • This topic was modified 2 years, 11 months ago by seotaro.
    • This topic was modified 2 years, 11 months ago by seotaro.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Conflict with the Gutenberg Gallery block.’ is closed to new replies.