Solved

Prestige Theme: use the map section in another page

jaouad12
Excursionist
16 0 11

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 ?

Accepted Solution (1)
KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@jaouad12 

great thanks

i have updated code please check

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 14 (14)

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

can you please create new map section and add this section whenever do you this 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

Hi @KetanKumar 

I have added a map section in the end of my homepage. please check: www.alixir.ma

KR,

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

great thanks i can see map section

just add this section above footer section

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

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,

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

ok if possible to add me staff account so i will check and fixed

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

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,

 

 

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@jaouad12 

great thanks

i have updated code please check

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

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!!

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

its my pleasure to help us 

yes please share new issue screenshot so i will check and update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

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

Capture.PNG

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

yes please open this page at theme customization and change content 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

@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,

 

KetanKumar
Shopify Partner
36843 3636 11978

@jaouad12 

yes please create new map section please name map2

after add this 

{% if page.handle == 'find-us' %}
{% section 'map' %}
{% section 'map2' %}
{% endif %}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jaouad12
Excursionist
16 0 11

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'...

Capture2.PNG