No content to show
User Activity
How would I go about removing this white space under my footer? It's only a issue on a phone
I want to hide a whole theme from search engines, the theme name is qrcode, I used this code in theme.liquid {% if template contains 'page.qrcode.json' %}
<meta name="robots" content="noindex">
{% endif %}Here are some screenshots
07-01-2023
It worked like a charm thank you!
I want to change a video to a diffrent one when a user is on a phone, I tried to do it with media query and javascript but it doesn't work. I am adding the code to the theme using Custom Liquid section, it looks like this. I was testing to see if the...
06-28-2023
https://piersclo.myshopify.com
Video on a desktop Video on a mobile phone I tried to change the width and height to auto, and also to add an media query but it didn't work. <style>
.header-wrapper,
footer.footer {
display: none !important;
}
.drawer {
visibility: ...
01-10-2023
Hi!I made an 3D intro page for a clothing website it loads on my pc and all of my friends pc's and phones with Android. But on newer Iphone models it looks like this: And it should look like thisThe custom liquid looks like this:<style>
.header-wrap...
I need to add a video on the main page of the website, and a enter button on top of it, but I cannot make z-index to work. The video is working etc but I need to make the "enter" button to be on the top of everything <style>
.header-wrapper {
d...
Thank you very much, you are a lifesaver
Oh, I think that could be it, the code is on the theme.liquid, so I need to delete this code and paste it into index.json to work only on the home page?
Hi! I need to redirect a user from home page (page with countdown) to a catalog when the timer runs out. I already got the timer working and it redirects the user but the page refreshes again and again, but when I redirect user to a google.com it doe...
I need to add an countdown and text on the home page, when the timer will run out it will redirect user to a product site. I already have the code done but I need help converting it to spotify. I need it to be a home page not a new page. I am using D...