Page Title Not Showing On Tabs Switching From URL to Title

Hi there,

The page title is not showing on tabs, but showing URL instead. URL: comfy.com.au

WM-Screenshots-20230817231859.png

I have checked the code in theme.liquid and have the code:


{%- liquid
if settings.list_iso_rtl != blank
assign locale_iso_code = request.locale.iso_code
assign arr_list_rtl = settings.list_iso_rtl | remove:’ ’ | split:‘,’
if arr_list_rtl contains locale_iso_code
assign enable_iso_rtl = true
else
assign enable_iso_rtl = false
endif
endif
-%}

{%- if settings.favicon != blank -%} {%- endif -%} {{ page_title }} {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%} {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%} {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%} {% if page_description %} {% endif %} {% render 'meta-tags' %} {{ content_for_header }}

{% render ‘variable’ %}
{% render ‘global-style’ %}
{% render ‘global-script’ %}

@Spade011 , hope you are doing well.

it is showing fine. is there any specific page-related issue?

webwondersco_0-1692282362995.png

Thanks for your prompt response! I managed to find a solution. In case some other members are using Ella theme:

make sure to disable “Show Dynamic Browser Tab Title” in Theme Settings