Code Monkey home page Code Monkey logo

fashe's People

Contributors

cristianraiber avatar giucu91 avatar puikinsh avatar sicdigital avatar stephent23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fashe's Issues

Fashe edits

I want to remove the "tags" from appearing on my product pages. I dont want the shopify tags to be visible anywhere. how do i change that?

If i press on cart tab, shows me the item twice

I'm getting some problems with cart. For example, if i add an item to cart and press on button, on dropdown menu, i see the item twice, but i add just one, in fact if i go on cart page, i get only 1 item
https://prnt.sc/t9cxot

Sometimes, when i add someting on cart, if i press on cart tab, i can't see what i added. I must refresh page to see the new cart.
https://prnt.sc/t9cytp

does anyone have a solution?

Quantity selector cart not working

Hi there,

The quantity selector on the cart page doesn't work as it should. It doesn't update the value that is listed in the select box. Also, upon clicking the 'update cart' button, the user is brought to the checkout page.

The page url: https://chickenorpasta.nl/cart

How could I resolve this?

Thanks!

Wrong Images showing for Variants

When trying to select variants for example colour, the wrong image is showing up. This is very confusing for customers..

I have also checked that in the product page the correct image corresponds however a different image shows on the product page.

I hope this can be fixed if there isnt a solution already!

thanks

Advanced tag filtering in Fashe Theme

The problem I'm having right now is related to advanced filtering in shopify theme "Fashe"

I have made certain filter groups in my store using advanced filtering by group option. But when i choose a filter in one category, I want other filters to be updated as well related to that category.

Like If i choose collection type to be of one kind, i want the collection colors to be related to those kind only. right now it shows me all the colors available in my store. If choosing one filter, it should change the values in other filters also based on the collection type.

If somebody has this issue resolved, I would be very much pleased if you help me with this.

SECOND THING

One more issue is when I select filter A, the theme gives me the results associated with that filter but when i click Filter B (filter A being selected already) the theme gives me no results instead it shows that no products matching. Somebody with this issue???

Shopify should work with AND statements. Like combined results of filter A and Filter B.

How do I close this gap? Mobile drop down menu

I don’t know which part in the code I need to change to close the gap circled in the photo I attached. Also I there any way to make the menu header smaller on mobile too? I would like it a tad bit smaller can’t find that either
3D134655-4B92-47CA-90EE-BAA2A5F1F548

How do i make my Logo Bigger and get rid of the Template by Colorlib?

Hi,

I've recently installed the theme, When i upload my logo it becomes so small. Is there away for me to make it bigger or to the size i want? also i realise that there is a wording at the bottom that says "How do i make my Logo Bigger and get rid of the 'Template by Colorlib' is there away for me to delete it?

Thank you,
Jay

Update cart not working on mobile / Ad to cart opens cart page

The update cart button is not working on mobile. It is perfect on desktop but when i change the quantity of items in mobile version and hit update cart it does nothing.

Also it is very annoying that every time I add a product from its product page to the cart, instead of just updating the cart and stay on the same page, it redirects to the cart page each time, which is very annoying and caused us to loose some sales. Is there a way to stop this from happening? This is happening both in mobile and desktop when coming from individual product pages (not from ad to cart on the catalog).

How to show featured image until a variant is selected

I have an item with blue, yellow and red variants. Each variant has an image showing the product in the corresponding colour. But then I have a fourth image that is one single image with all 3 products on. This isn't assigned to a variant, but I want my collection pages to use that fourth image. As it stands, it would use the blue image because that's first in the variant list.

Remove quantities from collection pages & sidebar

I cant find an active support forum for this that I can actually post to. How do I remove the quantities listed for each collection from /collection? Also I'd like to remove the quantities from the sidebar listings as well.

"Sold out" Badge

Products that are sold out, still have badge of "Sale" and Add to cart button.

  1. is there anyway to disable the add to cart button for sold out items?
  2. is there anyway to show "sold out" instead of "sale" badge on sold out items?
  3. is there anyway to move the badge from top-left corner to top-right corner instead?

Screenshot_13
Screenshot_14
Screenshot_15

Facing error

Liquid syntax error (line 9): Expected end_of_string but found colon in "article in blogs[section.settings.blog].articles: limit 3"

All Products on Home Page

Hello, how can I show all products in my home page? I dont have many, so I just wanted to have all 9 on the main page. I cant find anything online

Footer copyright link

Should lead to Colorlib.com, now it says:

Copyright © 2018 MassTechnologist.com. All rights reserved.

Add to cart on mobile showing cart empty

When a new item is added to the cart on mobile for the first time of the visit. So for example I am visiting my store for the first time to buy a shirt. My cart starts off empty, then I add my shirt. Then I proceed to click the shopping cart, but then I hit a bug. The shopping cart says "Your shopping cart is empty" even though there's an item in the cart? Any fix I can go into to code to iterate myself. Which file should i be looking at/what line area? Just need guidance.

layout/theme.liquid

Hello,
I've downloaded the file and upon uploading it to Shopify this message pop up. Anyone know what this means and what I need to do to fix this? Thank you!

it said > zip does not contain a valid theme: missing template "layout/theme.liquid"

Removing the categories/tags showing on the product page

There was a section on the product page that said categories but instead of showing the category it showed the tags for the product. I would still like to show only the category and no the tags but I found the piece of code to remove it completely.

Heres the code I deleted in product.liquid:

<span class="s-text8"> {{ 'products.product.tags' | t }}: {% for tag in product.tags %} {% unless tag contains '_' %} <a href="/collections/all/{{ tag }}">{{ tag }}</a> {% unless forloop.last %}, {% endunless %} {% endunless %} {% endfor %} </span> </div>

No description

Hey, for my shopify store piotrman.com i can't get any description or buy button on product pages.

Mobile Cart Unclickable when Product is added to Cart

When using Fashe on Mobile the cart function doesn’t work i.e, When I add a product into the cart and try to click on the Cart Icon. It is unclickable like an image which doesn’t redirects me anywhere. I am very frustrated and many of my customers have raised an issue about this to me.

Add to cart doesn't add Shopify line item properties

This line doesn't include any line item properties from the product form, which stops the theme from working with all product options and file upload apps, and also makes it difficult to add line item property fields within the theme.

A better approach might be to serialize the form.

Limiting the number of blog posts featured on home page

Hi, thanks for the great work. I'm trying to limit the number of blog posts featured on the homepage to 3 only. I've put in the new line of code under snippets ({% for article in blogs[section.settings.blog].articles: limit 3 %}). But I get this error on the homepage - Liquid syntax error (sections/blog.liquid line 9): Expected end_of_string but found colon in "article in blogs[section.settings.blog].articles: limit 3"

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.