JScriptz_MegaMenu2 - Version 1.8.1.6

Version Notes

This is a mega nav extension that allows you to control your top menu links and the content below them through the admin interface. It supports HTML, Video, Tabbed Jquery, and even has a nifty contact us form.

Download this release

Release Info

Developer Jason Lotzer
Extension JScriptz_MegaMenu2
Version 1.8.1.6
Comparing to
See all releases


Code changes from version 1.8.1.5 to 1.8.1.6

app/code/community/JScriptz/MegaMenu2/Block/Html/Topmenu.php CHANGED
@@ -119,7 +119,7 @@ class JScriptz_MegaMenu2_Block_Html_Topmenu extends Mage_Core_Block_Template
119
 
120
  $children = $menuTree->getChildren();
121
  $parentLevel = $menuTree->getLevel();
122
- $childLevel = is_null($parentLevel) ? 0 : $parentLevel + 1;
123
 
124
  $counter = 1;
125
  $childrenCount = $children->count();
@@ -149,23 +149,18 @@ class JScriptz_MegaMenu2_Block_Html_Topmenu extends Mage_Core_Block_Template
149
  $html .= "<li class='dropdown_parent'>";
150
  $html .= '<a href="' . $child->getUrl() .'" title="'.$this->escapeHtml($child->getName()). '" ' . $outermostClassCode . '><span>'
151
  . $this->escapeHtml($child->getName()) . '</span></a>';
152
- /*if (!empty($childrenWrapClass)) {
153
- $html .= '<div class="' . $childrenWrapClass . '">';
154
- }*/
155
  $html .= "<ul class='dropdown_flyout_level' style='display:none'>";
156
  $html .= $this->_getHtml($child, $childrenWrapClass);
157
- $html .= '</ul>';
158
-
159
- /*if (!empty($childrenWrapClass)) {
160
- $html .= '</div>';
161
- }*/
162
  }
163
  else{
164
  $html .= "<li>";
165
  $html .= '<a href="' . $child->getUrl() . '" title="'.$this->escapeHtml($child->getName()).'" ' . $outermostClassCode . '><span>'
166
  . $this->escapeHtml($child->getName()) . '</span></a></li>';
 
167
  }
168
- $html .= '</li>';
169
 
170
  $counter++;
171
  }
119
 
120
  $children = $menuTree->getChildren();
121
  $parentLevel = $menuTree->getLevel();
122
+ $childLevel = empty($parentLevel) ? 0 : $parentLevel + 1;
123
 
124
  $counter = 1;
125
  $childrenCount = $children->count();
149
  $html .= "<li class='dropdown_parent'>";
150
  $html .= '<a href="' . $child->getUrl() .'" title="'.$this->escapeHtml($child->getName()). '" ' . $outermostClassCode . '><span>'
151
  . $this->escapeHtml($child->getName()) . '</span></a>';
152
+
 
 
153
  $html .= "<ul class='dropdown_flyout_level' style='display:none'>";
154
  $html .= $this->_getHtml($child, $childrenWrapClass);
155
+ $html .= '</ul></li>';
 
 
 
 
156
  }
157
  else{
158
  $html .= "<li>";
159
  $html .= '<a href="' . $child->getUrl() . '" title="'.$this->escapeHtml($child->getName()).'" ' . $outermostClassCode . '><span>'
160
  . $this->escapeHtml($child->getName()) . '</span></a></li>';
161
+
162
  }
163
+
164
 
165
  $counter++;
166
  }
app/code/community/JScriptz/MegaMenu2/etc/config.xml CHANGED
@@ -19,7 +19,7 @@
19
  <config>
20
  <modules>
21
  <JScriptz_MegaMenu2>
22
- <version>1.8.1.5</version>
23
  </JScriptz_MegaMenu2>
24
  </modules>
25
  <global>
19
  <config>
20
  <modules>
21
  <JScriptz_MegaMenu2>
22
+ <version>1.8.1.6</version>
23
  </JScriptz_MegaMenu2>
24
  </modules>
25
  <global>
app/design/frontend/base/default/template/jscriptz/html/topmenu.phtml CHANGED
@@ -53,15 +53,15 @@ $.noConflict();
53
  jQuery( document ).ready(function( $ ) {
54
  jQuery('#mgmenu1').universalMegaMenu({
55
  menu_effect: 'hover_fade',
56
- menu_speed_show: 300,
57
- menu_speed_hide: 200,
58
- menu_speed_delay: 200,
59
- menu_click_outside: false,
60
  menubar_trigger : false,
61
  menubar_hide : false,
62
  menu_responsive: true
63
  });
64
- megaMenuContactForm();
65
  });
66
  </script>
67
 
