Hi there,
I use the prestige theme for my website www.alixir.ma.
In the homepage I have a map section. But my puropose is to create a d page called ‘Where to find us’ and fill it with the ‘Map’ section. Unfortunately, the prestige theme allow using the map section only in the homepage.
Any way around this restriction ?
@jaouad12
can you please create new map section and add this section whenever do you this
Hi @KetanKumar
I have added a map section in the end of my homepage. please check: www.alixir.ma
KR,
@jaouad12
great thanks i can see map section
just add this section above footer section
Thank you @KetanKumar
But my problem is that I would like to add the map section in another page. For example, how can I add map section in this page https://www.alixir.ma/pages/about-alixir
I guess this needs some coding…
KR,
@jaouad12
ok if possible to add me staff account so i will check and fixed
Hi @KetanKumar ,
I have granted you necessary permission, please I would like the map to be accessible in this page:
https://www.alixir.ma/pages/find-us
KR,
@jaouad12
great thanks
i have updated code please check
Hi @KetanKumar
Thank you so much for your help. Indeed, I can see the map section in the find-us page. I will try to do the same to add a second map section in the same find-us page (because our products are available in two different locations.
Thank you so much!!
@jaouad12
its my pleasure to help us
yes please share new issue screenshot so i will check and update
Hi @KetanKumar ,
I have included a second map section in the homepage. I would like all maps created to be systematically added to the this page: https://www.alixir.ma/pages/find-us
@jaouad12
yes please open this page at theme customization and change content
@KetanKumar
Actually, I would like both maps to be seen on the find-us page.
I’ve seen that you have added this code in the page.liquid code
{% if page.handle == ‘find-us’ %}
{% section ‘map’ %}
{% endif %}
My question is what code should I add for the second map to appear ?
KR,
@jaouad12
yes please create new map section please name map2
after add this
{% if page.handle == 'find-us' %}
{% section 'map' %}
{% section 'map2' %}
{% endif %}
Hi @KetanKumar
This is exactly what I tried to do but unfortunately it does not work because when I create a second map section I have no choice of changing its name. Both map sections are labelled ‘Map’…
If you’re managing multiple locations and want a simpler solution (without duplicating theme sections), I built IzyMaps to handle this exact use case. It lets you add unlimited store locations to any page, auto-detects the nearest one for visitors, and avoids manual theme edits.
Full disclosure: I’m the developer, but it’s designed for themes like Prestige—free tier available if you want to test it. Happy to answer questions if you’re exploring alternatives to custom coding!