I am wondering if there is anyway to add videos to the theme pages without first uploading it on youtube or vimeo. I do not want to include videos on product pages, already know how to do that. I need to be able to add videos to theme pages such as collection page etc.
Thank you, but you cannot upload a video from files on theme pages such as a collection page. It says that it needs hosting like Vimeo or Youtube but I am wondering how I can manipulate the code on Dawn theme to be able to upload my own videos somehow.
This works if I had liquid for each theme separately but I only have Json for each theme page and only a general liquid and I want to use a different video on different theme pages. Can you help me? Thanks so much!!
I don’t understand how I can do that- when I put the code in .Json, it gives me an error and there is no .liquid files for these theme pages. I have made a section named: video-test and the code I try to put in my .Json coding is: {% section ‘video-test’ %} but it keeps giving me an error.
I already have- what I am saying is I don’t want to add the video to my home page- the last step of these instructions is adding the section to the home page so the video shows on the home page but what I am trying to do is adding the videos to specific theme pages which only seem to have .Json and not .liquid
From where? I am adding the custom liquid to the actual specific page theme right now since the them pages only have .Json but when I try to put the step 3 of the guide ({% section ‘video-test’ %}) in the coding of the custom liquid section, it gives me an error that sections cannot be put inside sections. So what do I do here?