Two lines with link and span in h1 tag – Shopify
I have a shopify store, in the first line of my title of the product, I have an internal link to the vendor page, in the second line there is the product title. I read it's valid to put two…
I have a shopify store, in the first line of my title of the product, I have an internal link to the vendor page, in the second line there is the product title. I read it's valid to put two…
I am trying to delete a user based on user input in a modal form, but I am unable to do that. There is no error message in the console. Since I have started learning very recently, I am unable…
This is in regards to the Shopify Debut theme! So my main nav has two links, About us and Shop. When one clicks on Shop, one is directed to "https://myshop.com/collections". At this stage the Shop link gets the class site-nav--active…
Hi, I have written a webSite on Shopify and I want to disable my button and add some customs CSS class to my input if the input is not filled on my 4steps form. I've written a piece of code…
What I'm trying to do is display a menu in my Woocommerce shop's sidebar with the current product category name and current categories children. If the product category has no children, then it should display the parent category and parent…
I'm trying to remove a specific tag from array that has a specific value from a WordPress Woo commerce site. When I run the code in Stackoverflows code snippet the jquery executes and works as expected, but on the site…
I am working on a Shopify template for someone and am still learning both liquid and HTML, javascript really. I am struggling to align the logo on this page... https://phoenixapparel.co.uk/password At the moment I am using inline style tags to…
I am using on of the Widgets included with WooCommerce called Filter products by attribute. I created a widgetized area on the category page in my Storefront-child-theme functions.php (see code below). But when I filter by attribue size M for…
I have this class , I need to change direction from rtl and ltr how can I do that using css ? <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet"/> <div class="services" > <div class="row" > @foreach($services as $service) <div class="col-xs-6 col-sm-3"> <div class="item"> <div…
I got totally lost. Ive tried to make some Image Upload function in PHP and everything works fine. Because i dont want the whole Page to reload, when uploading a File i wanted to use AJAX with Jquery, to send…