EcomGraduates
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-08-2024 02:01 PM
Topic Started
2
Topics Started
Topic Solutions
48
Solutions
Post Count
588
Posts
Post Kudos
76
Likes

Community Badges

We are excited to announce the launch of our own Shopify theme, Ecomify. We have invested a significant amount of time and effort into creating this theme and we are continuously working on adding n...
No content to show

User Activity

as long as your password page is .json you can add in any section  you have available 
this  can be  handled through the   search and discovery app but would need code  to allow the  the related  or complementary product  in the theme  editor    
you can detect the end of a session on a storefront by using cookies and tracking the user's activity on the website.Session TimeoutInactivity TimeoutPage UnloadCookies
this is an example    {% unless block.settings.slide_link == blank %} <a href="{{ block.settings.slide_link }}" class="carousel-item-link"> {% endunless %} and then create the setting schema  for this 
here is an example   .collection-list--featured { background-color: beige; }
you can use CSS media queries to display different images depending on the screen size of the device accessing the site. example/* Mobile logo */ @media (max-width: 767px) { .site-logo { background-image: url('path/to/mobile-logo.png'); /* ...
this is by shopify  and states that there is  another file with that  name  so they  generate a unique one   
make sure there are no other added apps  from  your app settings  in the theme editor  
In your Shopify admin, go to Online Store > Themes > Customize.In the theme editor, click on the "Header" section.Click on the "Navigation" dropdown menu and select "Main menu".Under "Menu items", locate the "Search" item and click on the three dots ...
In the theme editor, click on the "Sections" tab.Find the "Featured collection" section and click on it to open the section settings.In the section settings, click on the "Image" dropdown menu and select "Custom".Click the "Select image" button and c...
First, create a metafield for your product. You can do this in the Shopify admin by going to the product page, scrolling down to the "Metafields" section, and clicking "Add a metafield".In the metafield editor, enter a name for your metafield (e.g. "...
To hide a section on mobile but keep it visible on desktop, you can use CSS media queries to target specific screen sizes. Here's an example of how you can hide the section  /* Hide the section on mobile */ @media screen and (max-width: 767px) { ...
Assuming that you are referring to a specific website and want to modify the layout of the product page, one possible solution could be to use media queries in CSS to adjust the position of the "Add to cart" button based on the screen size. Here's an...
Yes, it is possible to have menu items in your Shopify store open in a new tab. Currently, there is no option to select the target to blank when creating menu items in the Shopify admin panel, but you can use a workaround by adding some custom code t...
You can use a third-party app called "Product Options" to create a bundle or package product with two separate products as options.
This widget could not be displayed.
This widget could not be displayed.
Likes given to