<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Isotope filter with Slick Slider in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411453#M21304</link>
    <description>Genius! Thanks &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt; that worked perfectly &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;</description>
    <pubDate>Mon, 22 Feb 2021 19:09:14 GMT</pubDate>
    <dc:creator>ben-duchy</dc:creator>
    <dc:date>2021-02-22T19:09:14Z</dc:date>
    <item>
      <title>Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/410915#M21282</link>
      <description>&lt;P&gt;A bit of a long shot, but I'm hoping someone has the technical knowhow to come to the rescue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm building a new module that uses data from HubDB. To filter this data I'm using the Isotope JS library in a select list. Then to display the information I'm using a Slick Slider carousel. On the face of it, it works as it should, however when you make a new selection from the select list, it only updates one box and not the title / plot above it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a demo on codepen to help demonstrate the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/ben-spriggs/pen/ZEBydgM" target="_blank" rel="noopener"&gt;https://codepen.io/ben-spriggs/pen/ZEBydgM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You’ll see that when you drag the main box across (bottom), it does change the plot number above which works as it should. However, upon changing the site in the select list, only the main slider (bottom) info changes and &lt;STRONG&gt;&lt;EM&gt;not&lt;/EM&gt;&lt;/STRONG&gt; the plot / site above it.&lt;BR /&gt;&lt;BR /&gt;I assume it requires some custom JS code but I just don't know it!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:47:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/410915#M21282</guid>
      <dc:creator>ben-duchy</dc:creator>
      <dc:date>2021-02-19T14:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411391#M21293</link>
      <description>&lt;P&gt;Heyo &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/60000"&gt;@ben-duchy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the pen!&lt;/P&gt;
&lt;P&gt;Seems like a fun challenge for someone like &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt; .&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 17:00:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411391#M21293</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-22T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411427#M21296</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/60000"&gt;@ben-duchy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I think you might have just missed a minor detail!&lt;/P&gt;
&lt;P&gt;When you're applying your filters you should also filter the .pno slider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  …
  $('.slick, .pno').slick('slickUnfilter');
  $('.slick, .pno').slick('slickFilter', filterClass);  
  …&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using multiple selectors separated by commas is how jQuery allows you to use methods on multiple objects!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this gets ya going!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 18:10:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411427#M21296</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2021-02-22T18:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411451#M21303</link>
      <description>&lt;P&gt;Unrelated but…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FIRST!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kevin-C_0-1614020913395.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/38416iD4461097E996C51D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kevin-C_0-1614020913395.png" alt="Kevin-C_0-1614020913395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:09:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411451#M21303</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2021-02-22T19:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411453#M21304</link>
      <description>Genius! Thanks &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt; that worked perfectly &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:09:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411453#M21304</guid>
      <dc:creator>ben-duchy</dc:creator>
      <dc:date>2021-02-22T19:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411455#M21305</link>
      <description>&lt;P&gt;If &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt; follows, so do I &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ben_on_CodePen.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/38417i11EE7CC94B36538A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ben_on_CodePen.png" alt="Ben_on_CodePen.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:11:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411455#M21305</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-22T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411457#M21306</link>
      <description>&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FvoNEgCKzves%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvoNEgCKzves&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FvoNEgCKzves%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="113" scrolling="no" title="Andrew Gold - Thank You For Being A Friend (Official Music Video)" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:15:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411457#M21306</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2021-02-22T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Isotope filter with Slick Slider</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411459#M21308</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp; - I'll do the same back&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:20:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Isotope-filter-with-Slick-Slider/m-p/411459#M21308</guid>
      <dc:creator>ben-duchy</dc:creator>
      <dc:date>2021-02-22T19:20:12Z</dc:date>
    </item>
  </channel>
</rss>

