Unable to save WeltPixel and WeltPixel Mega Menu Options under Category settings
We've occasionally received reports from Pearl Theme users who mention not being able to save WeltPixel Options and WeltPixel Mega Menu Options under Catalog β Categories in the Magento Admin.
In most cases, the save action appears to work, but the options remain unchanged.
Possible Cause
This issue seems to occur most often in stores where Products or Categories were migrated from another Magento installation. During migration, certain database entries may not register correctly, which prevents these options from saving as expected.
How to Fix
If youβre running into this problem, try the steps below:
- In your database, remove the following entries from the
setup_modulestable:
WeltPixel_NavigationLinksWeltPixel_CategoryPage
- Run the Magento upgrade command to rebuild the database entries:
php bin/magento setup:upgrade
- Reindex your store:
π How to reindex your Magento 2 store from the Admin or via SSH / CLI
- Clear the Magento Cache from System β Tools β Cache Management.
Verify the Fix
Once the steps above are complete, return to Catalog β Categories, adjust your WeltPixel Options or WeltPixel Mega Menu Options, and save again.
Your changes should now be applied correctly.
β οΈ Important: Always back up your database before making direct edits to tables such as setup_modules. This ensures you can safely restore your store if something goes wrong.
Updated on: 16/09/2025
Thank you!
