FCA Widgets 1.0.8 - Custom Menus and Widgets Plugin
Hi everyone,
Another minor update to the Widgets plugin with a few improved features.
π Icons now support images
π You can opt to pull in the icon directly from the space or course you are linking to (does not work if you used SVG)
π Unread count now showing on menu item
π Lock icon now showing on menu item
π§ FIXED: Active state for theme compatibility now working correctly
With these updates you should now be able to completely replace the default sidebar menu to include dynamic groups of links that aren't just spaces and courses.
As always, this is free and experimental so please expect a few bugs here and there and if you report them below I can fix them asap.
In the next version expect:
β‘οΈ FluentCRM tag support for visibility
β‘οΈ Improved user interface
That's a solid contribution...your work has been very helpful in providing a smooth and effective user experience for our sites. Thank you Ross.
Thanks Ross FCAΒ question... what if one desires to have the desktop main menu at the top appear in the left menu like mobile? possible? Then both desktop and mobile appear both on the left for the main menu with no top navigation menu for desktop.
Morgan McArthurΒ it's possible. You can hide the top nav menu using the css below in the custom css section inside the customization setting of your portal + if you have got pages with the theme compatibility frame, then using the css below in your functions.php file or in any code snippet plugin:
.fcom_top_menu .top_menu_center {
display: none;
}
Then, you can add those top menu items in the sidebar using Ross's FCA Widget plugin.
arjun arjunΒ thanks for your input, so using Ross's FCA Widget plugin for the side menu for desktop it's not the spaces menus correct? As I don't want a main menu with a drop down by creating a menu through spaces, just a main menu name with a direct link to the page.
Morgan McArthurΒ With Ross's FCA Widget plugin, you can have the spaces menu items plus your custom menu items for your desired pages. Or you can completely disable the default spaces menu and have it replaced with your custom menu items. So His plugin will completely work to your choice and preference.
arjun arjunΒ Thank you! that's great! appreciate the clarification ;)
