Installed WordPress and still analyzing … I still haven’t gotten used to it ㅠㅠ
I spent a lot of time just figuring out how to install the menu, so it was hugely delayed
- When a submenu item was a page (?), Navigate couldn’t display the focus properly.
I made a temporary fix, and it works as expected. I should look into it some more.
(File location: /themes/Polished/includes/scripts.php)
[php]
//var active_subpage = jQuery(‚ul.sf-menu ul li.current-cat, ul.sf-menu ul li.current_page_item‘).parents(‚li.top-level‘).prevAll().length;
var active_subpage = jQuery(‚ul.sf-menu ul li.current-cat, ul.sf-menu ul li.current-menu-item‘).parents(‚li.top-level‘).prevAll().length;
[/php] - Installed plugins
– Automatic Subdomains
– jQuery Vertical Accordion Menu
– root Cookie
– Permalink Editor (installed, but currently inactive)



