• Resolved dzunker22

    (@dzunker22)


    I have used the Theme assistant, and it seems to work OK, but I was testing with various mappings.

    I have a couple of different custom post types, and was testing the different ones.

    After I added a mapping, the last mapping gets used, and there is no way to select which mapping gets used with a new gallery.

    I would like to remove some of the mappings, but the delete button does not work.

    Where are the mappings data stored, so I can delete them manually.

    The page I need help with: [log in to see the link]

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

    (@dzunker22)

    Is it possible to get some feedback here?
    I have 4 mappings in the theme editor that I cannot delete or modify.
    I can create a new one, but not change ones that have already been created. I want to delete the other manually.

    Can anyone help me please?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @dzunker22,

    Normally that works ??

    What happens exactly when you try to Modify or Delete? Can you open your Developer Tools Console in Chrome and check if there are any messages?

    If another plugin is generating a Javascript error, that will also block any other scripts from working, as well as the Mapping editor.

    Thread Starter dzunker22

    (@dzunker22)

    So, I discovered that my server configuration by default only accepts the standard POST | GET | HEAD | OPTIONS http verbs.

    I recognize the DELETE needs to be added in my nginx configuration.
    Are there any other verbs that need to be added such as PUT or PATCH as well?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @dzunker22,

    I am glad you found the issue, but it’s quite unusual too ?? All those verbs are used by the WP REST API so it’s really important to have them.

    PUT is very important, because it is used to update something that exists, like a post/page in WordPress.

    PATCH is less used, but honestly, I would enable it too, just in case.

    Thread Starter dzunker22

    (@dzunker22)

    So, I made the changes to my server and it is working now.

    Thank you for pointing me int he right direction.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot Modify or Delete Mappings – Where is data stored?’ is closed to new replies.