<?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: Flip tile once selected in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/276496#M12709</link>
    <description>&lt;P&gt;Hi Jenny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the feedback and additional links.&lt;/P&gt;&lt;P&gt;I will have a look through them and see what I can apply to our website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 09:21:46 GMT</pubDate>
    <dc:creator>CandiceLloyd</dc:creator>
    <dc:date>2019-06-21T09:21:46Z</dc:date>
    <item>
      <title>Flip tile once selected</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/274336#M12644</link>
      <description>&lt;P&gt;"I'm wondering if we can change the functionality of a page. Ideally, the page would have the events organized in tiles of three horizontally. The front of the tile would have the graphic, title, and date of event. After the tile is clicked on, it flips over without the page changing and additional write up and details are on the flip side (including link to register).Maybe not load it... but have a link to it as well as the detailed description of the event that is already listed?? Not load the event... but have a link to it as well as the detailed description of the event that is already listed??"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I go about implementing this?&lt;/P&gt;&lt;P&gt;This is not something I have done before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any help and feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 10:56:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/274336#M12644</guid>
      <dc:creator>CandiceLloyd</dc:creator>
      <dc:date>2019-06-10T10:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flip tile once selected</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/275620#M12649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61109"&gt;@CandiceLloyd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to setting something up like &lt;A href="https://www.w3schools.com/howto/howto_css_image_overlay.asp" target="_blank" rel="noopener"&gt;this&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/202"&gt;@AJLaPorte_diagr&lt;/a&gt;&amp;nbsp;helped a user with a similar request in &lt;A href="https://community.hubspot.com/t5/CMS-Development/Need-help-creating-CSS-for-hover-functionality/m-p/182070" target="_blank" rel="noopener"&gt;this thread&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is another &lt;A href="https://community.hubspot.com/t5/CMS-Development/Need-help-with-hover-effect-on-overlay/m-p/34577" target="_blank" rel="noopener"&gt;conversation&lt;/A&gt; on the Community discussing the same thing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are looking to create something else, please let us know. The more details, screenshots and links (including examples) that you can share, the better the Community can assist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;BR /&gt;Jenny&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 20:42:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/275620#M12649</guid>
      <dc:creator>jennysowyrda</dc:creator>
      <dc:date>2019-06-17T20:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Flip tile once selected</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/275627#M12651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61109"&gt;@CandiceLloyd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this codepen that may be a good start to helping you get the basic card flipping down:&amp;nbsp;&lt;A href="https://codepen.io/Zacaree/pen/ZvQjOG" target="_blank"&gt;https://codepen.io/Zacaree/pen/ZvQjOG&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essentailly they are using JS to toggle a class on the card with the onclick event. You could use this as a base and then add in the HubL for the events. How you choose have the events generated would be up to you. You could do this one of two ways:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;Manually through a repeating group in a custom module. You could then use a page selector in the module to allow them to link the "More Info" button on the back of the card to another page either on the CMS or externally. Note: doing it this way would mean that when an event is over, you would most likely have to go in and manually delete the event card.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;(Recommended) Using HubDB to generate the events and list them out. Using the Dynamic pages with HubDB would allow you have the ability for them to click a button in the info part of the card and be redirect to a page with more details on it. The benefit of this is the ability to add parameters on the items that would be pulled in so you could have past events be skipped from pulling onto the page.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information on HubDB, see here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://designers.hubspot.com/docs/tools/hubdb" target="_blank"&gt;https://designers.hubspot.com/docs/tools/hubdb&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb" target="_blank"&gt;https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For info on using repeating fields see here:&lt;BR /&gt;&lt;A href="https://designers.hubspot.com/docs/modules/repeating-fields-and-loops" target="_blank"&gt;https://designers.hubspot.com/docs/modules/repeating-fields-and-loops&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps point you in the correct direction!&lt;/P&gt;
&lt;P&gt;-----------------------&lt;BR /&gt;AJ LaPorte&lt;BR /&gt;&lt;A href="https://www.wearediagram.com" target="_blank"&gt;www.wearediagram.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 20:56:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/275627#M12651</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2019-06-17T20:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flip tile once selected</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/276496#M12709</link>
      <description>&lt;P&gt;Hi Jenny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the feedback and additional links.&lt;/P&gt;&lt;P&gt;I will have a look through them and see what I can apply to our website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:21:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/276496#M12709</guid>
      <dc:creator>CandiceLloyd</dc:creator>
      <dc:date>2019-06-21T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flip tile once selected</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/276497#M12710</link>
      <description>&lt;P&gt;Hi AJ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is perfect thank you, so much information which will be incrediably useful!&lt;/P&gt;&lt;P&gt;Thank you for all your effort and going into detail, I am positive that I will be able to use something from which you have provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Candice&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:23:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Flip-tile-once-selected/m-p/276497#M12710</guid>
      <dc:creator>CandiceLloyd</dc:creator>
      <dc:date>2019-06-21T09:23:49Z</dc:date>
    </item>
  </channel>
</rss>

