Oct 1, 2021 9:57 PM
We have this custom html code for the footer but updating the html in the template is not updating on the frontend. Any experiencing the issue? how to resolve this?
Thanks
Solved! Go to Solution.
Oct 4, 2021 8:39 PM
I converted it to global module and the issue resolved. Thanks for the help.
Oct 4, 2021 8:39 PM
I converted it to global module and the issue resolved. Thanks for the help.
Oct 4, 2021 1:15 PM - edited Oct 4, 2021 1:16 PM
If it's not showing up, it can be one of two things:
1) Your "custom HTML code" includes custom fields, which means that if you make any changes on the backend they won't show until you update them in the editor.
2) Your old page is cached so you're getting the old version of the footer. Troubleshoot by doing the following:
If none of that works, you might have another problem and would need to better describe what you're doing to properly diagnose the problem.
Oct 4, 2021 8:34 PM
1. I updated it and still not updating.
2. I tried adding "?3333" and still not updating. But I'll try to figure out the caching.
Thanks
Oct 4, 2021 1:58 AM
Hi @josealvin ,
Are you coding with the CLI or through the design tools?
If you use the CLI to sync your code, double-check if the code is correct in the design tools. If not, you should see an error in the CLI.
If it is correct in the design tools or you code directly in the design tools, double-check the console if you do not see any errors there.
Also, check if the page you are viewing is using the correct template.
If everything above checks out, check if the cache isn't an issue. You can use the HubSpot dev chrome extension
It has a 'Bust cache' option that might help.
Oct 4, 2021 8:32 PM
I'm using the design manager > global-content-editor. Okay, I'll try the HubSpot dev Chrome extension. Thanks