Why This Issue Happens:
In the Horizon new update theme (and some other Shopify free themes), when you add an app block, it is automatically wrapped inside a Section container.
This Section applies automatic CSS and admin UI styles, which may conflict with the app’s layout. As a result, app content such as FlipBooks or iframe-based apps may appear squeezed, misaligned, or broken.
This is a theme-level layout behavior, not an app bug.
How to Fix the Issue (Solution)
Please follow these steps carefully:
1. Go to Online Store → Themes → Edit code
2. Open the Sections folder
3. Find the file named apps.liquid
– If the file exists, open it and paste the provided code into it
– If the file does not exist, create a new file named apps.liquid and paste the code into it
4. Save the file
5. Go back to Theme Customization
6. Add the app block again
After completing these steps, everything should display correctly.
Summary :
– This issue is related to the Horizon / Shopify free theme layout behavior
– It is not an app bug
– Dawn, Shopify premium themes, and ThemeForest themes work without any issues
– Following the steps above will resolve the problem
If you still face issues after following this guide, please share updated screenshots and we will be happy to assist further.
{% for block in section.blocks %}
{% render block %}
{% endfor %}
{% schema %}
{
"name": "Apps",
"tag": "section",
"class": "section",
"settings": [
{
"type": "checkbox",
"id": "include_margins",
"default": true,
"label": "Include page margins"
}
],
"blocks": [
{ "type": "@app" }
],
"presets": [
{ "name": "Apps" }
]
}
{% endschema %}
Friends2a Jewellery Finder helps jewellery stores create structured multi-level filters such as:
Product Type → Material Type → Price Range
Customers can easily filter and find jewellery collections using dynamic dropdown menus.
Log in to your Shopify Admin
Go to Apps → Shopify App Store
Search for Friends2a Jewellery Finder
Click Install
Approve required permissions
⚠️ This app works based on Shopify Navigation hierarchy.
You must create a 3-level structured menu like this:
Product Type (Top Level)
→ Material Type (Submenu)
→ Price Range (Sub-submenu)
Bracelets & Bangles
→ Diamonds
→ Under £1000
→ £1000 – £2000
→ £2000 – £3000
→ £3000 – £4000
→ £4000 – £5000
→ Over £5000
You can also create:
Necklaces
→ Gold
→ Silver
→ Platinum
Go to Shopify Admin → Content → Navigation
Click Add menu
Name it: Friends2a Jewellery Finder
Add main Product Types
Drag and nest items to create Material and Price hierarchy
Click Save
Go to Online Store → Customize
Open the page where you want to display it (Home page recommended)
Click Add Section
Select:
Jewellery Finder – Friends2a Jewellery Finder
Position the block
Click Save
Inside the Theme Editor (right sidebar), you can:
✔ Set dropdown labels
✔ Enable dropdown search box
✔ Auto-open next dropdown
✔ Pre-select based on page URL
✔ Customize button style and layout
✔ Adjust spacing and width
App reads Shopify Navigation structure
Detects parent-child relationships
Generates dynamic dropdown filters
On “Search” click, redirects to selected collection page
No coding required.
If you need Support, please message us on WhatsApp. We will give you a response just in one minute. Or mail to us, Amzadhossen420360@gmail.com Or Contact Our Support Website : https://friends2a-technology.com/fhopify/contact-us/
Friends2a Jewellery Finder helps jewellery stores create structured product filters using Shopify navigation. Build multi-level dropdowns for Product Type, Material Type, and Price Range to improve product discovery. Customers can quickly find bracelets, diamonds, gold, silver, or items within specific price ranges. The app works with Online Store 2.0 themes and is fully customizable through the theme editor without coding.
Multi-level jewellery product filtering
Filter by material type and price range
Navigation-based dynamic dropdown search
Mobile responsive filter layout
Easy setup with Shopify theme editor