- This topic has 23 replies, 3 voices, and was last updated 6 years, 5 months ago by
David.
-
AuthorPosts
-
October 24, 2019 at 9:56 am #1043601
Tom
Lead DeveloperLead DeveloperStrange, does the option work correctly on regular pages and posts?
What if you create a custom post type using a plugin (just to test)?: https://wordpress.org/plugins/custom-post-type-ui/
October 28, 2019 at 12:03 am #1046418Matthew
hi Tom,
Thanks for your helpful suggestion,
I have installed the CPT UI plugin and the problem persists with new testing custom posts I made. Below is the question I have just put forward in their forum:
https://wordpress.org/support/topic/post-meta-not-updating/
thanks,
October 28, 2019 at 11:06 am #1047072Tom
Lead DeveloperLead DeveloperFound the issue – bug in GP 2.3.2.
Here’s the fix, which I’ve committed to 2.4: https://github.com/tomusborne/generatepress/commit/b736612964ef5b2c676fd9e0b1a64d8e4a6294ba
Thanks for pointing this out! 🙂
October 29, 2019 at 2:39 am #1047525Matthew
That’s great. Shall I wait for 2.4 release or do something with the github resource, install the fix myself, etc. Not sure of the process
Thanks,
October 29, 2019 at 9:22 am #1047961Tom
Lead DeveloperLead DeveloperYou can make those changes directly to your install if you’d like – that way you don’t need to wait for 2.4.
Let me know if you need help doing so 🙂
October 29, 2019 at 6:32 pm #1048353Matthew
Some instructions would be awesome. Also, what is the ETA for 2.4
thanks,
October 30, 2019 at 7:57 am #1048891David
StaffCustomer SupportHi there,
you would need to replace the contents of the block-editor.js file found in the
generatepress/js/adminfolder with the code provided here:https://github.com/tomusborne/generatepress/blob/release/2.4/js/admin/block-editor.js
October 31, 2019 at 7:24 pm #1050167Matthew
That worked, thanks Tom and David! (or David and Tom),
Also, regarding the placement of the GP Layout control box
For the CPT that was created from me placing a code snippet into my site-specific plug-in, the control is placed in the main body area of the post as shown below:
https://drive.google.com/open?id=123M3wTuPzQsNTwXfi9NMEGUV8U_Rs0v5
Whereas for the CPT that was created from using the CPT-UI plug-in Tom recommended to me for testing, the control is placed in the side section area of the post as shown below:
https://drive.google.com/open?id=1G7CUGeEeOpFfRvCdTGBYxNkhUAKhWWmN
Is this (a) pointing to any potential problem, and (b) could you say how I can move it to the side section which I prefer.
thanks again,
November 1, 2019 at 5:30 am #1050404David
StaffCustomer SupportGlad we could be of help.
No issue where the meta box is placed.
If you hover over the Meta box heading you should see the drag cursor appear, click and drag it over the sidebar – can be a bit fiddly something Gutenberg could improve upon. -
AuthorPosts
- You must be logged in to reply to this topic.