• Resolved ugohauden

    (@ugohauden)


    Hi there,

    I have created my own genesis custom block using the plugin in order to build a custom accordion. I have created the .php and .css, it is working well.

    Since that time, I have an issue while using wordpress : some fields such as ‘additional CSS class(es)’, ‘column inner max width’ are no longer editable in the block editor. Thery are still present though but the editable content is not there anymore. Same happened in genesis custom block : if I create a field with type ‘text’, that field is present but not editable… It was working well before but for some reasons, it bugs now…

    Seeems like using genesis custom blocks has made a change in the core of wordpress. I have tried to remove all the blocks created but i can’t seem to get back into normal…

    The bug does not reflect on my website but is located when I’m using block editor and happened once i have used genesis custom block.

    Any idea on where that issue is coming from ?

    thanks
    Ugo

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Luke Carbis

    (@lukecarbis)

    Hi Ugo, thanks for reporting this. Could you please post your template code?

    Do you see any error messages in the Javascript console when you insert your custom block?

    Plugin Contributor Ryan Kienstra

    (@ryankienstra)

    Hi @ugohauden,
    Hope your 2021 is off to a good start.

    Would you have a chance to answer Luke’s questions? That could help up get to the bottom of this.

    Thanks!

    • This reply was modified 3 years, 10 months ago by Ryan Kienstra.
    Thread Starter ugohauden

    (@ugohauden)

    Hi guys,

    Sorry for not getting back to you earlier, quite busy those days… I have decided to uninstall entirely wordpress and reinstall it. By that method, the bug has disappeared. The downside is that I have to redo my work :/

    FYI, here is the .php of my custom block code, nothing too fancy really… I do not believe the bug was coming from that :
    <div class=”tab <?php block_field( ‘className’ ); ?>”>
    <input type=”checkbox” id=”chck<?php block_field( ‘className’ ); ?>”>
    <label class=”tab-label” for=”chck<?php block_field( ‘className’ ); ?>”><?php block_field( ‘title’ ); ?>
    </label>
    <div class=”tab-content”>
    <p><?php block_field( ‘content’ ); ?></p>
    </div>
    </div>

    Since I do not know what caused the bug, I’ll try to stay away from using custom blocks for now and find some workaround in order not to use it.

    Let me know if you need any other information to try to find what casued the bug.

    Thanks,
    Ugo

    Plugin Contributor Ryan Kienstra

    (@ryankienstra)

    Hi @ugohauden,
    Thanks, your template code looks fine.

    If by chance you do use this plugin again and see the bug, feel free to let us know.

    Have a great rest of the week.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘bug core wordpress when using genesis’ is closed to new replies.