• Some new Gutenberg block types does not supported by theme. For example:
    * pullquote very different on block editor and on page.
    * button lost his style
    * cover looks very strange
    * latest posts always looks like unordered list
    and many other issues

    P.S. Twenty nineteen theme introduces support of new interesting image block align types: wide width and full width

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Thanks for reporting.

    I haven’t had time to look into Gutenberg in detail yet as I’ve been busy with other things. Will test more today.

    and many other issues

    Please tell me what they are and it will be easier for me.

    Theme Author Alexander Agnarson

    (@alxmedia)

    * pullquote very different on block editor and on page.

    That is normal as this theme adds no editor styling (yet), so it will display the default pullquote style in the editor.

    * button lost his style

    Looks like a gray rounded normal button to me, what is wrong here?

    * cover looks very strange

    In which way does it look strange?

    latest posts always looks like unordered list

    That’s how it is added by Gutenberg, like a normal ul list.

    I’ve found one issue and that is that the gallery images have a left-margin that shouldn’t be there, can be fixed with:

    
    .entry .wp-block-gallery { margin-left: 0; }
    
    Thread Starter msokolov

    (@msokolov)

    Ups. My mistake. Some plugins (webcraftic clearify) deletes some styles.
    Without plugin:

    * Paragraph – Ok
    * Heading – Ok
    * Image – Ok
    * Inline image – Ok
    * Gallery – Ok
    * Quote – Ok. But citation has same style as cite text
    * List – Ok
    * Cover – Ok
    * File – Ok. a little bit strange style of link
    * Audio – Ok
    * Video – not tested
    * Pullquote – looks like ordinary quote with big font
    * Code – strange background
    * Verse – like code: striped lines
    * Preformatted – like code: striped lines
    * Table – cannot change regular or stripes style
    * HTML – Ok
    * More – Ok
    * Button – Ok
    * Columns – Ok
    * Separator – Ok
    * Spacer – Ok
    * Page break – don’t know ??
    * Media & text – Ok
    * Embed – Ok. Not tested all types.
    * Shortcode – Ok
    * Archives – Ok
    * Categories – Ok
    * Latest coments – Ok
    * Latest post – Ok

    Theme Author Alexander Agnarson

    (@alxmedia)

    Thanks a lot for going through all the stuff – I did the same on my end.

    I see your notes on the items and will look into if I can design some parts better. Good that these things are relatively minor and there seem to be no big issues, yay. Saves me a lot of potential work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What about new Gutenberg features?’ is closed to new replies.