Git Product home page Git Product logo

recently-viewed-section-dawn's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m Michael Myers
  • ๐Ÿ‘€ Iโ€™m interested in Web Development and Shopify Development
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on creating web applications, Shopify themes, and websites
  • ๐Ÿ“ซ You can reach me by email, Twitter, Instagram, YouTube

recently-viewed-section-dawn's People

Contributors

devmoek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

recently-viewed-section-dawn's Issues

Not firing....

Hi, we're just getting a single empty return, with no data so we're just seeing a Shopify blank holding image. I think it may be to do with the jquery.product.min.js. You reference it as both jquery.product.min.js and jquery.products.min.js but also i cannot see anywhere this is being called? I have created both but no improvements...

You can see the output here:

(https://z6lfw7zuy26sm016-14918036.shopifypreview.com/collections/shop-all)

Screenshot 2022-12-01 at 20 02 11

Thanks, Dave

Add possibility to change text align of the section heading

Here's the code

<div class="recently-viewed-wrapper">
    <h2 class="{% if section.settings.heading_position == 'left' %}
      text-left
    {% elsif section.settings.heading_position == 'center' %}
      text-center
    {% elsif section.settings.heading_position == 'right' %}
      text-right  
    {% endif %}">
      {{section.settings.heading}}</h2>
    <ul class="recently-viewed-grid">
    <!-- Recently viewed products will appear here -->
    </ul>
</div>
  {
    "name": "Recently Products",
    "settings": [
	{
	   "type": "header",
            "content": "Heading"
	},
        {
          "type": "text",
          "id": "heading",
          "default": "Recently Viewed",
          "label": "Text"
        },
        {
           "type": "select",
            "id": "heading_position",
	    "label": "Text align",
             "default": "center",
          "options": [
          {
            "value": "left",
            "label": "Left"
          },
          {
            "value": "center",
            "label": "Center"
          },
          {
            "value": "right",
            "label": "Right"
          }
        ]
	  }
	]
  }

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.