Hello! I still can not understand why i can see NULL on multiple pages. My link is https://www.urbanbloom.cz/
In my previous topic i found a workaround to cover null in header and footer, but its not a solution any way. Also i can see on page https://www.urbanbloom.cz/en/pages/doruceni-kvetin-v-praze null in the middle of the screen, when i am checking the code in google chrome, i can see that this is some kind of script:
Flowers delivery in Prague
| |
Also when i am checking theme liquid i can see that null comes from pDescription and this variable is not setup, and i have no idea how i should do that:( or may be i am totally wrong and its something else.
here is my theme.liquid
{%- comment -%}DemoStoreRequirements{%- endcomment -%} {%- unless settings.type_header_font.system? -%} {%- endunless -%}{% if settings.animations_enabled %}
{% endif %}{% if settings.popup–enable %}
{% endif %}{% if settings.favicon != blank %}
{% endif %}{%- unless settings.type_header_font.system? -%}
{%- endunless -%} {%- unless settings.type_base_font.system? -%} {%- endunless -%} {%- unless settings.type_navigation_font.system? -%} {%- endunless -%}{%- comment smartseo_integration_begin_meta_data -%}
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ’ %} – {{ ‘general.meta.tags’ | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ ‘general.meta.page’ | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}
{% if page_description %}
{%- comment smartseo_integration_begin_meta_data -%}{%- endcomment smartseo_integration_end_meta_data -%}
{% endif %}
{% render ‘social-meta-tags’ %}
{% render ‘css-variables’ %}
{% style %}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
background-color: var(–body-color);
height: 100%;
margin: 0;
}
body {
background-color: var(–body-color);
min-height: 100%;
margin: 0;
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
{% endstyle %}
{%comment%}{{ content_for_header }}{%endcomment%}{%include “stra”%}
{% if template contains ‘customers’ %}
{{ ‘shopify_common.js’ | shopify_asset_url | script_tag }}
{% endif %}
{% if template.name == ‘article’ %}
{% endif %}
{{ ‘gem.js’ | asset_url | script_tag }}
{% comment %}
Add the page template as a class for easy page or template specific styling.
{% endcomment %}
{{ ‘theme.min.css’ | asset_url | stylesheet_tag }}
{{ ‘font-awesome.min.css’ | asset_url | stylesheet_tag }}
{{ ‘swiper.min.css’ | asset_url | stylesheet_tag }}
{% if settings.animations_enabled %}
{{ ‘animate.min.css’ | asset_url | stylesheet_tag }}
{% endif %}
{% if settings.popup–enable %}
{{ ‘fancybox.min.css’ | asset_url | stylesheet_tag }}
{% endif %}
{{ ‘custom.css’ | asset_url | stylesheet_tag }}
{% comment %}
Cart Drawer, also used by ‘Quick View’, ‘LogIn’, and ‘Search’
{% endcomment %}
{% render ‘right-drawer’ %}
This store requires javascript to be enabled for some features to work correctly.
{% section ‘announcement-bar’ %}
{% section ‘header’ %}
{% unless template.name == ‘collection’ or template == ‘list-collections’ or template contains ‘contact’ %}
{% if settings.enable_breadcrumbs %}
{% render ‘breadcrumb’ %}
{% endif %}
{% endunless%}
{% if template == ‘index’ %}
{{ content_for_layout }}
{% if settings.popup–enable %}
{% render ‘popup’ %}
{% endif %}
{% if settings.enable_verification_popup %}
{% render ‘verification-popup’ %}
{% endif %}
{% render ‘paywhirl-main’ %}
{% include ‘mw_NCP_helper’ %}
I hope that some one will be able to help me, because i am trying to solve it for weeks:(
Best regards, Juliya


