{"id":160308,"date":"2018-06-27T09:34:34","date_gmt":"2018-06-27T08:34:34","guid":{"rendered":"https:\/\/www.megamenu.com\/documentation\/digital-law-copy\/"},"modified":"2018-06-27T09:37:14","modified_gmt":"2018-06-27T08:37:14","slug":"stylic","status":"publish","type":"ht_kb","link":"https:\/\/www.megamenu.com\/documentation\/stylic\/","title":{"rendered":"Stylic"},"content":{"rendered":"<h3>Remove Residual Styling<\/h3>\n<p>Copy the header.php file to your <a href=\"https:\/\/codex.wordpress.org\/Child_Themes\">Child Theme<\/a>.<\/p>\n<p>Find:<\/p>\n<pre class=\"lang:default decode:true\">&lt;!-- Menu start --&gt;\r\n&lt;div class=\"mob_nav header-list-item\"&gt;\r\n    &lt;div id=\"cssmenu\"&gt;\r\n        &lt;?php $stylic_defaults = array(\r\n                'theme_location' =&gt; 'primary',\r\n                'container' =&gt; 'ul',\r\n                'items_wrap' =&gt; '&lt;ul class=\"mobilemenu\"&gt;%3$s&lt;\/ul&gt;',\r\n            );\r\n            wp_nav_menu($stylic_defaults); ?&gt;\r\n    &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;!-- Menu end --&gt;<\/pre>\n<p>Replace with:<\/p>\n<pre class=\"lang:default decode:true  \">&lt;!-- Menu start --&gt;\r\n&lt;div class=\"nav\"&gt;\r\n    &lt;!-- avoid JS error --&gt;\r\n    &lt;div id='cssmenu' style='display: none;'&gt;&lt;ul&gt;&lt;li&gt;&lt;\/li&gt;&lt;\/ul&gt;&lt;\/div&gt;\r\n    &lt;!-- output the menu --&gt;\r\n    &lt;?php wp_nav_menu(array('theme_location' =&gt; 'primary')); ?&gt;\r\n&lt;\/div&gt;\r\n&lt;!-- Menu end --&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Remove Residual Styling Copy the header.php file to your Child Theme. Find: &lt;!&#8211; Menu start &#8211;&gt; &lt;div class=&#8221;mob_nav header-list-item&#8221;&gt; &lt;div id=&#8221;cssmenu&#8221;&gt; &lt;?php $stylic_defaults = array( &#8216;theme_location&#8217; =&gt; &#8216;primary&#8217;, &#8216;container&#8217; =&gt; &#8216;ul&#8217;, &#8216;items_wrap&#8217; =&gt; &#8216;&lt;ul class=&#8221;mobilemenu&#8221;&gt;%3$s&lt;\/ul&gt;&#8217;, ); wp_nav_menu($stylic_defaults); ?&gt; &lt;\/div&gt; &lt;\/div&gt; &lt;!&#8211; Menu end &#8211;&gt; Replace with: &lt;!&#8211; Menu start &#8211;&gt;&#8230;<\/p>\n","protected":false},"author":1,"comment_status":"open","ping_status":"open","template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"ht-kb-category":[15],"ht-kb-tag":[],"class_list":["post-160308","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-theme-integration"],"uagb_featured_image_src":[],"uagb_author_info":{"display_name":"Tom Hemsley","author_link":"https:\/\/www.megamenu.com\/author\/megamenu\/"},"uagb_comment_info":0,"uagb_excerpt":"Remove Residual Styling Copy the header.php file to your Child Theme. Find: &lt;!-- Menu start --&gt; &lt;div class=\"mob_nav header-list-item\"&gt; &lt;div id=\"cssmenu\"&gt; &lt;?php $stylic_defaults = array( 'theme_location' =&gt; 'primary', 'container' =&gt; 'ul', 'items_wrap' =&gt; '&lt;ul class=\"mobilemenu\"&gt;%3$s&lt;\/ul&gt;', ); wp_nav_menu($stylic_defaults); ?&gt; &lt;\/div&gt; &lt;\/div&gt; &lt;!-- Menu end --&gt; Replace with: &lt;!-- Menu start --&gt;...","_links":{"self":[{"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb\/160308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/comments?post=160308"}],"version-history":[{"count":3,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb\/160308\/revisions"}],"predecessor-version":[{"id":160314,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb\/160308\/revisions\/160314"}],"wp:attachment":[{"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/media?parent=160308"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb-category?post=160308"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.megamenu.com\/wp-json\/wp\/v2\/ht-kb-tag?post=160308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}