How to integrate WPLMS and UberMenu? Currently they are not compatible as the theme residual styling interfering with UberMenu. However, UberMenu have specific process for manual integration. Pls check the below link. But even the manual integration doesn’t work for me with WPLMS.
https://sevenspark.com/docs/ubermenu-3/integration/manual
The integration based on taking the menu out of the theme containers, by placing the below code in the theme php headers:
<?php ubermenu( 'main' , array( 'theme_location' => 'main-menu' ) ); ?>
The integration incudes another conditional function to address two important things:
1) Prevent overwritten on theme update
2) The native theme menu should be working in case of deactivating UberMenu
My question:
Which and where is this php file and where to place the code exactly inside it.
@gaffar62
As you want to customize the header style and also want to prevent this header style from losing whenever you update the theme or the plugin.
What you have to do is install the wplms blank child theme
Go to wp-admin > Appearance > Themes > Upload the zip and activate the blank child theme
Now create the files in the blank child theme folder
Installing Blank Child Theme will prevent your customization from losing during update