<?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: Website not mobile optimized - links with anchor does not work in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182968#M5273</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks man &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Much appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully it will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 18:06:42 GMT</pubDate>
    <dc:creator>Thewalk44</dc:creator>
    <dc:date>2018-03-23T18:06:42Z</dc:date>
    <item>
      <title>Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182702#M5247</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My name is Erik and I´ve bought a customized theme package from HubSpots partner&amp;nbsp; -The Hubguru. They don´t reply on any mails what so ever and i am in urgent need for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My website are now finished, but when shown on mobile&amp;nbsp;it does not work correctly.&lt;/P&gt;&lt;P&gt;I can see that the following does not work when you press the menu bar in the top right corner when using mobile phone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Link to "fornøyde kunder = satisfied customers" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Link to "om oss = about us"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Link to website: &lt;A href="http://www.thewalk.no" target="_blank"&gt;www.thewalk.no&lt;/A&gt; (mobile version).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The support team at HubSpot has been amazing throughout this whole process, but i have been told that the reason for this error,&amp;nbsp; is that the anchor link is working but the menu will not close. I need help to add a script that will close out the menu after someone clicks a link on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there someone out there that please could help me fixing these issues?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Erik.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:44:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182702#M5247</guid>
      <dc:creator>Thewalk44</dc:creator>
      <dc:date>2018-03-22T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182967#M5272</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/57520"&gt;@Thewalk44&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit your&amp;nbsp;Custom/page/Moose_Theme_2017/Moose_Script.js file and paste this at the bottom, after everything else:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$(function() {
    $('.mainmenu a[href*="#sec"]').on('click', function() {
        $('body').removeClass('mobile-open');
        $('.mainmenu .hs-menu-wrapper').slideUp();
    });
});&lt;/PRE&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;-Radu&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 17:56:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182967#M5272</guid>
      <dc:creator>RMR</dc:creator>
      <dc:date>2018-03-23T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182968#M5273</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks man &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Much appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully it will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:06:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182968#M5273</guid>
      <dc:creator>Thewalk44</dc:creator>
      <dc:date>2018-03-23T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182969#M5274</link>
      <description>&lt;P&gt;I think you also need to add this to the CSS file (also after&amp;nbsp;everything&amp;nbsp;else) to prevent affecting the desktop version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;@media (min-width: 768px) {
    .mainmenu .hs-menu-wrapper {
        display: block !important;
        overflow: visible !important;
    }
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:07:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182969#M5274</guid>
      <dc:creator>RMR</dc:creator>
      <dc:date>2018-03-23T18:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182971#M5275</link>
      <description>&lt;P&gt;Great! Thank you so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You saved the day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:10:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/182971#M5275</guid>
      <dc:creator>Thewalk44</dc:creator>
      <dc:date>2018-03-23T18:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Website not mobile optimized - links with anchor does not work</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/183061#M5288</link>
      <description>&lt;P&gt;Thanks for the effort and help, it finally works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2018 15:39:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Website-not-mobile-optimized-links-with-anchor-does-not-work/m-p/183061#M5288</guid>
      <dc:creator>Thewalk44</dc:creator>
      <dc:date>2018-03-25T15:39:53Z</dc:date>
    </item>
  </channel>
</rss>

