#39438 closed defect (bug) (invalid)
Issue: Every links in customize page have changeset_uuid
Reported by: | behzadg | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
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.
@behzadg the query parameters like
customize_changeset_uuid
andcustomize_messenger_channel
are 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_channel
param 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_uuid
query param, then the requested URL will show the changes that are saved in the database when you hit “Save & Publish”. When thecustomize_changeset_uuid
is present, then it uses the changes that were made in a given customizer session.Can you elaborate on the issue you're facing?