capcomp
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] All submenus displaying on hoverMat – I tracked down the issue to two missing javascripts. Will have the developer r-add them to the site.
Thanks,
DaleForum: Plugins
In reply to: [Advanced Sidebar Menu] All submenus displaying on hoverMat – Any thoughts on the js?
Thanks,
DaleForum: Plugins
In reply to: [Advanced Sidebar Menu] All submenus displaying on hoverHi Mat – The JS is called as part of the Thesis Theme’s HTML Head scripts. Specifically, <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js”></script>
Cheers,
DaleForum: Plugins
In reply to: [Advanced Sidebar Menu] Cascading Menus not displayingHell Mat – Traced through the css that was included in the Thesis theme skin and found it was missing the a and hover actions. Should have three lines:
ul.parent-sidebar-menu ul ul{
display: none;
}
ul.parent-sidebar-menu:hover ul ul{
display: block;
}
ul.parent-sidebar-menu:a ul ul{
display: block;
}Working fine now.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Cascading Menus not displayingHello Mat – Cleared the firewall cache which finally removed the Line 1057 code. Menu now loads fully open as opposed to opening on hover. Before removing Line 1057 it was not opening at all so this helps. Any way to restore the hover open that previously existed?
Thanks!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Cascading Menus not displayingHello Mat – I went in and commented out the above code but it is still not displaying the Workshops menu.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] SSL not working after 3.8 updateRoss – Reloaded from a backup and reapplied the updates and all is well now. Thanks for the quick response.
Regards,
CapComp