<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#8211; SmartMenus jQuery Website Menu Plugin</title>
	<atom:link href="https://www.smartmenus.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.smartmenus.org</link>
	<description>Mobile first, Responsive and Accessible List-Based JavaScript Menu</description>
	<lastBuildDate>Wed, 03 Jan 2024 07:49:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>
	<item>
		<title>First v2.0.0 alpha released</title>
		<link>https://www.smartmenus.org/blog/uncategorized/first-v2-0-0-alpha-released/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 02 Jan 2024 10:51:32 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.smartmenus.org/?p=9289</guid>

					<description><![CDATA[Happy New Year everyone! I hope 2024 brings peace, love and joy to all of you! It has finally come the time to release a first public alpha of the v2.0.0 code that I have been working on with varying intensity for quite a long time. This has taken me far longer than I would [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Happy New Year everyone! I hope 2024 brings peace, love and joy to all of you!</p>

<p>It has finally come the time to release a first public alpha of the v2.0.0 code that I have been working on with varying intensity for quite a long time. This has taken me far longer than I would have liked due to many reasons (client projects, family, two kids and what not) but I am happy to finally share the code with the hopes that it will be useful to others.</p>

<h2>SmartMenus Configurator</h2>

<p>A new configurator tool is now available that allows configuring and testing your preferred navbar(s) layout and provides dynamic instructions/code samples based on the exact configuration. You can check it out at:</p>

<p><a href="https://configurator.smartmenus.org" tagret="_blank">https://configurator.smartmenus.org</a></p>

<h2>Docs</h2>

<p>The docs for all future v2 releases will be available at:</p>

<p><a href="https://docs.smartmenus.org" tagret="_blank">https://docs.smartmenus.org</a></p>

<p>The source code of the configurator and docs is now hosted in the main repo at GitHub so please feel free to contribute and/or suggest any improvements.</p>

<h2>Source code</h2>

<p>You can find the code in the new <code>2.0.0-dev</code> branch at GitHub:</p>

<p><a href="https://github.com/vadikom/smartmenus/tree/2.0.0-dev" tagret="_blank">https://github.com/vadikom/smartmenus/tree/2.0.0-dev</a></p>

<p>It has also been published to npm:</p>

<p><a href="https://www.npmjs.com/package/smartmenus" tagret="_blank">https://www.npmjs.com/package/smartmenus</a></p>

<h2>What's new (in short)</h2>

<ul>
  <li>Complete rewrite of the JS code with no external library dependencies (jQuery) any more</li>
  <li>Refactored script options considering support for both single page applications (SPA) as well as (can we now call it old school?) full page reloads</li>
  <li>Support for arbitrary menu tree HTML structure via new script options</li>
  <li>Support for complete navbars (including nav toggler buttons, offcanvas/collapse elements, etc.)</li>
  <li>Support for split links - i.e. parent menu items that have both a link and a sub toggler</li>
  <li>Complete rewrite of the CSS code with support for many different navbar/nav variants (thousands of combinations supported)</li>
  <li>Highly customizable theme via CSS/SASS variables</li>
</ul>

<p>Well, I think that's all for now. Happy coding! <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SmartMenus jQuery 1.1.1 and 1.0.2 released</title>
		<link>https://www.smartmenus.org/blog/smartmenus/smartmenus-jquery-1-1-1-and-1-0-2-released/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 11:00:36 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">https://www.smartmenus.org/?p=9046</guid>

					<description><![CDATA[A couple of maintenance releases are now available. What's new in 1.1.1 A second click on a main menu item when "showOnClick: true" should hide the sub menu Update demos with Bootstrap 4.5.0 Fix: Mouse input not detected correctly on Windows when pointer speed is set to any of the fastest 2 options and additionally [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A couple of maintenance releases are now available.</p>

<h2>What's new in 1.1.1</h2>
<ul>
 <li>A second click on a main menu item when "showOnClick: true" should hide the sub menu</li>
 <li>Update demos with Bootstrap 4.5.0</li>
 <li>Fix: Mouse input not detected correctly on Windows when pointer speed is set to any of the fastest 2 options and additionally "Enhance pointer precision" is unchecked</li>
 <li>Fix: Avoid Content Security Policy issue when valid JSON is used as "data-sm-options" value</li>
 <li>Fix: "showOnClick: true" should not affect collapsible mode behavior in any way</li>
 <li>Fix: Remove SHJS syntax highlighter source code from the repo</li>
 <li>Fix: Problem with markCurrentTree in megamenu</li>
 <li>Fix: Uncaught TypeError when clicking on items (that do not have a sub menu in certain cases) in collapsible mode</li>
</ul>

<h2>What's new in 1.0.2</h2>
<p>We decided to update the old 1.0.x branch for those of you still using it with a fix for a pretty critical issue reported recently:</p>
<ul>
 <li>Fix: Mouse input not detected correctly on Windows when pointer speed is set to any of the fastest 2 options and additionally "Enhance pointer precision" is unchecked</li>
</ul>
<p><a href="https://www.smartmenus.org/files/?file=smartmenus-jquery/smartmenus-1.0.2.zip">Download a 1.0.2 zip</a>.</p>

<h2>Project status update</h2>
<p>Some of you have been concerned about the state of the project so I would like to take this opportunity to post a short status update. <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>In short - I have no plans of shutting down the project and I am already working on a new major release.</p>
<p>If you are interested in a longer explanation, I've posted a brief summary of the reasons behind the lack of any notable recent project activity:</p>
<p><a href="https://github.com/vadikom/smartmenus/issues/105">https://github.com/vadikom/smartmenus/issues/105</a></p>
<p>As always, thanks a lot for your support! And I hope I would be able to share some good news soon (whatever "soon" means <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ). Keep it up and stay safe in these weird times!</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SmartMenus jQuery 1.1.0 released including new Bootstrap 4 addon</title>
		<link>https://www.smartmenus.org/blog/smartmenus/smartmenus-jquery-v1-1-0-released-multi-level-navbar-dropdowns-in-bootstrap-4-made-simple/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 17 Sep 2017 12:44:33 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Bootstrap 4]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">https://www.smartmenus.org/?p=3596</guid>

					<description><![CDATA[It's time for another major release and 1.1.0 is now available! We are bringing some notable improvements to the code and have packed a number of fixes based on your continuing feedback since 1.0.1 which was released almost a year ago. And still we've tried to keep the upgrade process as simple as possible. What's [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It's time for another major release and 1.1.0 is now available! We are bringing some notable improvements to the code and have packed a number of fixes based on your continuing feedback since 1.0.1 which was released almost a year ago. And still we've tried to keep the <a href="/docs/#upgrading-1-0-x">upgrade process</a> as simple as possible.</p>
<h2>What's new</h2>
<ul>
 <li>Support jQuery 1.7+ (no more 1.4.4+)</li>
 <li>Support jQuery "slim" versions</li>
 <li>New Bootsrap 4 addon</li>
 <li>New long requested option <a href="/docs/#collapsibleBehavior"><code>collapsibleBehavior</code></a></li>
 <li>Remove Compass dependency in the themes</li>
 <li>Change main module name from "jquery.smartmenus" to "smartmenus" in addons</li>
 <li>Replace <code>bind</code>/<code>unbind</code>, <code>delegate</code>/<code>undelegate</code> with <code>on</code>/<code>off</code> in the JS</li>
 <li>Replace <code>:before</code>/<code>:after</code> with <code>::before</code>/<code>::after</code> in the CSS</li>
 <li>Fix: themes SCSS files renamed to avoid filename issue for <code>@import</code> in node-sass (e.g. from "_sm-blue.scss" to "_sm-blue-theme.scss")</li>
 <li>Fix: <code>hideOnClick: true</code> not working in collapsible mode if the menu item text is wrapped in a <code>&lt;span></code></li>
 <li>Fix: <code>isCSSOn()</code> method not working properly when the main menu links have <code>display</code> set to anything other than <code>inline</code></li>
 <li>Bootstrap addon fix: prevent issue in Chrome if <code>display: flex</code> is set to any <code>.navbar-nav</code> in desktop view</li>
 <li>Deprecate and remove <code>overlapControlsInIE</code> option</li>
</ul>
<h2>Multi-level navbar dropdowns with Bootstrap 4 made simple</h2>
<p>Now that Bootstrap 4 has gone "beta" we thought it's the right time to finally release an official addon for it. The new Bootstrap 4 addon works exactly like the original Bootstrap (3) addon. You just need to include the JS/CSS files on your page and you are good to go with your multi-level dropdowns - everything should work automatically including full support for your Bootstrap 4 theme.</p>
<p>We have created a few demo pages with quick instructions (they're also included in the <a href="/download/">download</a> package):</p>
<ul>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-4-navbar.html">SmartMenus Bootstrap 4 Addon (Navbar)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-4-navbar-static-top.html">SmartMenus Bootstrap 4 Addon (Navbar static top)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-4-navbar-fixed-top.html">SmartMenus Bootstrap 4 Addon (Navbar fixed top)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-4-navbar-fixed-bottom.html">SmartMenus Bootstrap 4 Addon (Navbar fixed bottom)</a></li>
</ul>
<p>Thanks for your support! We hope you'll enjoy the new release as much as we do! <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2764.png" alt="❤" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New demos + themes gallery and v1.0.1</title>
		<link>https://www.smartmenus.org/blog/smartmenus/new-demos-themes-gallery-and-v1-0-1/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 01 Nov 2016 11:04:54 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=3323</guid>

					<description><![CDATA[It's been a while since the v1.0.0 final release so we are very happy to share some good stuff today. 🙂 First, we are now launching a new online demos + themes gallery. We hope many of you will find useful the current samples and, of course, we do plan to add more soon. And [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It's been a while since the v1.0.0 final release so we are very happy to share some good stuff today. <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>First, we are now launching a new online <a href="/about/themes/">demos + themes</a> gallery. We hope many of you will find useful the current samples and, of course, we do plan to add more soon.</p>
<p>And second, we are also releasing the maintenance v1.0.1 today. As the minor version bump suggests, it's mainly a maintenance release including some CSS bug fixes for the themes but there is also a handy new feature added:</p>
<ul>
  <li>Added support for the <code>data-sm-options</code> attribute on the root <code>&lt;ul></code> element</li>
</ul>
<p>This allows setting any custom options directly in the HTML source rather than passing them in the init function call. It is particularly useful when using the Bootstrap addon since users will not need to modify the addon source code any more if they just need to set some custom option.</p>
<p>As always, we are grateful to everyone that contributed to this release! Enjoy!</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SmartMenus jQuery v1.0.0 final released</title>
		<link>https://www.smartmenus.org/blog/smartmenus/smartmenus-jquery-v1-0-0-final-released/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 27 Jan 2016 09:01:00 +0000</pubDate>
				<category><![CDATA[AMD]]></category>
		<category><![CDATA[CommonJS]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=2793</guid>

					<description><![CDATA[First of all, Happy New Year everyone! We hope you've had wonderful holidays and wish you all the best in 2016! 🙂 Now to some long-awaited news from us. More than 2 years after the first public release we are excited and happy to finally reach the v1.0.0 milestone. It's been a long journey, far, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>First of all, Happy New Year everyone! We hope you've had wonderful holidays and wish you all the best in 2016! <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Now to some long-awaited news from us. More than 2 years after the first public release we are excited and happy to finally reach the v1.0.0 milestone. It's been a long journey, far, far longer than we initially planned and expected but we feel it was worth it and the project has evolved and matured into something we can proudly stand behind.</p>

<span id="more-2793"></span>

<h2>What's new since beta1</h2>
<ul>
 <li>Added AMD/CommonJS compatibility for the plugin and the addons - they are now also available as <a href="https://www.npmjs.com/">npm</a> packages</li>
 <li>Added a few more main menu configuration samples on the default demo page</li>
 <li>Scrolling for long sub menus now uses hardware acceleration + requestAnimationFrame() when possible</li>
 <li><code>scrollInterval</code> option deprecated as it's not needed any more</li>
 <li>Some tweaks to "sm-core-css.css" and the themes to simplify the script usage - e.g. set default z-index 9999 in "sm-core-css.css", set default sub menus width 12em, etc.</li>
 <li>New option <code>noMouseOver</code> - allows disabling onmouseover item/sub menus activation (i.e. make it possible to always behave like in touch mode and use just mouse clicks)</li>
 <li>new API event <code>hideAll.smapi</code> - fired when the whole menu tree is reset (e.g. on document click, onmouseout)</li>
 <li>Added support for <code>data-sm-horizontal-sub</code> attribute to allow creating horizontal sub menus (additional CSS required for styling the sub menus)</li>
 <li>Fix: bug with calling "refresh" method when adding a new sub menu</li>
 <li>Bootstrap add-on: rework the add-on to support dynamically created navbars - $.SmartMenus.Bootstrap.init() method now available</li>
 <li>Bootstrap add-on: fix isCollapsible() method to properly work with right floated main menu LI elements</li>
</ul>

<h2>Official support now available</h2>
<p>As promised, with the v1.0.0 release we are now finally offering official (paid) support plans. So users who would like to rely on premium support, provided directly from the author of the script <a href="http://vadikom.com/about/#vasil-dinkov">Vasil Dinkov</a>, could now opt for it.</p>
<table id="plans" class="generic">
 <thead>
 <tr>
  <th style="width:13%;"></th>
  <th style="width:29%;">Community</th>
  <th style="width:29%;">PRO</th>
  <th style="width:29%;">PRO Unlimited</th>
 </tr>
 </thead>
 <tbody>
 <tr>
  <th>Version</th>
  <td>Full-featured</td>
  <td>Full-featured</td>
  <td>Full-featured</td>
 </tr>
 <tr>
  <th>Support</th>
  <td>Self-support<br /><span class="note">Community forums</span></td>
  <td>Premium support<br /><span class="note">Official support from us<br />Valid 1 year<br />2 incidents<br />1 website<br />Free upgrades</span></td>
  <td>Premium support<br /><span class="note">Official support from us<br />Valid 3 years<br />20 incidents<br />Unlimited websites<br />Free upgrades</span></td>
 </tr>
 <tr>
  <th>License</th>
  <td>MIT License</td>
  <td>EULA with us</td>
  <td>EULA with us</td>
 </tr>
 <tr>
  <th>Price</th>
  <td>Free</td>
  <td>€39 EUR <span class="note-small">*</span></td>
  <td>€529 EUR <span class="note-small">*</span></td>
 </tr>
 </tbody>
 <tfoot>
 <tr>
  <th></th>
  <td><a href="/files/?file=smartmenus-jquery/smartmenus-1.0.0.zip" class="gray-button">Download</a></td>
  <td><a href="/download/purchase/" class="gray-button">Purchase</a></td>
  <td><a href="/download/purchase/?type=unlimited" class="gray-button">Purchase</a></td>
 </tr>
 </tfoot>
</table>
<p class="note-small">* Please note that TAX/VAT may apply for <abbr title="European Union">EU</abbr> member countries in case you don't enter a VAT ID during the order process. Exact details are provided before the order is completed.</p>

<h3>About our support</h3>
<p><strong><em>Why "premium"?</em></strong><br />
We call it "Premium support" because you will get it directly from the author of the script <a href="http://vadikom.com/about/#vasil-dinkov">Vasil Dinkov</a>. Another reason is that since August 2, 2001 when the first SmartMenus version was released, we have had many satisfied commercial licensees (Sony, IBM, Nordea, Financial Times, Renault, Lufthansa among the most popular) and that experience gives us confidence that we can meet the highest standards when supporting our products.</p>
<p><strong><em>What are your working hours?</em></strong><br />
Support queries are processed Monday - Friday. Usually you should receive a response within 24 hours (unless you submit your request on Friday evening or during the weekend our time UTC/GMT +2 hours).</p>
<p><strong><em>What do you call an "incident"?</em></strong><br />
An incident is basically a single case when you will need our support for a given issue. An incident may include extensive communication between us (discussions, multiple replies, etc.) until the issue is resolved and you are happy.</p>
<p><strong><em>What kind of help can you provide?</em></strong><br />
We can assist you with your implementation in any way and resolve all kinds of issues like possible CSS or JavaScript conflicts with other scripts you may use, answer any technical questions you may have, provide you with step-by-step instructions and code samples, tweak your own code and send you working demos. In case you discover a bug, we will provide you timely with a fix and make sure the next release includes it so that you can safely upgrade in the future.</p>
<p><strong><em>What is not included?</em></strong><br />
Note that while we can assist you in any way with your implementation, you will still need to do the implementation on your own. For example, we cannot do the complete implementation from scratch for you just based on your requirements but you can always rely on us for clear instructions and code samples how to achieve what you need.</p>
<p>Please don't hesitate to <a href="/contact/">contact us</a> if you have any questions.</p>

<h2>What's next</h2>
<p>Now that we reached our major milestone in the near future we do plan to concentrate on creating more demos (sample implementations, more themes, tutorials, etc.) that will help users to get started using the script quicker and easier.</p>
<p>Another notable thing to mention is the upcoming Bootstrap 4. We're already looking into it and exploring the opportunity to support it in a similar way to Bootstrap 3 with a small addon requiring zero configuration efforts.</p>

<h2>Thank you!</h2>
<p>Finally, we would like to thank you all for your support and contributions to the project through the years since 2001! It's been a long journey and we're very grateful to all of you the project is still going strong! :love:</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Major release v1.0.0-beta1</title>
		<link>https://www.smartmenus.org/blog/smartmenus/major-release-v1-0-0-beta1/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Jun 2015 14:52:25 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=2502</guid>

					<description><![CDATA[It took us 9 months since the last v0.9.7 but the first 1.0.x release is finally here. Although dubbed a "beta", we are actually not aware of any issues or bugs at the moment so we consider it safe for production use. If everything goes well, we have planned to go v1.0.0 final in the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It took us 9 months since the last v0.9.7 but the first 1.0.x release is finally here. Although dubbed a "beta", we are actually not aware of any issues or bugs at the moment so we consider it safe for production use. If everything goes well, we have planned to go v1.0.0 final in the coming weeks so this is really a major milestone for the project.</p>

<span id="more-2502"></span>

<h2>What's new</h2>
<p>Here are the most notable changes from the 0.9.x releases.</p>
<ul>
 <li>Mobile first approach - notable changes in the script, core CSS and themes</li>
 <li>Ported all themes to SASS + Compass (could be easily replaced by Bourbon, etc. if desired)</li>
 <li>Made all themes <abbr title="right-to-left">RTL</abbr> compatible out of the box</li>
 <li>Implemented ARIA attributes and improved keyboard navigation (in the script core and in the Keyboard Addon) - credits to Adobe for their valuable research <a href="http://adobe-accessibility.github.io/Accessible-Mega-Menu/">http://adobe-accessibility.github.io/Accessible-Mega-Menu/</a></li>
 <li>Changed default collapsible mode behavior - added a dedicated +/- button to toggle sub menus</li>
 <li>Added support for <code>data-sm-reverse</code> attribute to allow reversing the horizontal alignment of a specific sub menu (check the <a href="/docs/#data-sm-reverse">docs</a> for details)</li>
 <li>Bootstrap add-on: changed Bootstrap collapsible menus behavior - added a dedicated +/- button to toggle sub menus by default</li>
 <li>Bootstrap add-on: added support for <code>data-sm-skip</code> and <code>data-sm-skip-collapsible-behavior</code> attributes (check the <a href="/docs/#data-sm-skip">docs</a> for details)</li>
 <li>Bootstrap add-on: do not create SmartMenus <code>.sub-arrow</code> carets automatically any more. Bootstrap <code>.caret</code> carets can be added in the source like normally in Bootstrap instead</li>
</ul>

<h2>Upgrade from v0.9.x</h2>
<p>Upgrading from a 0.9.x release is not very painless for those of you using vanilla SmartMenus jQuery (without the Bootstrap add-on) due to the fact that a mobile first approach is used now and this means that your existing theme's CSS will need to be updated to be mobile first. If you are using the script with the Bootstrap add-on, it is very easy to upgrade. We've written a short <a href="/docs/#upgrading-0-9-x">tutorial in the docs on upgrading</a> covering all uses.</p>
<p>If you have any questions or suggestions, please don't hesitate to <a href="/contact/">contact us</a> or post in the <a href="/forums/">forums</a>.</p>
<p>Special thanks to everyone that contributed in any way to this major release! We really appreciate it! :love:</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Migrating the forums from Vanilla to bbPress</title>
		<link>https://www.smartmenus.org/blog/bbpress/migrating-the-forums-from-vanilla-to-bbpress/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 09 Feb 2015 11:00:34 +0000</pubDate>
				<category><![CDATA[bbPress]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=2258</guid>

					<description><![CDATA[Over the weekend we migrated the forums from Vanilla to bbPress. There are a number of reasons why we decided to do it (the increasing SPAM attacks mainly) but what urged us to do it now was the recent announcement for end of support for the Vanilla 2.0.18.x branch. This left us with the choice [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Over the weekend we migrated the forums from <a href="http://vanillaforums.org/">Vanilla</a> to <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. There are a number of reasons why we decided to do it (the increasing SPAM attacks mainly) but what urged us to do it now was the recent announcement for end of support for the Vanilla 2.0.18.x branch. This left us with the choice to either move to Vanilla 2.1, which was probably not going to be a trivial task, or migrate to bbPress. So we decided the benefits of moving to a simplified and complete WordPress solution would be more in the long run.</p>
<p>The conversion process is well documented in this great post at CSS Tricks, which helped us a lot, so we won't cover it in details:</p>
<p><a href="http://css-tricks.com/the-move-to-bbpress/">http://css-tricks.com/the-move-to-bbpress/</a></p>
<p>What you need to know is that your old Vanilla user accounts should continue to work in the forums and all your posts should be preserved. We've also tried to style bbPress similarly to the Vanilla forums theme we used. So, hopefully, you won't feel any major negative effects of the transition.</p>
<p>Since the amount of SPAM accounts had grown immensely recently, we just took the step to <strong>remove all accounts that had zero posts</strong>. We're sorry if this affects any legitimate users but this was really the most sensible thing we could do about it.</p>
<p>If you have any questions, comments or suggestions, please don't hesitate to <a href="/contact/">drop us a line</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Notable changes in v0.9.7</title>
		<link>https://www.smartmenus.org/blog/smartmenus/notable-changes-in-v0-9-7/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 Aug 2014 13:15:26 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=1202</guid>

					<description><![CDATA[The new v0.9.7 is now released including some notable changes, features and fixes: Removed menu layout tweaks and hacks for IE 6/7/8 Switched to box-sizing: border-box; Long sub menus can now be scrolled via touch for fixed positioned menu bars Added Bower support and more... Removed menu layout tweaks and hacks for IE 6/7/8 We've [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The new v0.9.7 is now released including some notable changes, features and fixes:</p>
<ul>
  <li>Removed menu layout tweaks and hacks for IE 6/7/8</li>
  <li>Switched to <code>box-sizing: border-box;</code></li>
  <li>Long sub menus can now be scrolled via touch for fixed positioned menu bars</li>
  <li>Added Bower support</li>
  <li>and more...</li>
</ul>
<span id="more-1202"></span>
<h2>Removed menu layout tweaks and hacks for IE 6/7/8</h2>
<p>We've now removed all the tweaks and hacks from the JS and CSS code that were aimed at IE 6/7/8. This removes notable clutter from our code and improves performance in the current modern browsers. With this we, actually, do not drop completely support for those browsers. The menus should remain usable but with possible layout hitches mainly in IE 6 (e.g. possible unintended space between items, etc.) which is probably the case with your websites' layout too.</p>

<h2>Switched to <code>box-sizing: border-box;</code></h2>
<p>As you may know, it's already been widely used by many popular frameworks (like Bootstrap, etc.) and simplifies some aspects of CSS and JS coding so we decided to make the jump too.</p>
<p>Though this change will probably not affect many existing solutions, please take a note if you are upgrading and test your current website just in case. Make sure to also update "sm-core-css.css" and "jquery.smartmenus.bootstrap.css" (if you are using the Bootstrap addon).</p>

<h2>Long sub menus can now be scrolled via touch for fixed positioned menu bars</h2>
<p>This is a new feature requested by some users. We've always allowed long sub menus that do not fully fit in the viewport height to be scrolled via mouse but some of you figured it was impossible to do it for fixed positioned menu bars when a mouse is not present. So now we're also supporting scrolling via touch for such sub menus. The feature is tested and works fine in the recent versions of all major mobile platform. Here is a quick demo:</p>
<p><img fetchpriority="high" decoding="async" src="https://www.smartmenus.org/wp-content/uploads/2014/08/long-sub-menus-touch-scrolling.png" alt="Illustration showing how long sub menus can be scrolled via touch" width="730" height="548" class="alignnone size-full wp-image-1230" srcset="https://www.smartmenus.org/wp-content/uploads/2014/08/long-sub-menus-touch-scrolling.png 730w, https://www.smartmenus.org/wp-content/uploads/2014/08/long-sub-menus-touch-scrolling-300x225.png 300w" sizes="(max-width: 730px) 100vw, 730px" /></p>

<h2>Added Bower support</h2>
<p>Not a big deal but worth mentioning. You can now install SmartMenus jQuery with Bower:</p>
<pre class="code">bower install smartmenus</pre>

<h2>Other fixes and notes</h2>
<p>We've also fixed some issues like an unneeded horizontal scrollbar being triggered on <abbr title="right-to-left">RTL</abbr> pages (make sure you update "sm-core-css.css" for this fix) and a z-index bug with the Bootstrap addon.</p>
<p>So, all in all, this is a rather major update. Enjoy!</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Another new theme and v0.9.6</title>
		<link>https://www.smartmenus.org/blog/smartmenus/another-new-theme-and-v0-9-6/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 14:04:16 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=1172</guid>

					<description><![CDATA[A new theme named "sm-mint" is now available in the download package and you can also check it out right away online at the GitHub demo page. As for v0.9.6, it's basically just another maintenance release on the road to v1.0.0. It features some bug and compatibility fixes both in the script core and the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A new theme named "sm-mint" is now available in the download package and you can also check it out right away online at the GitHub <a href="http://vadikom.github.io/smartmenus/src/demo/">demo page</a>.</p>
<p><img decoding="async" src="https://www.smartmenus.org/wp-content/uploads/2014/03/sm-mint-preview.png" alt="sm-clean theme preview" width="730" height="300" class="alignnone size-full wp-image-1048" /></p>
<p>As for v0.9.6, it's basically just another maintenance release on the road to v1.0.0. It features some bug and compatibility fixes both in the script core and the Bootstrap addon which is also bumped to v0.1.1 and should now work properly for those of you using jQuery in noConflict() mode.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Create advanced Bootstrap 3 navbars with SmartMenus jQuery (zero config)</title>
		<link>https://www.smartmenus.org/blog/smartmenus/create-advanced-bootstrap-3-navbars-zero-config/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 19 Jan 2014 12:05:07 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[SmartMenus jQuery]]></category>
		<guid isPermaLink="false">http://www.smartmenus.org/?p=1128</guid>

					<description><![CDATA[A brand new small addon for SmartMenus jQuery is now available which takes Bootstrap 3 compatibility to a whole new level. It brings zero config support for creating advanced Bootstrap 3 navbars. Zero config means that you basically just need to include the JS/CSS files on your Bootstrap-powered pages and everything should work automatically including [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A brand new small addon for SmartMenus jQuery is now available which takes Bootstrap 3 compatibility to a whole new level. It brings zero config support for creating advanced Bootstrap 3 navbars. Zero config means that you basically just need to include the JS/CSS files on your Bootstrap-powered pages and everything should work automatically including full support for whatever Bootstrap theme you already use.</p>
<p>By default Bootstrap supports just single-level dropdowns for navbars and lacks some important features like hover activation support for regular mouse-powered browsers, viewport size detection (meaning your dropdowns might appear outside the viewport and not be usable in some scenarios), scrolling support for long menus that do not fully fit in the viewport, auto width for the dropdowns with min/max settings, etc. The new super simple-to-use SmartMenus Bootstrat 3 addon brings all these and all other SmartMenus jQuery features to all Bootstrap 3 users.</p>
<p>Of course, we have demo pages with quick instructions for you (and they're also included in the <a href="/download/">download</a> package):</p>
<ul>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar.html">SmartMenus Bootstrap Addon (Navbar)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar-static-top.html">SmartMenus Bootstrap Addon (Navbar static top)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar-fixed-top.html">SmartMenus Bootstrap Addon (Navbar fixed top)</a></li>
 <li><a href="http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar-fixed-bottom.html">SmartMenus Bootstrap Addon (Navbar fixed bottom)</a></li>
</ul>
<p>Please don't hesitate to post your comments in the <a href="/support/forums/">forums</a> or via Twitter so we can nail down any possible issue we might have missed while testing internally.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
