Edgywebsites
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎09-16-2024 04:42 PM
Topic Started
2
Topics Started
Topic Solutions
2
Solutions
Post Count
25
Posts
Post Kudos
35
Likes

Bio: We design and build Shopify stores that not only ensures performance but also excels in conversion while adapting with your ever-evolving needs.

Community Badges

No content to show

User Activity

It's not loading on desktop either. It probably 'looks' loaded for you as you may have that font installed on your computer locally. Try this solution I posted a while ago:https://community.shopify.com/c/shopify-design/why-isn-t-my-font-face-displayi...
Easiest way to fix this would be add the following style rules to your CSS file. Go to online store > themes > actions > edit code >theme.cssadd this code at the end of the file. Go to line 18691 or find the following rule:.site-navigation .navmenu-s...
It could be within a section of the product page. If your product page template is a JSON template then you won't be find it there as it's simply a template specifying the sections that make up your product page. I'd recommend you seek professional h...
Yes, the JSON scheme is most likely being generated using a template. You'll need to update that template and it'll apply for all the products given that it's the default template for the products. 
Hi, To achieve this, you'll have to remove all the pricing data form the product schema and for the price within the product page, only show it for logged in users. 
You can follow the steps below to fix this:On your code editor, open section-image-banner.css.Go to line 162 and replace it with the following:height: calc(100% + 2px); Save the file. This should solve it.
Yes, it is possible via CSS, but it requires a good CSS knowledge that requires adjusting CSS rules targeting multiple elements. I've linked  a quick demo below, but you will also need to cater for desktop view and add a separate set of style rules f...
Hi EasifyApps,  From your screenshots, it looks like it's just chrome opening the PDF in a new tab. That's the default behaviour, isn't it? Thanks,S
Thanks for your reply. The problem is in the js fallback option where it utilises pdfjs and that itself is a library of it's own. In the example it points to a viewer.html file which acts as a reader. This is where I strugged.
Yes, doesn't work on mobile version of chrome. I think the js solution is the only one that works. 
What I usually do is export the CSV as it is, and then delete the variants from admin panel normally and export the CSV again. This way I can compare the before and after CSV. And then go ahead an make necessary to the CSV as per the 2nd CSV.  Hope ...
Hi guys, I'm trying to embed a PDF file within a page so that it doesn't need to be downloaded to be viewed. I tried js fallback from PDFobject.com but can't seem to make it work as it needs a JS URL to a html page for JS fallback and can't install t...
You cannot do this natively in Shopify. I recommend you the app that I have used in past. Works well. Please have a look.https://apps.shopify.com/excel-export-import Best, S
Hey Paul,  Actually, I think you're overthinking it. I just got it to work with a simple solution. I created a section that I can use within the metafields template. The code within that section is as follows:{% assign current_author = metaobject.ful...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.