Jul 18, 2019
Hello Team, As most of the shopify users might be knowing that in default or free theme there is no default functionality for wishlist. So want to let you know that we have created an appli...
No content to show
User Activity
10-18-2024
Hello @Krish9870 To achieve your goal of displaying the price per kg while allowing customers to add only multiples of 25 kg to the cart in your Shopify store, you can follow these steps: You'll need to edit you the main-product.liquid file Modify t...
Hello @Ayesha92 To add additional buttons such as "Events" or "Workshop," you will need to modify the image-banner.liquid file.Locate the code for the "Shop Now" button within the image-banner.liquid file.Duplicate this button code and place the copi...
Hey @abailea077 Here's a basic example of how you can set up a button to download a PDF file:<a href="https://yourwebsite.com/path/to/yourfile.pdf" class="button" download>View PDF</a>If you want to add some style to a button add below code.<a href=...
09-02-2024
Hey @PK2023 The issue you're experiencing might be due to how the link or the tag is being processed in the product-item snippet. Here are a few things to check and try:1. Check Z-Index and Overlapping Elements2. Ensure Tag Logic is CorrectYou can te...
09-02-2024
Hello @frankie93 To add your logo to the footer and adjust the alignment of the quick links and "get in touch" sections in the Debutify theme, follow these steps:1. Add Your Logo to the FooterGo to your Shopify admin, then navigate to Online Store > ...
09-02-2024
Hey @lunalucenteskin Could you please share the URL of the product that features the product recommendation grid? This will allow us to identify which apps are being used to display the recommendations? Here are some list of product recommendation ap...
09-02-2024
Hey @freshherbsalt Offering free postage in exchange for email subscriptions is a great strategy to increase your subscriber list. Here's how you can approach this:1. Switching the Offer: Free Postage vs. 10% OffFree Postage: This could appeal more t...
08-31-2024
We require access to your store to check the console errors and review your theme code, allowing us to provide the best solution
08-31-2024
Go to Shopify Admin -> Online Store ->Theme -> Edit code->base.css Add the below code at the end of the base.css file. body .shopify-section.shopify-section-group-header-group.section-header {
top: 31px !important;
}
section#shopify-section-templ...
08-31-2024
Did you add the code in the right place?
08-30-2024
Hey @Fussigabor Go to Shopify Admin -> Online Store ->Theme -> Edit code->theme.liquid -> Add below code before </body> at the theme.liquid file<style>
body .collection__filters .filter-group__body {
height: auto;
}
</style>
<script>
$('.collecti...
Hello @HELDERWRLD Go to Shopify Admin -> Online Store ->Theme -> Edit code->base.cssAdd the below code at the end of the base.css file. @media screen and (min-width: 750px) {
.banner__box.content-container {
position: absolute;
bottom: 0;...
Hi @batyaJandMore Go to Online Store > Themes > Actions > Edit Code > theme.liquid > add below code before </body> @media screen and (min-width: 990px) {
.cart-notification-wrapper:is(.page-width)>.cart-notification {
left: 4rem !importa...
08-29-2024
Hello @MaxL Go to Online Store > Themes > Actions > Edit Code > theme.liquid. Add the following code inside the <head> tag: {%- if template contains 'product' -%}
<meta name="robots" content="noindex, nofollow">
{%- endif -%}
08-29-2024
Hi @Emiway Go to Shopify Admin -> Online Store ->Theme -> Edit code->theme.liquid -> Add below code before </body> <style>
body, * {
cursor: url('https://cdn.shopify.com/s/files/1/1779/2423/files/Halloween_Broomstick.png?v=1696249673'), auto !i...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
556 | 08-23-2024 09:27 AM | |
449 | 08-22-2024 07:20 AM | |
277 | 08-06-2024 03:04 AM | |
607 | 08-02-2024 12:52 AM | |
708 | 07-31-2024 06:56 AM |