pavit User: * psswrd: *****
*i don't know how to post message as private.
Hi pankaj83
I applied classes to your menus through megamenu and it saved correctly it .
Could you detail the error encountered describing step by step how to replicate it ?
pavit last night i downloaded dx FontAwesome button from this link (https://extensions.joomla.org/extensions/extension/edition/editor-buttons/dx-fontawesome-button/) and installed component and plugin. Mega menu was working fine. Today i was adding icon to mega menu, saved setting and checked frontend, mega menu functions were disabled. I tried to make and save changes but with no success. Then i uninstalled to above component and plugins.
Before doing this i made changes in mega menu by following your post [https://www.joomlart.com/forums/d/1947-home-button-icon-size-and-margin/2] and changed "Home" text to icon in mega menu. It was working fine.
I added the custom class and as you can see it works fine now
Regards
There is no change at my side. Checked in different browsers, menu showing "Home" text not icon. Also i tried to change other submenu styles but changes are not saved. please check.
pankaj83
Please update your php version to a most recent one , you are on a 5.6 version it is outdated
pavit php is updated to latest version 7. Menu is saving now. please remove sidebar from mega menu (or nav bar) as shown in image.
pankaj83 please remove sidebar from mega menu (or nav bar) as shown in image.
Kindly check now. Have turned Off-canvas Sidebar to Off in T3 framework settings as seen in screenshot
its working, but menu not showing in responsive mode
pankaj83 menu not showing in responsive mode
You may check now. Have enabled the option as seen in screenshot
I want homepage like this: http://shop.timexplore.com/
in large screen, off-canvas icons not showing but in small screen they appear as soon as we change screen size.
pankaj83 in large screen, off-canvas icons not showing but in small screen they appear as soon as we change screen size.
You may review now. Have added this media query CSS to custom.css file to get the results as envisaged
@media only screen and (min-width:768px) {.off-canvas-toggle {display: none !important;}}