@@ -90,44 +90,40 @@ jQuery( document ).ready(function( $ ) {
90
  foreach($_menuItem as $item): ?>
91
  <?php foreach($storeSetting as $set): ?>
92
  <?php if($item['linktitle'] != 'ROOT' && $item['level'] == 1 && $set['menuitem_id'] == $item['entity_id'] && $item['status'] == 1): ?>
93
-
94
  <?php if($item['linktype'] == 1): ?>
95
- <li style=""><span><!--<i class="mini_icon ic_grid"></i>--><a class="<?php echo $item['linkclass']; ?>" href="<?php $item['linkpath']; ?>"><?php echo $item['linktitle']; ?></a></span><!-- Begin Products Item -->
96
-
97
- <div class="dropdown_2columns dropdown_container" style="display: none;"><!-- Begin Products Item Container -->
98
- <?php if($_menu): ?>
 
99
  <ul class="dropdown_flyout">
100
- <li class="mgmenu_button" style="display: none;"><?php echo $item["linktitle"]; ?></li><!-- Button (Mobile Devices) -->
101
  <?php echo $_menu; ?>
102
- </ul>
 
103
  <?php endif ?>
104
- </div><!-- End Products Item Container -->
105
-
106
- </li><!-- End Products Item -->
 
107
  <?php endif; ?>
108
  <?php if($item['linktype'] == 0 || $item['linktype'] == 2): ?>
109
 
110
-
111
- <!-- Begin Dropdown Link -->
112
- <li>
113
- <?php if($item['linktype'] == 0): ?>
114
  <?php
115
  $target = ($item['linktarget']) ? 'blank' : 'self';
116
- echo "<a href='".$item['linkpath']."' target='_".$target."' class='".$item["linkclass"]."' title ='".$item["titletag"]."' >".$item["linktitle"]."</a>";
117
  ?>
118
  <?php endif; ?>
119
  <?php if($item['linktype'] == 2): ?>
120
 
121
- <span><?php echo "<a title='".$item['titletag']."' class='".$item['linkclass']."'>".$item["linktitle"]."</a>"; ?></span>
122
 
123
-
124
- <?php echo $item["menuhtml"]; ?>
125
  <?php endif; ?>
 
126
 
127
-
128
- </li>
129
- <!-- End Dropdown Link -->
130
- <?php endif; ?>
131
 
132
  <?php if($item['linktype'] == 4 && $set['menuitem_id'] == $item['entity_id']): ?>
133
 
53
  jQuery( document ).ready(function( $ ) {
54
  jQuery('#mgmenu1').universalMegaMenu({
55
  menu_effect: 'hover_fade',
56
+ menu_speed_show: 100,
57
+ menu_speed_hide: 100,
58
+ menu_speed_delay: 100,
59
+ menu_click_outside: true,
60
  menubar_trigger : false,
61
  menubar_hide : false,
62
  menu_responsive: true
63
  });
64
+
65
  });
66
  </script>
67
 
90
  foreach($_menuItem as $item): ?>
91
  <?php foreach($storeSetting as $set): ?>
92
  <?php if($item['linktitle'] != 'ROOT' && $item['level'] == 1 && $set['menuitem_id'] == $item['entity_id'] && $item['status'] == 1): ?>
93
+
94
  <?php if($item['linktype'] == 1): ?>
95
+ <li style=""><!--<i class="mini_icon ic_grid"></i>--><a class="<?php echo $item['linkclass']; ?>" href="<?php $item['linkpath']; ?>"><?php echo $item['linktitle']; ?></a><!-- Begin Products Item -->
96
+
97
+
98
+ <?php if($_menu): ?>
99
+ <div class="dropdown_2columns dropdown_container" style="display: none;"><!-- Begin Products Item Container -->
100
  <ul class="dropdown_flyout">
 
101
  <?php echo $_menu; ?>
102
+ </ul>
103
+ </div>
104
  <?php endif ?>
105
+ <!-- End Products Item Container -->
106
+
107
+ </li>
108
+ <!-- End Products Item -->
109
  <?php endif; ?>
110
  <?php if($item['linktype'] == 0 || $item['linktype'] == 2): ?>
111
 
112
+ <?php if($item['linktype'] == 0): ?>
 
 
 
113
  <?php
114
  $target = ($item['linktarget']) ? 'blank' : 'self';
115
+ echo "<li><span><a href='".$item['linkpath']."' target='_".$target."' class='".$item["linkclass"]."' title ='".$item["titletag"]."' >".$item["linktitle"]."</a></span></li>";
116
  ?>
117
  <?php endif; ?>
118
  <?php if($item['linktype'] == 2): ?>
119
 
120
+ <?php echo "<li><span><a title='".$item['titletag']."' class='".$item['linkclass']."'>".$item["linktitle"]."</a></span>"; ?>
121
 
122
+ <?php echo $item["menuhtml"]."</li>"; ?>
123
+
124
  <?php endif; ?>
125
+ <?php endif; ?>
126
 
 
 
 
 
127
 
128
  <?php if($item['linktype'] == 4 && $set['menuitem_id'] == $item['entity_id']): ?>
129
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>JScriptz_MegaMenu2</name>
4
- <version>1.8.1.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>This is a mega nav extension that allows you to control your top menu links and the content below them through the admin interface. It supports HTML, Video, Tabbed Jquery, and even has a nifty contact us form. </description>
11
  <notes>This is a mega nav extension that allows you to control your top menu links and the content below them through the admin interface. It supports HTML, Video, Tabbed Jquery, and even has a nifty contact us form. </notes>
12
  <authors><author><name>Jason Lotzer</name><user>jlotty22</user><email>jasonlotzer@gmail.com</email></author></authors>
13
- <date>2013-11-19</date>
14
- <time>05:21:48</time>
15
- <contents><target name="magecommunity"><dir name="JScriptz"><dir name="MegaMenu2"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Menuitem.php" hash="e2bd922a15f9e3722e2a3c4ee25927fd"/><file name="Menusetting.php" hash="19db0dceef26855ef21bd78083f308bf"/></dir></dir></dir></dir><dir name="Helper"><file name="Wysiwyg.php" hash="f4a101bec7b37f9944eae9689370684d"/></dir><dir name="Menuitem"><file name="Abstract.php" hash="544dae0a11c8de66a7c6ffe57d0eb772"/><dir name="Edit"><file name="Form.php" hash="a7a860fcfddfb8ae2482edc592ff20fe"/><dir name="Tab"><file name="Form.php" hash="750ae3a863e072850145703f7fd65318"/><file name="Menusetting.php" hash="30aa64433e394114fe74ef3396b9236f"/><file name="Product.php" hash="edb396d85360e90b9740b319f8a845c2"/><file name="Stores.php" hash="8bff88326d87be92ae08e18ded9bb986"/></dir><file name="Tabs.php" hash="13b78e0b9687c4a93f4ee9f25664a82e"/></dir><file name="Edit.php" hash="53c4b8799fc428878c93ba3755a3f742"/><dir name="Helper"><file name="File.php" hash="5b36bea0f832e02725d0b7ecb8ed1070"/></dir><file name="Tree.php" hash="2902a61d2adcfef9bbb1b3a2fd8e87f2"/></dir><file name="Menuitem.php" hash="c79ebb1c09cd2fe0c2d3fe8144f61b06"/><dir name="Menusetting"><dir name="Edit"><file name="Form.php" hash="a69448e661f36d9ea375e98037ad7f4e"/><dir name="Tab"><file name="Form.php" hash="00f79b3660ec3dc512853d067ef02096"/><file name="Menuitem.php" hash="98b9dfbea0404e0a1e35ec44ff670290"/><file name="Product.php" hash="c2c775b987076ed41df4718160841adf"/><file name="Stores.php" hash="875b61d43a2dddee4e5ad3769ab845dc"/></dir><file name="Tabs.php" hash="a1e2561648cec96f1be4ce9fd1675b3d"/></dir><file name="Edit.php" hash="88824815a1ed7e2b085940537313878e"/><file name="Grid.php" hash="a458f730218b18518f08b126b2060e6f"/></dir><file name="Menusetting.php" hash="44b201a704f43f77ddbd2c248c9e8dca"/></dir><dir name="Html"><file name="Topmenu.php" hash="02a723f02c83dfe1e9c9373bd366ecea"/></dir><dir name="Menuitem"><dir name="Catalog"><dir name="Product"><file name="List.php" hash="cf9a03ca751aaf595be5e1d3d9d096e6"/></dir></dir></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="MegaMenu2.php" hash="77ca9ac3d1c50c17911eba2339c035a9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4533f8233b792a416c15633a02ef67cf"/><file name="Menuitem.php" hash="86ecb51a9403537463a04685a4835326"/><file name="Menusetting.php" hash="95692e375b8b1bb2215a9d6b56f6a935"/><file name="Product.php" hash="7a4e09d1fd17a29d4041028c33aa8d95"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="45ea1d41d594176902e025d83dc35458"/></dir><dir name="Menuitem"><file name="Menusetting.php" hash="71c8259fa2b93a5a77ef7d2712ff813c"/><file name="Product.php" hash="4566ebbe417967b8f4f5f7e7da6cdebb"/></dir><file name="Menuitem.php" hash="d1ce3f9542c78ebd852ab43379bde217"/><dir name="Menusetting"><file name="Menuitem.php" hash="3f471b1e2d12f4a927c8ab9b2d630095"/><file name="Product.php" hash="569f352e734404ec70daef6bf4ef1a7a"/></dir><file name="Menusetting.php" hash="c716e95e715cafeab96d3315c3c93ad2"/><dir name="Resource"><dir name="Menuitem"><file name="Collection.php" hash="c9e597f713791ad32aefc55a0872749f"/><dir name="Menusetting"><file name="Collection.php" hash="22c49b57bd8286638c2df2e0a26cb261"/></dir><file name="Menusetting.php" hash="23effd90a04cdfe2fcf7a101e50dd637"/><dir name="Product"><file name="Collection.php" hash="ab51ee672f2a2860a4b372aa091265d8"/></dir><file name="Product.php" hash="052426e4629d8f2b277cd7a27ad72205"/><file name="Tree.php" hash="455695c0634713489dbb60b4651e6582"/></dir><file name="Menuitem.php" hash="5034856c86dc072f0979937adda4196f"/><dir name="Menusetting"><file name="Collection.php" hash="f9c136c4a78cea82d3ecf4ad0ce84882"/><dir name="Menuitem"><file name="Collection.php" hash="ff404b85f7b3bca0bf4a26ddac125f1f"/></dir><file name="Menuitem.php" hash="ef66bee098cc58b2416bbbfbc1c42b08"/><dir name="Product"><file name="Collection.php" hash="20b37059480b89b5a3fe11336b881ef4"/></dir><file name="Product.php" hash="031090881509beb8b738595aee1ea47d"/></dir><file name="Menusetting.php" hash="668bea4882c149da910eec49aa4ccf57"/><file name="Setup.php" hash="c6a7c5f548d829f9b2fcb6586d7640a3"/></dir><file name="SystemSettings.php" hash="3471e98e9548a06aae94bc01846bff72"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="MegaMenu2"><dir name="Menuitem"><dir name="Catalog"><file name="ProductController.php" hash="b1a2aac464fe0e11106e49b5e1e019e6"/></dir></dir><file name="MenuitemController.php" hash="e77eb3251fb78ee278e5c22c6517593d"/><dir name="Menusetting"><dir name="Catalog"><file name="ProductController.php" hash="f0f852781e8b910a577bf1a7f244eba2"/></dir></dir><file name="MenusettingController.php" hash="3be2b40143cff833a2044722bc63c4e7"/></dir></dir></dir><dir name="data"><dir name="jscriptz_megamenu2_setup"><file name="data-install-0.0.1.php" hash="df36a2ae81da5999ad1f84ffaf5c41f5"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e0278dad3ceb7f0a48574f04c09de26c"/><file name="config.xml" hash="5dbb00b58419ab9d0da8f2413c1b3f41"/><file name="system.xml" hash="6f4990accf9b94b1e76141db9f744e0d"/></dir><dir name="sql"><dir name="jscriptz_megamenu2_setup"><file name="install-0.0.1.php" hash="cad9ff2f986256e1a4c5f6da31ac80bf"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JScriptz_MegaMenu2.xml" hash="35ebf14afac4c63cafb1531bd00ebdc1"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="jscriptz_megamenu2.xml" hash="b53fe6b7dff9d19cac8814dbb2dcd00f"/></dir><dir name="template"><dir name="jscriptz_megamenu2"><dir name="catalog"><dir name="product"><dir name="edit"><dir name="tab"><file name="menuitem.phtml" hash="efdb8e992bf21a54c4c599f6d30097bd"/></dir></dir></dir></dir><dir name="menuitem"><dir name="edit"><file name="form.phtml" hash="30339f175fd3c2de5927d36000093a6b"/></dir><file name="edit.phtml" hash="7e33f666f86b3eecf034b45f2c6ce86a"/><file name="tree.phtml" hash="968cc1808a7be1e9a01f904f352f629b"/></dir><dir name="menusetting"><dir name="edit"><dir name="tab"><file name="menuitem.phtml" hash="c21c0e4865c68957b8b85c71a4580a23"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="jscriptz_megamenu2.xml" hash="80cd1bcd33c5e8c77d7cfa8de0daeed4"/></dir><dir name="template"><dir name="jscriptz"><dir name="html"><file name="topmenu.phtml" hash="cce404a44a05dbe2f96da1da353544d6"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="JScriptz"><file name="mgmenu.css" hash="a9affbbd1a87c90d3d3190219ab06719"/></dir></dir><dir name="js"><dir name="JScriptz"><file name="mgmenu.js" hash="b808a4e75addeeb519f24b1349ed7824"/></dir></dir><dir name="images"><dir name="jscriptz_megamenu2"><file name="Thumbs.db" hash="9bab36cc58b18e803ae6101ef6e34a31"/><file name="add-cart-mini.png" hash="a9f33fd5e6be5695a09ca4afb4d4b47b"/><file name="bg-checkout.png" hash="2a6f733742c6e47c37d7bc2305801930"/><file name="bg-product-tab.png" hash="678ed7222bb8840acb3b67ed4328c9ca"/><file name="bg-search.png" hash="432730c25de66b2651326272b99d2c4c"/><file name="bg-select.png" hash="4db99b517bdf913c4f6fa02328b49673"/><file name="bg-slider.png" hash="cf3f315a748073a991f8f4bb4b88b124"/><file name="cart.png" hash="ad3c077c0ede126538754d863ee6f52b"/><file name="checkbox.png" hash="92c5f3dd56746f7dad9a4e8ed632fa94"/><file name="collapsed.gif" hash="ef74c08289e94b7aae81766fb00d4195"/><file name="collapsed.png" hash="0613450d25c762b6a40c51768b02462d"/><file name="comments-link.png" hash="8ad80cb8806e2d072660831b1cd52122"/><file name="dotted.png" hash="0508c81a969e2b93b24936e14751d3d0"/><file name="expanded.gif" hash="3f5512a54f359343273caf7b3787ee8a"/><file name="expanded.png" hash="f7f28ae897708c78b28ead22c3692bb8"/><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/><file name="home-icon.png" hash="2b7a2e01a66b31ab10a749af8d0ff593"/><dir name="icons"><file name="Thumbs.db" hash="0fa02b97fb79bc05a901c4ca94e963d7"/><file name="mini-icons-white.png" hash="e83d93e748b6eff7e75d8b76fa570159"/></dir><file name="leftArrow.png" hash="109ca46ae5697e64b3a36a91fcdcbf8b"/><file name="line1.gif" hash="65b0c812c8d57ea72b84fc69a077a40a"/><file name="line1.png" hash="4e01064a2c78b8885f65ff7a40f78c02"/><file name="line2.gif" hash="95fc5c58069ece5eb44e198ee53b3fe1"/><file name="line2.png" hash="4e01064a2c78b8885f65ff7a40f78c02"/><file name="loading.gif" hash="e38c1a034a0c8577705e493aa95d6937"/><file name="menu-sidebar-active.png" hash="3033d40078a4b66378b7191f152a7654"/><file name="menu-sidebar.png" hash="c4305a06ab8ffaf0200fd791089e7525"/><file name="mini-icons-white.png" hash="e83d93e748b6eff7e75d8b76fa570159"/><file name="moogaloop.swf" hash="9791b5365fb156913005c3354add9bac"/><file name="page_bg.png" hash="ea2316224d45899c59bc285ba09dd920"/><file name="product01@2x.jpg" hash="707a8ebb46061e668d7e6b5cdcf9a233"/><file name="product02@2x.jpg" hash="b05b4c27c327a98db5bc116e26214948"/><file name="product03@2x.jpg" hash="bf853d2a7f37a421ad023323e339b12b"/><file name="product04@2x.jpg" hash="6a65fe14cc889d4f8effdb436fb3c946"/><file name="product05@2x.jpg" hash="a89c4fb832e7ae1c5f01e615026931b8"/><file name="product06@2x.jpg" hash="269cbd6ee56b42c962aac918905d4f4e"/><file name="product07@2x.jpg" hash="12e0afee056f22209cf58440d7233434"/><file name="product08@2x.jpg" hash="0f9a079770c7f18eeb3e5a34cc716660"/><file name="product09@2x.jpg" hash="7ef8a6b71be1ee7ce29a94983be0d1d5"/><file name="product10@2x.jpg" hash="5aa4dab244dfd6a0af36edf5769b778c"/><file name="product11@2x.jpg" hash="3bd6e862edf08870a8998f10ccc4f52a"/><file name="radio.png" hash="16cc8bc843e38e5ce17653d744c480a7"/><file name="rating-box.png" hash="6ebb6c46b545d8b97c013b2750a98ef5"/><file name="rating.png" hash="7eabd5b17ecec1a4dd9b9ffeb2f2094c"/><file name="rightArrow.png" hash="4b49ad18782e91b345d0298104d86bfc"/><file name="select.png" hash="d905661b016949f1a377491fb4cfd56a"/><file name="separator.png" hash="b0964148cb3bbd9e22ecccbfcc6f0899"/><file name="shadow.png" hash="dbfa3bd02e813a59ea34ef1ac1553932"/><file name="slider-sep.png" hash="ec2f6209e6cf8bd2af3802accd4b0754"/><file name="sort-down.png" hash="0e8844880f3e3c8dfc57ef9891220cae"/><file name="sort-up.png" hash="4828cb352ac273ea730476760bd290b6"/><file name="tab.jpg" hash="b24b12ac429c450a3d93c39def33eab7"/><file name="tab.png" hash="809e564f8c32c53a0f0e74f85b3e7934"/><file name="tab_key.jpg" hash="b24b12ac429c450a3d93c39def33eab7"/><file name="tick.png" hash="1bc3837af70694b07569f005df42e61b"/><file name="toggle.png" hash="a6c443b70fdc9d9cf3576e0f9927a97c"/><file name="up.png" hash="83dd8253ab279bfacfe7eeb05c7ebc9b"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="JScriptz_MegaMenu2.csv" hash="f2c1f74b320597380fbb560a693f3893"/></dir></target><target name="magemedia"><dir name="menuitem"><dir name="file"><dir name="p"><dir name="r"><file name="prod_icon.png" hash="6d31b464f8214b7bdf0307d78d0c02da"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>JScriptz_MegaMenu2</name>
4
+ <version>1.8.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
7
  <channel>community</channel>
10
  <description>This is a mega nav extension that allows you to control your top menu links and the content below them through the admin interface. It supports HTML, Video, Tabbed Jquery, and even has a nifty contact us form. </description>
11
  <notes>This is a mega nav extension that allows you to control your top menu links and the content below them through the admin interface. It supports HTML, Video, Tabbed Jquery, and even has a nifty contact us form. </notes>
12
  <authors><author><name>Jason Lotzer</name><user>jlotty22</user><email>jasonlotzer@gmail.com</email></author></authors>
13
+ <date>2013-11-20</date>
14
+ <time>04:09:13</time>
15
+ <contents><target name="magecommunity"><dir name="JScriptz"><dir name="MegaMenu2"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Menuitem.php" hash="e2bd922a15f9e3722e2a3c4ee25927fd"/><file name="Menusetting.php" hash="19db0dceef26855ef21bd78083f308bf"/></dir></dir></dir></dir><dir name="Helper"><file name="Wysiwyg.php" hash="f4a101bec7b37f9944eae9689370684d"/></dir><dir name="Menuitem"><file name="Abstract.php" hash="544dae0a11c8de66a7c6ffe57d0eb772"/><dir name="Edit"><file name="Form.php" hash="a7a860fcfddfb8ae2482edc592ff20fe"/><dir name="Tab"><file name="Form.php" hash="750ae3a863e072850145703f7fd65318"/><file name="Menusetting.php" hash="30aa64433e394114fe74ef3396b9236f"/><file name="Product.php" hash="edb396d85360e90b9740b319f8a845c2"/><file name="Stores.php" hash="8bff88326d87be92ae08e18ded9bb986"/></dir><file name="Tabs.php" hash="13b78e0b9687c4a93f4ee9f25664a82e"/></dir><file name="Edit.php" hash="53c4b8799fc428878c93ba3755a3f742"/><dir name="Helper"><file name="File.php" hash="5b36bea0f832e02725d0b7ecb8ed1070"/></dir><file name="Tree.php" hash="2902a61d2adcfef9bbb1b3a2fd8e87f2"/></dir><file name="Menuitem.php" hash="c79ebb1c09cd2fe0c2d3fe8144f61b06"/><dir name="Menusetting"><dir name="Edit"><file name="Form.php" hash="a69448e661f36d9ea375e98037ad7f4e"/><dir name="Tab"><file name="Form.php" hash="00f79b3660ec3dc512853d067ef02096"/><file name="Menuitem.php" hash="98b9dfbea0404e0a1e35ec44ff670290"/><file name="Product.php" hash="c2c775b987076ed41df4718160841adf"/><file name="Stores.php" hash="875b61d43a2dddee4e5ad3769ab845dc"/></dir><file name="Tabs.php" hash="a1e2561648cec96f1be4ce9fd1675b3d"/></dir><file name="Edit.php" hash="88824815a1ed7e2b085940537313878e"/><file name="Grid.php" hash="a458f730218b18518f08b126b2060e6f"/></dir><file name="Menusetting.php" hash="44b201a704f43f77ddbd2c248c9e8dca"/></dir><dir name="Html"><file name="Topmenu.php" hash="bfc8cf3801cafeaf5b8e493a8fb7e01c"/></dir><dir name="Menuitem"><dir name="Catalog"><dir name="Product"><file name="List.php" hash="cf9a03ca751aaf595be5e1d3d9d096e6"/></dir></dir></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="MegaMenu2.php" hash="77ca9ac3d1c50c17911eba2339c035a9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4533f8233b792a416c15633a02ef67cf"/><file name="Menuitem.php" hash="86ecb51a9403537463a04685a4835326"/><file name="Menusetting.php" hash="95692e375b8b1bb2215a9d6b56f6a935"/><file name="Product.php" hash="7a4e09d1fd17a29d4041028c33aa8d95"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="45ea1d41d594176902e025d83dc35458"/></dir><dir name="Menuitem"><file name="Menusetting.php" hash="71c8259fa2b93a5a77ef7d2712ff813c"/><file name="Product.php" hash="4566ebbe417967b8f4f5f7e7da6cdebb"/></dir><file name="Menuitem.php" hash="d1ce3f9542c78ebd852ab43379bde217"/><dir name="Menusetting"><file name="Menuitem.php" hash="3f471b1e2d12f4a927c8ab9b2d630095"/><file name="Product.php" hash="569f352e734404ec70daef6bf4ef1a7a"/></dir><file name="Menusetting.php" hash="c716e95e715cafeab96d3315c3c93ad2"/><dir name="Resource"><dir name="Menuitem"><file name="Collection.php" hash="c9e597f713791ad32aefc55a0872749f"/><dir name="Menusetting"><file name="Collection.php" hash="22c49b57bd8286638c2df2e0a26cb261"/></dir><file name="Menusetting.php" hash="23effd90a04cdfe2fcf7a101e50dd637"/><dir name="Product"><file name="Collection.php" hash="ab51ee672f2a2860a4b372aa091265d8"/></dir><file name="Product.php" hash="052426e4629d8f2b277cd7a27ad72205"/><file name="Tree.php" hash="455695c0634713489dbb60b4651e6582"/></dir><file name="Menuitem.php" hash="5034856c86dc072f0979937adda4196f"/><dir name="Menusetting"><file name="Collection.php" hash="f9c136c4a78cea82d3ecf4ad0ce84882"/><dir name="Menuitem"><file name="Collection.php" hash="ff404b85f7b3bca0bf4a26ddac125f1f"/></dir><file name="Menuitem.php" hash="ef66bee098cc58b2416bbbfbc1c42b08"/><dir name="Product"><file name="Collection.php" hash="20b37059480b89b5a3fe11336b881ef4"/></dir><file name="Product.php" hash="031090881509beb8b738595aee1ea47d"/></dir><file name="Menusetting.php" hash="668bea4882c149da910eec49aa4ccf57"/><file name="Setup.php" hash="c6a7c5f548d829f9b2fcb6586d7640a3"/></dir><file name="SystemSettings.php" hash="3471e98e9548a06aae94bc01846bff72"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="MegaMenu2"><dir name="Menuitem"><dir name="Catalog"><file name="ProductController.php" hash="b1a2aac464fe0e11106e49b5e1e019e6"/></dir></dir><file name="MenuitemController.php" hash="e77eb3251fb78ee278e5c22c6517593d"/><dir name="Menusetting"><dir name="Catalog"><file name="ProductController.php" hash="f0f852781e8b910a577bf1a7f244eba2"/></dir></dir><file name="MenusettingController.php" hash="3be2b40143cff833a2044722bc63c4e7"/></dir></dir></dir><dir name="data"><dir name="jscriptz_megamenu2_setup"><file name="data-install-0.0.1.php" hash="df36a2ae81da5999ad1f84ffaf5c41f5"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e0278dad3ceb7f0a48574f04c09de26c"/><file name="config.xml" hash="596f3d034e8fdfc86cbf0cbe6bdbfdb8"/><file name="system.xml" hash="6f4990accf9b94b1e76141db9f744e0d"/></dir><dir name="sql"><dir name="jscriptz_megamenu2_setup"><file name="install-0.0.1.php" hash="cad9ff2f986256e1a4c5f6da31ac80bf"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JScriptz_MegaMenu2.xml" hash="35ebf14afac4c63cafb1531bd00ebdc1"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="jscriptz_megamenu2.xml" hash="b53fe6b7dff9d19cac8814dbb2dcd00f"/></dir><dir name="template"><dir name="jscriptz_megamenu2"><dir name="catalog"><dir name="product"><dir name="edit"><dir name="tab"><file name="menuitem.phtml" hash="efdb8e992bf21a54c4c599f6d30097bd"/></dir></dir></dir></dir><dir name="menuitem"><dir name="edit"><file name="form.phtml" hash="30339f175fd3c2de5927d36000093a6b"/></dir><file name="edit.phtml" hash="7e33f666f86b3eecf034b45f2c6ce86a"/><file name="tree.phtml" hash="968cc1808a7be1e9a01f904f352f629b"/></dir><dir name="menusetting"><dir name="edit"><dir name="tab"><file name="menuitem.phtml" hash="c21c0e4865c68957b8b85c71a4580a23"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="jscriptz_megamenu2.xml" hash="80cd1bcd33c5e8c77d7cfa8de0daeed4"/></dir><dir name="template"><dir name="jscriptz"><dir name="html"><file name="topmenu.phtml" hash="6892cced660cf35d8282ecf9ddd89329"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="JScriptz"><file name="mgmenu.css" hash="1be9f7023bc1be5df02c09b31ef3d5f1"/></dir></dir><dir name="js"><dir name="JScriptz"><file name="mgmenu.js" hash="b808a4e75addeeb519f24b1349ed7824"/></dir></dir><dir name="images"><dir name="jscriptz_megamenu2"><file name="Thumbs.db" hash="9bab36cc58b18e803ae6101ef6e34a31"/><file name="add-cart-mini.png" hash="a9f33fd5e6be5695a09ca4afb4d4b47b"/><file name="bg-checkout.png" hash="2a6f733742c6e47c37d7bc2305801930"/><file name="bg-product-tab.png" hash="678ed7222bb8840acb3b67ed4328c9ca"/><file name="bg-search.png" hash="432730c25de66b2651326272b99d2c4c"/><file name="bg-select.png" hash="4db99b517bdf913c4f6fa02328b49673"/><file name="bg-slider.png" hash="cf3f315a748073a991f8f4bb4b88b124"/><file name="cart.png" hash="ad3c077c0ede126538754d863ee6f52b"/><file name="checkbox.png" hash="92c5f3dd56746f7dad9a4e8ed632fa94"/><file name="collapsed.gif" hash="ef74c08289e94b7aae81766fb00d4195"/><file name="collapsed.png" hash="0613450d25c762b6a40c51768b02462d"/><file name="comments-link.png" hash="8ad80cb8806e2d072660831b1cd52122"/><file name="dotted.png" hash="0508c81a969e2b93b24936e14751d3d0"/><file name="expanded.gif" hash="3f5512a54f359343273caf7b3787ee8a"/><file name="expanded.png" hash="f7f28ae897708c78b28ead22c3692bb8"/><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/><file name="home-icon.png" hash="2b7a2e01a66b31ab10a749af8d0ff593"/><dir name="icons"><file name="Thumbs.db" hash="0fa02b97fb79bc05a901c4ca94e963d7"/><file name="mini-icons-white.png" hash="e83d93e748b6eff7e75d8b76fa570159"/></dir><file name="leftArrow.png" hash="109ca46ae5697e64b3a36a91fcdcbf8b"/><file name="line1.gif" hash="65b0c812c8d57ea72b84fc69a077a40a"/><file name="line1.png" hash="4e01064a2c78b8885f65ff7a40f78c02"/><file name="line2.gif" hash="95fc5c58069ece5eb44e198ee53b3fe1"/><file name="line2.png" hash="4e01064a2c78b8885f65ff7a40f78c02"/><file name="loading.gif" hash="e38c1a034a0c8577705e493aa95d6937"/><file name="menu-sidebar-active.png" hash="3033d40078a4b66378b7191f152a7654"/><file name="menu-sidebar.png" hash="c4305a06ab8ffaf0200fd791089e7525"/><file name="mini-icons-white.png" hash="e83d93e748b6eff7e75d8b76fa570159"/><file name="moogaloop.swf" hash="9791b5365fb156913005c3354add9bac"/><file name="page_bg.png" hash="ea2316224d45899c59bc285ba09dd920"/><file name="product01@2x.jpg" hash="707a8ebb46061e668d7e6b5cdcf9a233"/><file name="product02@2x.jpg" hash="b05b4c27c327a98db5bc116e26214948"/><file name="product03@2x.jpg" hash="bf853d2a7f37a421ad023323e339b12b"/><file name="product04@2x.jpg" hash="6a65fe14cc889d4f8effdb436fb3c946"/><file name="product05@2x.jpg" hash="a89c4fb832e7ae1c5f01e615026931b8"/><file name="product06@2x.jpg" hash="269cbd6ee56b42c962aac918905d4f4e"/><file name="product07@2x.jpg" hash="12e0afee056f22209cf58440d7233434"/><file name="product08@2x.jpg" hash="0f9a079770c7f18eeb3e5a34cc716660"/><file name="product09@2x.jpg" hash="7ef8a6b71be1ee7ce29a94983be0d1d5"/><file name="product10@2x.jpg" hash="5aa4dab244dfd6a0af36edf5769b778c"/><file name="product11@2x.jpg" hash="3bd6e862edf08870a8998f10ccc4f52a"/><file name="radio.png" hash="16cc8bc843e38e5ce17653d744c480a7"/><file name="rating-box.png" hash="6ebb6c46b545d8b97c013b2750a98ef5"/><file name="rating.png" hash="7eabd5b17ecec1a4dd9b9ffeb2f2094c"/><file name="rightArrow.png" hash="4b49ad18782e91b345d0298104d86bfc"/><file name="select.png" hash="d905661b016949f1a377491fb4cfd56a"/><file name="separator.png" hash="b0964148cb3bbd9e22ecccbfcc6f0899"/><file name="shadow.png" hash="dbfa3bd02e813a59ea34ef1ac1553932"/><file name="slider-sep.png" hash="ec2f6209e6cf8bd2af3802accd4b0754"/><file name="sort-down.png" hash="0e8844880f3e3c8dfc57ef9891220cae"/><file name="sort-up.png" hash="4828cb352ac273ea730476760bd290b6"/><file name="tab.jpg" hash="b24b12ac429c450a3d93c39def33eab7"/><file name="tab.png" hash="809e564f8c32c53a0f0e74f85b3e7934"/><file name="tab_key.jpg" hash="b24b12ac429c450a3d93c39def33eab7"/><file name="tick.png" hash="1bc3837af70694b07569f005df42e61b"/><file name="toggle.png" hash="a6c443b70fdc9d9cf3576e0f9927a97c"/><file name="up.png" hash="83dd8253ab279bfacfe7eeb05c7ebc9b"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="JScriptz_MegaMenu2.csv" hash="f2c1f74b320597380fbb560a693f3893"/></dir></target><target name="magemedia"><dir name="menuitem"><dir name="file"><dir name="p"><dir name="r"><file name="prod_icon.png" hash="6d31b464f8214b7bdf0307d78d0c02da"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
skin/frontend/base/default/css/JScriptz/mgmenu.css CHANGED
@@ -1,20 +1,17 @@
1
-
2
- @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){body{background:url(/skin/frontend/base/default/images/jscriptz_megamenu2/page_bg@2x.png) repeat}}
3
- .page_wrapper{width:80%;margin:0 auto;max-width:960px}p{font-size:12px;line-height:21px;margin-bottom:18px}
4
- .dummy_content{width:100%;margin:32px auto}
5
- .dummy_content_margin{width:100%;margin:75px auto;*padding-top:60px}
6
- .dummy_content p,.dummy_content_margin p,.dummy_content li,.dummy_content_margin li{color:#666;font-size:12px;line-height:21px;text-shadow:1px 1px 1px #fff}
7
- .dummy_content .pusher,.dummy_content_margin .pusher{width:100%;height:50px}
8
- .dummy_content a,.dummy_content_margin a{color:#888;text-decoration:none}
9
- .dummy_content a:hover,.dummy_content_margin a:hover{color:#999}
10
- .dummy_content ul,.dummy_content_margin ul{list-style:square;line-height:21px}
11
- .dummy_content h1,.dummy_content_margin h1,.dummy_content h2,.dummy_content_margin h2,.dummy_content h3,.dummy_content_margin h3{color:#222;text-shadow:1px 1px 1px #fff}@media only screen and (max-width:980px){.dummy_content,.dummy_content_margin{width:100%}
12
- .dummy_content_margin{margin:32px auto}}
13
  .col_3 {text-align:center;}
14
  h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;}
15
  .col_3 .featured_price {font-size:14px;font-weight:bold;line-height:.2em}
16
- #mgmenu1{z-index:12;width:950px;text-align:left}
17
- #mgmenu2{margin-top:12px;z-index:11}
18
  .mgmenu_container,
19
  .mgmenu_fixed,
20
  .mgmenu_footer
@@ -23,7 +20,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
23
  .mgmenu_fixed,.mgmenu_footer{width:inherit;max-width:inherit;position:fixed;top:0;*width:expression(this.parentNode.currentStyle['width'])}
24
  .mgmenu_footer{top:auto;bottom:0}
25
  .mgmenu{font-family:Arial,Helvetica,sans-serif;font-size:13px;list-style:none;padding:0;margin:0;position:relative;line-height:1;}
26
- .mgmenu>li{float:left;margin:0;padding-right:15px;-webkit-transition:background .3s;-moz-transition:background .3s;-o-transition:background .3s;-ms-transition:background .3s;transition:background .3s}
27
  .mgmenu>li:hover,.mgmenu>li.active{background-color:#131313}
28
  .mgmenu li.noactive{background:0}
29
  .mgmenu>li>a,.mgmenu>li>span{display:block;color:#fff;text-shadow:1px 1px 1px #000;font-size:12px;outline:0;text-decoration:none;padding:15px 0 14px 15px}
@@ -90,7 +87,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
90
  .mgmenu .dropdown_flyout .dropdown_parent_left{background:url("/skin/frontend/base/default/images/jscriptz_megamenu2/leftArrow.png") no-repeat 90% 9px}
91
  .mgmenu .dropdown_flyout li:hover>.dropdown_flyout_level,.mgmenu .dropdown_flyout li:hover>.dropdown_flyout_level_left{display:block}
92
  .mgmenu .dropdown_flyout .flyout_heading{font-family:Georgia,Times,"Times New Roman",serif;padding-bottom:9px;margin-bottom:9px;font-size:16px;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px #f4f4f4;-moz-box-shadow:0 1px 1px #f4f4f4;-o-box-shadow:0 1px 1px #f4f4f4;box-shadow:0 1px 1px #f4f4f4}
93
- .mgmenu p,.mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6{padding:0;margin:0;font-weight:normal;color:#222;text-shadow:1px 1px 1px #fff;margin-bottom:18px}
94
  .mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6{font-family:Georgia,Times,"Times New Roman",serif}
95
  .mgmenu p{font-size:12px}
96
  .mgmenu h1{font-size:32px}
@@ -99,7 +96,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
99
  .mgmenu h4{font-size:18px}
100
  .mgmenu h5{font-size:16px}
101
  .mgmenu h6{font-size:14px;text-transform:uppercase}
102
- .mgmenu a{text-decoration:none;color:#222;-webkit-transition:color .3s;-moz-transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;transition:color .3s}
103
  .mgmenu a:hover{color:#777}
104
  .mgmenu a:focus{background:0}
105
  .mgmenu>li ul,.mgmenu>li ol{padding:0 0 0 18px;margin:0 0 18px 0}
@@ -125,7 +122,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
125
  .mgmenu iframe{border:0;outline:0;width:100%;font-size:100%;vertical-align:baseline;background:transparent;margin-bottom:12px}
126
  .mgmenu img{border:0}
127
  .mgmenu .inline_img{max-width:100%;height:auto;width:auto\9;box-sizing:border-box;-webkit-box-shadow:0 1px 1px #999;-moz-box-shadow:0 1px 1px #999;-o-box-shadow:0 1px 1px #999;box-shadow:0 1px 1px #999;margin-bottom:18px;margin-top:6px}
128
- .mgmenu a .inline_img{opacity:.8;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;transition:opacity .3s}
129
  .mgmenu a:hover .inline_img{opacity:1}
130
  .mgmenu .inline_img_border{border:5px solid #fff}
131
  .mgmenu .mini_icon{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/mini-icons-white.png");background-repeat:no-repeat;margin-top:-2px;padding-left:6px;float:left;width:20px;height:20px}
@@ -181,7 +178,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
181
  .mgmenu .ic_right_circle{background-position:-288px -128px}
182
  .mgmenu .menubar_icon{padding:0;list-style:none;float:left}
183
  .mgmenu .menubar_icon:hover{background:0}
184
- .mgmenu .menubar_icon ul>li{list-style:none;float:left;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s}
185
  .mgmenu .menubar_icon ul>li:hover{background-color:#131313}
186
  .mgmenu .menubar_icon ul>li>a{background-repeat:no-repeat;background-position:center center;background-size:24px 24px;display:block;padding:7px 4px 9px 4px;width:24px;height:24px}
187
  .mgmenu .icon_vimeo{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_vimeo.png")}
@@ -191,7 +188,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
191
  .mgmenu .icon_flickr{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_flickr.png")}
192
  .mgmenu .contact_form{display:block;margin-bottom:10px}
193
  .mgmenu .contact_form label{font-size:12px;font-family:Arial,Helvetica,sans-serif}
194
- .mgmenu .form_element{color:#000;background-color:#fbfbfb;border:1px solid #ddd;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:96%;padding:9px 2% 9px 2%;margin:12px 0 18px 0;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef;-webkit-transition:background-color .3s ease-out;-moz-transition:background-color .3s ease-out;-o-transition:background-color .3s ease-out;-ms-transition:background-color .3s ease-out;transition:background-color .3s ease-out}
195
  .mgmenu .form_element:hover{background-color:#fcfcfc}
196
  .mgmenu .form_element:focus{background-color:#fff}
197
  .mgmenu .form_element:focus{outline:0}
@@ -200,7 +197,7 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
200
  .mgmenu .contact_form .error,.mgmenu .contact_form .success{width:96%;padding:9px 2% 9px 2%;margin:12px 0 6px 0;border:1px solid rgba(0,0,0,0.15);text-shadow:1px 1px 1px #fff;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef}
201
  .mgmenu .contact_form .error{background:#f7cac4;color:#992213}
202
  .mgmenu .contact_form .success{background:#d8f6bc;color:#2f530b;margin-bottom:12px}
203
- .mgmenu .contact_form .button{padding:7px 12px;margin:9px 12px 0 0;white-space:nowrap;font-size:11px;text-transform:uppercase;vertical-align:middle;cursor:pointer;border:1px solid #000;color:#fff;background-color:#222;text-shadow:0 1px 1px #000;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s}
204
  .mgmenu .contact_form .button:hover,.mgmenu .contact_form .button:focus{color:#fff;background-color:#1a1a1a}
205
  .mgmenu .contact_form .select_element{float:left;width:310px;overflow:hidden;position:relative;background-color:#fbfbfb;border:1px solid #ddd;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:100%;margin:12px 0 18px 0;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef}
206
  .mgmenu .contact_form .select_element select{width:100%;height:30px;font-size:12px;color:#999;padding:6px 0 6px 10px;border:0;background:0;outline:0}
@@ -243,65 +240,4 @@ h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;
243
  .mgmenu .img_description{text-align:left}
244
  .mgmenu .menubar_icon{z-index:9;float:none!important;padding:0 0 14px 0!important}
245
  .mgmenu .menubar_icon ul{width:100%;padding:0 0 9px 0!important}
246
- .mgmenu .menubar_icon ul>li{padding-left:2%;padding-right:2%}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.mgmenu>li .mgmenu_drop{background-size:9px 5px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/downArrow@2x.png")}
247
- .mgmenu_footer .mgmenu>li .mgmenu_drop{background-size:9px 5px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/upArrow@2x.png")}
248
- .mgmenu_container>.mgmenu>li.mgmenu_button,.mgmenu_fixed>.mgmenu>li.mgmenu_button,.mgmenu_footer>.mgmenu>li.mgmenu_button{background-size:24px 24px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/toggle@2x.png")}
249
- .mgmenu_trigger{background-size:35px 35px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/button_up@2x.png")}
250
- .mgmenu_trigger.active{background-size:35px 35px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/button_down@2x.png")}
251
- .mgmenu_footer ~ .mgmenu_trigger{background-size:35px 35px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/button_down@2x.png")}
252
- .mgmenu_footer ~ .mgmenu_trigger.active{background-size:35px 35px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/button_up@2x.png")}
253
- .mgmenu .dropdown_flyout .dropdown_parent{background-size:5px 9px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/rightArrow@2x.png")}
254
- .mgmenu .dropdown_flyout .dropdown_parent_left{background-size:5px 9px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/leftArrow@2x.png")}
255
- .mgmenu .mini_icon{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/mini-icons-white@2x.png");background-repeat:no-repeat;background-size:304px 144px}
256
- .mgmenu .menubar_icon ul>li>a{background-size:24px 24px}
257
- .mgmenu .icon_vimeo{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_vimeo@2x.png")}
258
- .mgmenu .icon_dribbble{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_dribbble@2x.png")}
259
- .mgmenu .icon_twitter{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_twitter@2x.png")}
260
- .mgmenu .icon_facebook{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_facebook@2x.png")}
261
- .mgmenu .icon_flickr{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_flickr@2x.png")}}@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.mgmenu li .dropdown_flyout .dropdown_parent{background-size:9px 5px;background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/downArrow-b@2x.png")}}
262
- body{font-family:Arial,Helvetica,sans-serif}
263
- .description{margin:48px auto;width:70%}
264
- .description h2{margin-bottom:48px;text-align:center;text-shadow:1px 1px 1px #fff}
265
- .description p{font-size:12px;line-height:18px;margin-bottom:18px;text-shadow:1px 1px 1px #fff;clear:both}
266
- .dropdown_flyout {}
267
- a.topnav-link {color:#fff}
268
- a.topnav-link:hover {color:#eee}
269
- .dropdown_parent {width:250px}
270
- .mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level {width:250px}
271
- .mgmenu .dropdown_flyout a, .mgmenu .dropdown_flyout .dropdown_flyout_level a{width:250px}
272
- .page_wrapper a.demo{
273
- color:#444;
274
- line-height: 24px;
275
- padding-top: 20px;
276
- padding-bottom: 20px;
277
- text-decoration:none;
278
- width:45%;
279
- margin-right:10%;
280
- font-size:16px;
281
- text-align:center;
282
- margin-bottom:36px;
283
- float:left;
284
- display:inline;
285
- border-radius:4px;
286
- box-shadow:0 1px 2px #bbb,inset 0 1px 1px #fafafa;
287
- background:#eee;
288
- background:-webkit-linear-gradient(top,#eee 0,#e8e8e8);
289
- background:-moz-linear-gradient(top,#eee 0,#e8e8e8);
290
- background:-o-linear-gradient(top,#eee 0,#e8e8e8);
291
- background:-ms-linear-gradient(top,#eee 0,#e8e8e8);
292
- background:linear-gradient(top,#eee 0,#e8e8e8)
293
- }
294
- .page_wrapper a.second{margin-right:0}
295
- @media only screen and (min-width:320px) and (max-width:767px){.page_wrapper .index{width:100%;margin-right:0}}
296
- .page_wrapper a.demo {
297
- }
298
-
299
- .page_wrapper .small {
300
- line-height: 12px;
301
- font-size: 10px;
302
- padding: 0;
303
- }
304
-
305
- @media only screen and (max-width: 767px) {
306
- .page_wrapper a.demo{width:100%;margin-right: 0;}
307
- }
1
+ .mgmenu .description{margin:48px auto;width:70%}
2
+ .mgmenu .description h2{margin-bottom:48px;text-align:center;text-shadow:1px 1px 1px #fff}
3
+ .mgmenu .description p{font-size:12px;line-height:18px;margin-bottom:18px;text-shadow:1px 1px 1px #fff;clear:both}
4
+ .mgmenu .dropdown_flyout {}
5
+ a.topnav-link {color:#fff !important}
6
+ a.topnav-link:hover {color:#eee !important}
7
+ .dropdown_parent {width:250px}
8
+ .mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level {width:250px}
9
+ .mgmenu .dropdown_flyout a, .mgmenu .dropdown_flyout .dropdown_flyout_level a{width:250px}
 
 
 
10
  .col_3 {text-align:center;}
11
  h4.featured {border-bottom:1px solid #ccc;display:block;padding:10px !important;}
12
  .col_3 .featured_price {font-size:14px;font-weight:bold;line-height:.2em}
13
+ #mgmenu1{line-height:1.5em;font: 12px/1.5em Arial,Helvetica,sans-serif;z-index:12;width:950px;text-align:left;
14
+ }
15
  .mgmenu_container,
16
  .mgmenu_fixed,
17
  .mgmenu_footer
20
  .mgmenu_fixed,.mgmenu_footer{width:inherit;max-width:inherit;position:fixed;top:0;*width:expression(this.parentNode.currentStyle['width'])}
21
  .mgmenu_footer{top:auto;bottom:0}
22
  .mgmenu{font-family:Arial,Helvetica,sans-serif;font-size:13px;list-style:none;padding:0;margin:0;position:relative;line-height:1;}
23
+ .mgmenu>li{float:left;margin:0;padding-right:15px;-webkit-transition:background .1s;-moz-transition:background .1s;-o-transition:background .1s;-ms-transition:background .1s;transition:background .1s}
24
  .mgmenu>li:hover,.mgmenu>li.active{background-color:#131313}
25
  .mgmenu li.noactive{background:0}
26
  .mgmenu>li>a,.mgmenu>li>span{display:block;color:#fff;text-shadow:1px 1px 1px #000;font-size:12px;outline:0;text-decoration:none;padding:15px 0 14px 15px}
87
  .mgmenu .dropdown_flyout .dropdown_parent_left{background:url("/skin/frontend/base/default/images/jscriptz_megamenu2/leftArrow.png") no-repeat 90% 9px}
88
  .mgmenu .dropdown_flyout li:hover>.dropdown_flyout_level,.mgmenu .dropdown_flyout li:hover>.dropdown_flyout_level_left{display:block}
89
  .mgmenu .dropdown_flyout .flyout_heading{font-family:Georgia,Times,"Times New Roman",serif;padding-bottom:9px;margin-bottom:9px;font-size:16px;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px #f4f4f4;-moz-box-shadow:0 1px 1px #f4f4f4;-o-box-shadow:0 1px 1px #f4f4f4;box-shadow:0 1px 1px #f4f4f4}
90
+ .mgmenu p,.mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6{font-weight:normal;color:#222;text-shadow:1px 1px 1px #fff;line-height:21px;margin:0;margin-bottom:18px;padding:0;}
91
  .mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6{font-family:Georgia,Times,"Times New Roman",serif}
92
  .mgmenu p{font-size:12px}
93
  .mgmenu h1{font-size:32px}
96
  .mgmenu h4{font-size:18px}
97
  .mgmenu h5{font-size:16px}
98
  .mgmenu h6{font-size:14px;text-transform:uppercase}
99
+ .mgmenu a{text-decoration:none;color:#222;-webkit-transition:color .1s;-moz-transition:color .1s;-o-transition:color .1s;-ms-transition:color .1s;transition:color .1s}
100
  .mgmenu a:hover{color:#777}
101
  .mgmenu a:focus{background:0}
102
  .mgmenu>li ul,.mgmenu>li ol{padding:0 0 0 18px;margin:0 0 18px 0}
122
  .mgmenu iframe{border:0;outline:0;width:100%;font-size:100%;vertical-align:baseline;background:transparent;margin-bottom:12px}
123
  .mgmenu img{border:0}
124
  .mgmenu .inline_img{max-width:100%;height:auto;width:auto\9;box-sizing:border-box;-webkit-box-shadow:0 1px 1px #999;-moz-box-shadow:0 1px 1px #999;-o-box-shadow:0 1px 1px #999;box-shadow:0 1px 1px #999;margin-bottom:18px;margin-top:6px}
125
+ .mgmenu a .inline_img{opacity:.8;-webkit-transition:opacity .1s;-moz-transition:opacity .1s;-o-transition:opacity .1s;-ms-transition:opacity .1s;transition:opacity .1s}
126
  .mgmenu a:hover .inline_img{opacity:1}
127
  .mgmenu .inline_img_border{border:5px solid #fff}
128
  .mgmenu .mini_icon{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/mini-icons-white.png");background-repeat:no-repeat;margin-top:-2px;padding-left:6px;float:left;width:20px;height:20px}
178
  .mgmenu .ic_right_circle{background-position:-288px -128px}
179
  .mgmenu .menubar_icon{padding:0;list-style:none;float:left}
180
  .mgmenu .menubar_icon:hover{background:0}
181
+ .mgmenu .menubar_icon ul>li{list-style:none;float:left;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;-ms-transition:background-color .1s;transition:background-color .1s}
182
  .mgmenu .menubar_icon ul>li:hover{background-color:#131313}
183
  .mgmenu .menubar_icon ul>li>a{background-repeat:no-repeat;background-position:center center;background-size:24px 24px;display:block;padding:7px 4px 9px 4px;width:24px;height:24px}
184
  .mgmenu .icon_vimeo{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_vimeo.png")}
188
  .mgmenu .icon_flickr{background-image:url("/skin/frontend/base/default/images/jscriptz_megamenu2/icons/icon_flickr.png")}
189
  .mgmenu .contact_form{display:block;margin-bottom:10px}
190
  .mgmenu .contact_form label{font-size:12px;font-family:Arial,Helvetica,sans-serif}
191
+ .mgmenu .form_element{color:#000;background-color:#fbfbfb;border:1px solid #ddd;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:96%;padding:9px 2% 9px 2%;margin:12px 0 18px 0;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef;-webkit-transition:background-color .1s ease-out;-moz-transition:background-color .1s ease-out;-o-transition:background-color .1s ease-out;-ms-transition:background-color .1s ease-out;transition:background-color .1s ease-out}
192
  .mgmenu .form_element:hover{background-color:#fcfcfc}
193
  .mgmenu .form_element:focus{background-color:#fff}
194
  .mgmenu .form_element:focus{outline:0}
197
  .mgmenu .contact_form .error,.mgmenu .contact_form .success{width:96%;padding:9px 2% 9px 2%;margin:12px 0 6px 0;border:1px solid rgba(0,0,0,0.15);text-shadow:1px 1px 1px #fff;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef}
198
  .mgmenu .contact_form .error{background:#f7cac4;color:#992213}
199
  .mgmenu .contact_form .success{background:#d8f6bc;color:#2f530b;margin-bottom:12px}
200
+ .mgmenu .contact_form .button{padding:7px 12px;margin:9px 12px 0 0;white-space:nowrap;font-size:11px;text-transform:uppercase;vertical-align:middle;cursor:pointer;border:1px solid #000;color:#fff;background-color:#222;text-shadow:0 1px 1px #000;-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-o-transition:background-color .1s;-ms-transition:background-color .1s;transition:background-color .1s}
201
  .mgmenu .contact_form .button:hover,.mgmenu .contact_form .button:focus{color:#fff;background-color:#1a1a1a}
202
  .mgmenu .contact_form .select_element{float:left;width:310px;overflow:hidden;position:relative;background-color:#fbfbfb;border:1px solid #ddd;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:100%;margin:12px 0 18px 0;-webkit-box-shadow:0 1px 1px #efefef;-moz-box-shadow:0 1px 1px #efefef;-o-box-shadow:0 1px 1px #efefef;box-shadow:0 1px 1px #efefef}
203
  .mgmenu .contact_form .select_element select{width:100%;height:30px;font-size:12px;color:#999;padding:6px 0 6px 10px;border:0;background:0;outline:0}
240
  .mgmenu .img_description{text-align:left}
241
  .mgmenu .menubar_icon{z-index:9;float:none!important;padding:0 0 14px 0!important}
242
  .mgmenu .menubar_icon ul{width:100%;padding:0 0 9px 0!important}
243
+ .mgmenu .menubar_icon ul>li{padding-left:2%;padding-right:2%}