Contact page doesnt show own written text

Hello,

My contact template doesnt show the text i have written. Anyone knows how to fix this?

It does show to contact form itself with standard text, but not my text. It did work before, but now somehow it doesnt work.

Link to the page:

Feedback & Klachten – Dogzoo

Text ive written and connected:

Hi @frankmoi ,

try to check if your contact page template code is showing description? You can try using the default page template.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Hello,

Im am not really home in to coding. I know some, but i dont want to make it wors.

Current code is:

{
“sections”: {
“main”: {
“type”: “main-page”,
“disabled”: true,
“settings”: {
}
},
“rich-text”: {
“type”: “rich-text”,
“blocks”: {
“heading”: {
“type”: “heading”,
“settings”: {
“title”: “Get in touch”
}
},
“text”: {
“type”: “text”,
“settings”: {
}
}
},
“block_order”: [
“heading”,
“text”
],
“settings”: {
}
},
“form”: {
“type”: “contact-form”,
“settings”: {
}
}
},
“order”: [
“main”,
“rich-text”,
“form”
]
}

@Hi @frankmoi ,

You try select default page:

Hope it can help you.

Hi @frankmoi ,

I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

I can’t see any form in your code

You can try selecting the default page:

If you have any concerns feel free to ask me!

Regards,
Ani

It doesnt solve the problem. When i select default page, it shows my written text, but not the contact form below it. I want my written text + below that the contact form.

It doesnt solve the problem. When i select default page, it shows my written text, but not the contact form below it. I want my written text + below that the contact form..

Hi @frankmoi ,

-Kindly Provide your Store Url,
-Also Mention Which Shopify theme you are using

Note: If your store is protected with ‘store Font password’ please Send it here or DM me.

If you have any concerns feel free to ask me!

Regards,
Ani

Hi @frankmoi

Can you show the code in the page.contact file?

Thanks you.

Feedback & Klachten – Dogzoo

Not sure how this design is called, its a created / editted one i bought.

{
“sections”: {
“main”: {
“type”: “main-page”,
“disabled”: true,
“settings”: {
}
},
“rich-text”: {
“type”: “rich-text”,
“blocks”: {
“heading”: {
“type”: “heading”,
“settings”: {
“title”: “Get in touch”
}
},
“text”: {
“type”: “text”,
“settings”: {
}
}
},
“block_order”: [
“heading”,
“text”
],
“settings”: {
}
},
“form”: {
“type”: “contact-form”,
“settings”: {
}
}
},
“order”: [
“main”,
“rich-text”,
“form”
]
}

Anyone has the solution? :slightly_smiling_face: :blush: :blush:

Hi @frankmoi ,

Can you show the code in the main-page file?

Thanks you

I hope you mean below?

{%- render 'breadcrumbs' -%}

{{ page.title }}

{{ page.content }}

{% schema %}
{
“name”: “Page”,
“tag”: “section”
}
{% endschema %}

Hi @frankmoi ,

Currently, I see this page has the code {{ page.content }} already. Do you have content on your website? Don’t know what you want to do right now?

Thanks you

Hello @AvadaCommerce ,

See below, this is current shown page.

What i want is, below this page, the contact form. So the text above here + contact form on 1 and the same page.

I should work, but it doesnt.

Hi @frankmoi ,

Sorry, we may not understand each other. ^^.Now you can choose contact template. Can you then send the code page.contact.json so I can preview it?, because the previous code you sent us, could be page.json and not page.contact.json. Now we will do it step by step.

No problem! Here is te page.contact.sjon code.

{
“sections”: {
“main”: {
“type”: “main-page”,
“disabled”: true,
“settings”: {
}
},
“rich-text”: {
“type”: “rich-text”,
“blocks”: {
“heading”: {
“type”: “heading”,
“settings”: {
“title”: “Get in touch”
}
},
“text”: {
“type”: “text”,
“settings”: {
}
}
},
“block_order”: [
“heading”,
“text”
],
“settings”: {
}
},
“form”: {
“type”: “contact-form”,
“settings”: {
}
}
},
“order”: [
“main”,
“rich-text”,
“form”
]
}

@AvadaCommerce

No problem! Here is te page.contact.sjon code.

{
“sections”: {
“main”: {
“type”: “main-page”,
“disabled”: true,
“settings”: {
}
},
“rich-text”: {
“type”: “rich-text”,
“blocks”: {
“heading”: {
“type”: “heading”,
“settings”: {
“title”: “Get in touch”
}
},
“text”: {
“type”: “text”,
“settings”: {
}
}
},
“block_order”: [
“heading”,
“text”
],
“settings”: {
}
},
“form”: {
“type”: “contact-form”,
“settings”: {
}
}
},
“order”: [
“main”,
“rich-text”,
“form”
]
}

@AvadaCommerce

Do you maybe have the solution for me? :slightly_smiling_face: