Hello,
I read all similar threads but I couldn’t solve the problem. The problem is clear, mobile hamburger manu doesn’t work, it doesn’t react.
Please help ![]()
site: picobricks.com
Hello,
I read all similar threads but I couldn’t solve the problem. The problem is clear, mobile hamburger manu doesn’t work, it doesn’t react.
Please help ![]()
site: picobricks.com
Hello,
The error was relates to an asset called ‘Popups.liquid’
For some reason mine was empty of code.
I simply took the code from another one of my websites and pasted it in.
If you have the same issue, make sure there’s an asset called ‘popups.liquid’ and paste this code in ( not sure if this is theme specific as mine is ‘Vendor’ otherwise try and find the ID for the Div ID as per the first line of the code.
{%- if settings.enable_newsletter_popup and request.page_type == 'index' -%}
{% assign form_action = settings.newsletter_form_action %}
{%- if settings.newsletter_bg != blank -%}
{% capture newsletter_bg %}{% endcapture %}
{%- assign ar = 100 | divided_by: settings.newsletter_bg.aspect_ratio -%}
{%- else -%}
{%- assign ar = 59.21 -%}
{%- endif -%}
{%- if settings.newsletter_type == 'custom' -%}
{{ settings.newsletter_content_html }}
{%- else -%}
{{ newsletter_bg }}
{%- if settings.newsletter_popup_subtitle != blank-%}
{{ settings.newsletter_popup_subtitle | newline_to_br }}
{%- endif -%}
{%- if settings.newsletter_popup_title != blank-%}
### {{ settings.newsletter_popup_title | newline_to_br }}
{%- endif -%}
{%- if settings.newsletter_popup_desc != blank-%}
{{ settings.newsletter_popup_desc | newline_to_br }}
{%- endif -%}
{%- if settings.newsletter_service == 'shopify-default' -%}
{% form 'customer', class: 'form-newsletter position-relative', id: form.id %}
{% render 'form_status', form: form, form_id: formId, success_message: 'general.newsletter_form.confirmation' | t %}
{% unless form.posted_successfully? %}
{%- if settings.newsletter_type == 'newsletter-style' -%}
{%- elsif settings.newsletter_type == 'textbox' -%}
{%- else -%}
{%- endif -%}
{% endunless %}
{% endform %}
{%- else -%}
{%- endif -%}
{%- if settings.newsletter_type == 'newsletter-style' -%}
{%- endif -%}
{%- endif -%}
{%- endif -%}
{% render 'icon-ticksign' %}
{% render 'icon-attention' %}
{% render 'icon-close-thick' %}
{% render 'icon-information2' %}
{% render 'icon-close' %}
{%- if settings.enable_login_popup -%}
{%- if shop.customer_accounts_enabled -%}
{%- if customer -%}
- {{ 'customer.logout.title' | t }}
- {{ 'customer.account.title' | t }}
{%- else -%}
{% form 'customer_login' %}
### {{ 'customer.login.title' | t }}
{{ form.errors | default_errors }}
{% endform %}
{{ 'customer.register.title' | t | customer_register_link }}
{{ 'customer.login.forgot_password' | t }}
{%- endif -%}
{%- endif -%}
{% render 'icon-close' %}
{%- endif -%}
{% render 'render_icon', icon_name: settings.anm_loading_pp %}
{%- if settings.enable_scroll_top -%}
{% render 'icon-arrow-up' %}
{%- endif -%}
Thank you,
But not working ![]()
Hi @robot_tr
I guess it has some conflict between your theme and apps in your store so I recommend you contact support of Ella theme so they can help you to solve this issue