Opened 3 years ago
Closed 3 years ago
#53447 closed defect (bug) (invalid)
Menu Editor not saving changes after refresh
Reported by: | alyssachristine | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Menu customization editor is editable and then not saving changes after page refresh on site.
Steps to replicate:
- Go to Home Page and then click Customize. (See one2one-consulting.com)
- Click Edit Customization > Menus.
- Click Primary Menu to make edits.
- Add new or rearrange menu items.
- Front format for main menu navigation becomes bold.
- Click Publish to save changes.
- Ctrl+R or refresh the page, the font format does not stay.
Attempted to fix it with CSS and those edits to the main menu navigation do not stick either.
Change History (1)
Note: See
TracTickets for help on using
tickets.
@alyssachristine Hi and welcome to WordPress Trac!
This is apparently a quirk/issue with the TechUp theme, not WordPress core.
The bolder font weight (600 instead of 500) shows because the theme is not adding the
nav-menu
class with JavaScript while editing the menu in Customizer. It does run the script when loading (refresh), and that style adjustment is noticeable on the front end as the page loads.For possible style changes, I can add suggestions on your support forum topic.