Matrix version 5.3.4.0
Hi there,
I just updated our website global footer which is a standard page asset located in Configuration folder under Design Helpers folder (I don’t know if that’s common folder structure used by Squiz’s implementers, but that’s how mine is configured. The asset uses Raw HTML content container
This I made 3 different changes:
- Updated the link name without changing the
href
value - Updated
href
value (basically updating the asset ID in thathref
) without changing the link name - Added new menu item using
./?a=xxxx
format like other menu items
Once I published the changes, I can see #1 is reflected on the front end but #2 and #3 won’t shows correct URL but rather showing ./?a=xxx
format in the href
. It seems that the ./?a=xxx
doesn’t translate properly.
My questions are:
- Is there any waiting time before those URLs translate properly?
- Is there anything I can do to force it?
Cheers