themecaster
Excursionist
Contact Me
Status
Offline
Last Activity
‎03-02-2021 07:36 PM
Topic Started
0
Topics Started
Topic Solutions
10
Solutions
Post Count
30
Posts
Post Kudos
19
Likes

Community Badges

No content to show

User Activity

Hi,I see a couple of potential issues. 1. Remember that the contains keyword is case insensitive (is the tag named "New" or "NEW")2. Shouldn't have to use the css directive display: none if your liquid logic is working correctly Good Luck! 
Absolutely possible to embed google doc as an iFrame. From google doc click File > Publish to the web > Pick EmbedCopy the HTML from the last step and paste it into the HTML view of a new blog page. Here is a link to the page that describes the proce...
 Hi Natalia,The property I think you are looking for is line_item.final_line_price. All of the line_item properties can be found in this doc.With that in mind here's what the code should look like:<table class="table-tabular" style="margin: 0 0 1.5em...
You can increase the bottom margin like so:<div style="display: inline-block; margin-bottom: 30px;"> 
Here you go.Insert the following code to the product-template.liquid file at line 218: <label for="deliveryDate"> Pick a delivery date </label> <div class="product-form__input">...
There is a list of variables available for use in the Order notification email that can be found here.Both {{ note }} and {{ delivery_instructions }} are available for use.{{ delivery_instructions }} works only with the local delivery option.  {{ del...
The code block you are looking for starts on line 72 of the product-template.liquid file and ends on line 130.You can delete this section of code, comment it out (as below) or maybe the simplest change is just to hide it with css.Here's is the css op...
Hi James,Here is a solution that doesn't use css. Instead, I just rearrange the div's, add a new div in the first position and move the logo HTML into the first div. Step 1. Open up the header.liquid file. The out-of-the box structure included 3 sibl...
In Debut this is a setting:Admin > Customize > Check Out Icon > Theme Settings (bottom left of page) > Uncheck Add to Cart NotificationIf you are not using Debut send a link to your store and will take a look. 
Hi Martin,Shopify allows you to set up multiple unique blogs. One way to achieve your goal would be to setup a separate 'blog' for each section.A blog in this case consists of two layouts - a list and an article. Each blog could have its own link in ...
Here's a solution:Step 1. Show hamburger menu for all screen sizes and hide the default menuAdd styles theme.liquid line 62<style>.site-header__menu{display:inline-block !important;}#AccessibleNav{display:none !important;}</style> Step 2. Resize the ...
Here's a simple solution that enables the mobile menu for all screen sizes.Step1. Add css to make the mobile (hamburger) menu always visible and hide the default navadd the following style to line 62 of theme.liquid <style>.site-header__menu{display:...
Hi Matt,You're in the right place to change the alert bar color for an out of the box Debut theme. In this case, another css style is taking priority.A good trick to use to determine what css style is driving the output is to use developer tools in c...
The announcement bar background style is managed in a section starting on line 23 of header.liquid.  The background-color attribute is the style in .annoucement-bar that you are looking for.Here's the snippet of the code to help you get oriented:... ...
Hi LB:This is possible. The code below adds the Attendee's Name and Attendee's Email will appear below the product title and quantity for each line item on the Order Confirmation Email.Step 1. Open the Order Confirmation template: Settings > Notifcat...
This widget could not be displayed.
This widget could not be displayed.