• Resolved codemonkeynorth

    (@codemonkeynorth)


    Hi,

    the meta box does not show. I can temporarily enable it but the input field is missing.

    When I reload the page, I can see the “Custom Permalinks” metabox appear briefly (without the input field) then the whole metabox disappears again.

    anybody had a similar problem and know a fix please?

    thanks
    J

    Wordpress 5.4.2
    Custom Permalinks 1.7.1
    Disable Gutenberg 2.2
    ACF Pro 5.9.0
    ACF Extended 0.8.7.2

    screenshots on github https://github.com/samiahmedsiddiqui/custom-permalinks/issues/41

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter codemonkeynorth

    (@codemonkeynorth)

    appears to be a conflict with disabling Gutenberg

    eg with these (or via code below)
    https://wordpress.org/plugins/disable-gutenberg/
    https://en-gb.wordpress.org/plugins/classic-editor/

    add_filter("use_block_editor_for_post_type", "disable_gutenberg_editor");
    function disable_gutenberg_editor() { return false; }

    if i use any of these methods, it breaks

    So i’m guessing it’s a problem with the Custom Permalinks plugin maybe expecting Gutenberg to be present?

    thanks
    J

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi @codemonkeynorth

    Thank you for reaching out to me. You are not seeing the field in the meta box because when the Gutenberg is disabled Custom Permalinks overrides the default WordPress Permalink field which shows right below the post title but in your case I am not seeing that field.

    Please check your browser console or share your browser console screenshot to verify there is no JS issue. Also, disable the Custom Permalinks plugin and check whether you are seeing the default WordPress Permalink field or not.

    Thanks and Regards,
    Sami

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @codemonkeynorth As per not getting any response, I am marking this thread as resolved. Please feel free to open a new thread if you face any issue.

    Thanks and Regards,
    Sami

    Thread Starter codemonkeynorth

    (@codemonkeynorth)

    Hi @sasiddiqui,

    this was a configuration issue with ACF Pro. Some of the Custom Fields had “Hide on screen” items set that seemed to be maybe hiding the Permalink/Slug and therefore breaking the Custom Permalinks Meta Box

    (although there does appear to be a slight rendering issue with the Custom Permalink metabox once fixed still)

    I’m not sure the specific cause exactly but I’ve detailed the setup here:
    https://github.com/samiahmedsiddiqui/custom-permalinks/issues/41#issuecomment-701708023

    thanks
    J

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi @codemonkeynorth Thank you for your detailed reply on GitHub. Let’s maintain this issue at one place and as we have more details on Github so let’s continue the discussion on Github instead of here.

    Thanks and Regards,
    Sami

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘custom permalinks input box missing / disappears’ is closed to new replies.