No content to show
User Activity
you can comment out this line from theme.liquid file<title>
{{ page_title }}
{%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
{%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}...
04-10-2025
Yes, it will stretch due to CSS applied in parent container. You can add fixed height to mobile only by using this code:@media and (max-width: 480px){
.sp-embed-player{
height: 300px;
}
}
You can remove it in the search engine listing from the Product Page backend
04-09-2025
hi @VV21 I believe Google will take whole data including price from the Product Page even you try to hide it visually on your store (unless you remove the price hard code completely)but previously someone has shared their insight here .
Hello, this could be hard coded in theme.liquid file from theme default. May I know which team you using?
Hi, Jim!You need to apply CSS code under Custom CSS settings under the Image Banner section:
Hi, the "Choose Option" button isn't clickable
04-09-2025
Hi! This is issued with how CSS is applied but for a quick fix: replace it to 'fill':#mp4Player_html5_api {object-fit: fill;}