Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #52790, comment 40


Ignore:
Timestamp:
04/30/2021 08:38:58 PM (4 years ago)
Author:
emilymoran84
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52790, comment 40

    v2 v3  
    11I hope this is the appropriate place to add this. (I'm not entirely versed in how core trac works, so please let me know if I should be starting a new ticket or placing this elsewhere). I just wanted to add that I've also found my reusable blocks are no longer in the "directory" if trying to add a new block. (I used to be able to search by the reusable block names). And I'm unable to make new ones. Here is a breakdown of what I'm seeing:
    22
     3**On the Reusable Blocks "List" page (/wp-admin/edit.php?post_type=wp_block)**
    34* My reusable blocks are still showing in the "list" page (/wp-admin/edit.php?post_type=wp_block), and I am able to go into their edit screen and see their content.
    4 * However, I ''cannot'' add them to posts or pages at all from the page or post interface
    5 * They do not come up in search and there is no "Reusable" tab in the block sidebar (Should be "Blocks" "Patterns" "Reusable") Screenshot: http://snpy.in/RMQBcp
     5* While I can access the "Edit" screen of a reusable block if going to the List of them, the "Update" button results in no action, thus making it impossible to actually edit existing blocks.
     6* While I can click the "Add New" button on the list page (new block edit screen opens  to /wp-admin/post-new.php?post_type=wp_block), when clicking "publish", it does the publish confirmation ask, then I click "Publish" again and it goes back to the first "Publish" button, never actually allowing me to publish the block
     7* I am unable to save new reusable blocks from within a post or page. Clicking the "Add to Reusable blocks" results in nothing happening.
     8
     9**Within a post or page**
     10* Reusable blocks do not come up in the block search and there is no "Reusable" tab in the block sidebar (Should be "Blocks" "Patterns" "Reusable") Screenshot: http://snpy.in/RMQBcp
    611* Existing reusable blocks already within content still seem to be displaying the reusable block's content and have something of a "ghost frame" of what should be the frame for editing them within the post they're embedded within, however the option is not present. Screenshot: http://snpy.in/H1JtpQ
    712* If I switch to code editor view, I can see the HTML for the block, and it seems (at least from one test), that I can add an existing reusable block to a post if I flip to the Code Editor view and paste in the HTML (though cannot make new reusables). Example of the HTML:
     
    1015<!-- wp:block {"ref":20311} /-->
    1116}}}
    12 * While I can access the "Edit" screen of a reusable block if going to the List of them, the "Update" button results in no action, thus making it impossible to actually edit existing blocks.
    13 * While I can click the "Add New" button on the list page (new block edit screen opens  to /wp-admin/post-new.php?post_type=wp_block), when clicking "publish", it does the publish confirmation ask, then I click "Publish" again and it goes back to the first "Publish" button, never actually allowing me to publish the block
    14 * I am unable to save new reusable blocks from within a post or page. Clicking the "Add to Reusable blocks" results in nothing happening.
    15 * While I do have the Autoptimize plugin, it is not active (I saw that for another poster, disabling that plugin fixed some issues).
     17
     18Note: While I do have the Autoptimize plugin, it is not active (I saw that for another poster, disabling that plugin fixed some issues).
    1619
    1720. Thank you!