• Resolved bartezzini

    (@bartezzini)


    Greetings,
    I need to have a 6 column layout, is it possible some way?
    Thanks, great plugin, I use it a lot with understrap

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tschortsch

    (@tschortsch)

    Hi @bartezzini. Yes this is possible. The solution is described in the following thread: https://ww.wp.xz.cn/support/topic/custom-row-types/.
    If you have any more questions regarding the implementation of this filter feel free to ask them here.

    Thread Starter bartezzini

    (@bartezzini)

    Thank you, I find my solution putting
    wp_enqueue_script( 'script', get_stylesheet_directory_uri(). '/block-editor/block-filter.js', array ( 'wp-hooks' ), 1.1, true);
    in template (cause I’m using a child theme) and then in the block-filter.js I put your code with 6 columns

    • This reply was modified 5 years, 7 months ago by bartezzini.
    • This reply was modified 5 years, 7 months ago by bartezzini.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘6 colums?’ is closed to new replies.