I’m using a “size chart” block on my product pages to display a popup, which show individual pages built for each product type in Admin. The block uses a dynamic source tied to a metafield. Everything is working as expected, except the title from the page in Admin is appearing in the popup. I’ve seen a few discussions in the community on this issue, but they’re either unresolved, or the solution isn’t working for me because the pages and/or snippets do not exist in my theme. I’m using the Effortless theme, but I cannot find any references to page.title or similar in the “main-product.liquid” section. Any recommendations on how to resolve this?
Hi @bbryan84 Could you share a product page URL to check?
Hello @bbryan84 ,
Please read the theme documentation, there you can find the exact way to config it.
btw I think the theme author uses the metafield intestinally mean you need to find it in the code and remove it.
Thanks
Could you check in popup code to appear size chart and try to remove product.handle to check if it solve this issue?
Hi @bbryan84
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
@bbryan84
Maybe this solution @PageFly-Noah will work but not a right way.
Yep that worked like a charm. Thank you!
Great but lets once confirm from @PageFly-Noah , Is this the right way ?
And what are the drawbacks of it?

