Hi everyone,
I use ella theme. There’re only two Paragraphs on Faqs page, How to add more Paragraphs? Thanks!
website:lepeto.myshopify.com
password:brulol
Hi everyone,
I use ella theme. There’re only two Paragraphs on Faqs page, How to add more Paragraphs? Thanks!
website:lepeto.myshopify.com
password:brulol
yes, please share this section code so i will update
@KetanKumar, Of course. this is faq-template.liquid:
{% render 'breadcrumb', breadcrumb_top: true %}
# {{ page_title }}
{% if page.content.size > 0 %}
{{ page.content }}
{% endif %}
{{ 'general.sidebar.title' | t }}:
×
{{ 'general.accessibility.close_modal' | t }}
### {{ 'general.faq.need_help' | t }}
{{ 'general.faq.message' | t }}
{{ 'general.faq.contact' | t }}
{% if section.settings.show_faqs_1 %}
### {{ section.settings.faqs_1_title }}
{% for block in section.blocks %}
{% if block.settings.faq_type == '1' %}
{{ block.settings.answer_faqs }}
{% endif %}
{% endfor %}
{% endif %}
{% if section.settings.show_faqs_2 %}
### {{ section.settings.faqs_2_title }}
{% for block in section.blocks %}
{% if block.settings.faq_type == '2' %}
{{ block.settings.answer_faqs }}
{% endif %}
{% endfor %}
{% endif %}
{% if section.settings.faq_text != blank %}
{{ section.settings.faq_text }}
{% endif %}
{% schema %}
{
"name": "Page Content",
"class": "page-content",
"settings": [
{
"type": "header",
"content": "Link Contact"
},
{
"type": "url",
"id": "link_1",
"label": "Messenger link"
},
{
"type": "url",
"id": "link_2",
"label": "Contact link"
},
{
"type": "header",
"content": "FAQs"
},
{
"type" : "checkbox",
"id" : "show_faqs_1",
"label" : "Show FAQs Paragraph 1",
"default": true
},
{
"type" : "text",
"id" : "faqs_1_title",
"label" : "FAQs Paragraph 1 Title",
"default": "Pre-Sales Questions"
},
{
"type" : "checkbox",
"id" : "show_faqs_2",
"label" : "Show FAQs Paragraph 2",
"default": true
},
{
"type" : "text",
"id" : "faqs_2_title",
"label" : "FAQs Paragraph 2 Title",
"default": "Theme Questions"
},
{
"type": "header",
"content": "Text on Bottom"
},
{
"type": "richtext",
"id": "faq_text",
"label": "Text"
}
],
"blocks": [
{
"type" : "question",
"name" : "Question",
"settings":[
{
"type" : "text",
"id" : "question_faqs",
"label" : "Question",
"default": "Question"
},
{
"type" : "html",
"id" : "answer_faqs",
"label" : "Answer",
"default": "
Use overlay text to give your customers insight into your brand. Select image and text that relates to your style and story.
"
},
{
"type": "select",
"id": "faq_type",
"label": "Position",
"options": [
{
"value": "1",
"label": "1"
},
{
"value": "2",
"label": "2"
}
],
"default": "1"
}
]
}
]
}
{% endschema %}
Thanks for details
It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like
[email removed] KetanKumar, Thanks, I have fixed it.
Thanks for update
Hello @Ketan !
We are having the same question - would like to add more FAQs headers, how can we do this?
Would love your help if possible.
Thanks!
Gwen
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Ketan thanks for your quick reply!
Shopify page: getwinebox.myshopify.com
Password: getwinebox
Thanks
Gwen
thanks for details sorry but i can’t see faqs page
Hi @KetanKumar it is under Discover > FAQs. I want to create more headers instead of just 2. Thanks!
It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like