• Resolved wp1605982g2n

    (@wp1605982g2n)


    I have noticed that Tabs block do not support non-latin characters and will not generate proper markup for tabs.

    For example, if tab title is ‘WordPress” it works fine, but if it’s “Вордпрес” it fails.

    Perhaps adding an option to override tab ID by using native Anchor field would be an easy and quick fix.

    Please let me know if you plan to fix this soon. Thank you and keep up this awesome work!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author kubiq

    (@kubiq)

    Hello,

    thank you very much for reporting this issue.

    I can see the problem and I can imagine really simple solution, but it will break this block on all existing websites in the editor, so I will need to create some legacy deprecated version firstly and this is much more complicated…

    But I’m working on it and hopefully it will be soon released!

    Have a nice day,
    Jakub

    Thread Starter wp1605982g2n

    (@wp1605982g2n)

    At the moment I solved it by editing the code in block code editor. It does return “This block has unexpected content…” but it works in front end.

    Until you implement the solution ??

    Thank you.

    Thread Starter wp1605982g2n

    (@wp1605982g2n)

    Btw, ability to override the tab ID is not a bad idea at all. It can avoid potential issues like having elements with same IDs on the page.

    Plugin Author kubiq

    (@kubiq)

    Ok, I found one a little bit tricky solution, but it should work.

    Let me know, please.

    Thread Starter wp1605982g2n

    (@wp1605982g2n)

    It worked!
    Thank you for making a quick fix.

    Thread Starter wp1605982g2n

    (@wp1605982g2n)

    May I recommend another feature? In Row block, user can select gutter size. Since Bootstrap has support for both gx-* and gy-*, it would be logical to split this setting into two – horizontal and vertical gutter. From my experience with Bootstrap, it is very common to add gy-* classes, while horizontal gutter can be left default. That’s why it’s more convenient to have split gutter setting.

    Plugin Author kubiq

    (@kubiq)

    Or you can use the new Flex container controls and you can set any gap you want for the row. Use eg 40px 0 to create a vertical space between columns that will break on multiple lines.

    But sure, I can note this idea and maybe i’ll implement also this one.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Non-latin tab titles support’ is closed to new replies.