If you're using any of our extensions, you'll notice it comes with a Backend module as a dependency which is required to centralise settings and ensure proper core functionality. If you're also using an Amasty extension that comes with a color picker feature attached to its settings, you might run into a conflict that looks something like this:
This happens because the Backend extension includes its own color picker which kicks in whenever a color needs to be selected. Fortunately, the resolution to this conflict is quite a simple one, so let's go over it below:
- Connect to your store via FTP/SFTP and access the root of your Magento 2 project
- Navigate to app/code/WeltPixel/Backend/view/adminhtml/layout
- Delete the adminhtml_system_config_edit.xml file
- Flush all your available caches
- Re-check the settings that require the use of a color picker
After following the steps above, you should only see the Amasty color picker being displayed. This will apply to all settings that require the use of a color picker.
Comments
0 comments
Please sign in to leave a comment.