#39438 closed defect (bug) (invalid)
Issue: Every links in customize page have changeset_uuid
| Reported by: | behzadg | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Customize | Version: | 4.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Hi,
Working on my new theme in customize page and i noticed all the links inside my theme are like this:
So i tried making some changes on options then save customize page, for exmaple when i right click on logo and open link in new tab, site showing me old settings and not new changes.
Then when i removing query args from link, theme changes works fine.
Where is the problem ?!
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@behzadg the query parameters like
customize_changeset_uuidandcustomize_messenger_channelare intentionally appearing on links in the preview. In 4.7 they help ensure that the customized state is maintained as you navigate around the site in the preview. You can open such URL in a new tab and with thecustomize_messenger_channelparam removed and you can then navigate around the site with the customizations applied without being inside of an iframe at all—and this URL can even be shared with users who are not logged in for them to review.When you remove the
customize_changeset_uuidquery param, then the requested URL will show the changes that are saved in the database when you hit “Save & Publish”. When thecustomize_changeset_uuidis present, then it uses the changes that were made in a given customizer session.Can you elaborate on the issue you're facing?