Hi Guys,
I was playing around with Theme2 and what I would like to achieve is like this..
Topbar menu items should be moved to menu dropdown(which is in Theme2 demo on Metronic https://keenthemes.com/metronic/preview/angular/demo2/) and remove top bar completly which will gain some real estate on the screen.Currently, too much of scrolling. The reason I am asking is, I have side bar for each area I am in (like Human resources, customent relationship,Adminstration etc in dropdown menu) so I don't need to show topbar at all once the user is in that area. To go to another area, user can select that area from menu dropdown.
I have the same problem with defualt theme too. Side bar changes based on each area I am in. Showing the main side bar only takes up some valued realestate and shows mulitple side bars and squeezes the content area.
Please suggest on how to acheve this behaviour.(Angular version)
Thanks
Thanks for the response @jims
Updating Windows defender definition to the current solved the problem.
Anyone looking into this post...This post was not getting listed in the support list not sure why.
When 6.3.1 is dowloaded I get "Virus detected" in Windows defender. When I open the windows defender, I see this is related to Trojan:Win32/Cloxer.D!cl
As per this article I am not sure, I can take the copy of 6.3.1.
https://quickremovevirus.com/how-to-remove-trojanwin32-cloxer-dcl-solved/
Please clean it up so that we can feel safe to download the file.
PS: Previous post with the same subject was closed by the person who raised the issue. But, i am concerned with the issue.
Thanks
same here...I got the same message "virus detected" by Windows Defender. Unable to download 6.3.1
Thanks @aaron for the pointers.
Hi @ismcagdas ,
Do you have sample project on implementation of event bus?
Thanks
I thnk it is due to the project name change in the download page. It used to be Company name and project name as seperate fields. Now, it is combined. When the project is generated with actual MyCompanyName.ProjectName, the files/classes which used to be with project name are renamed to actual MyCompanyName.ProjectName which is causing the problem.
This is what my parameters
One of the file it generated is like this...many more fiiles like below.
namespace InsureIT.Jasper
{
public class InsureIT.JasperConsts
{
public const string LocalizationSourceName = "InsureIT.Jasper";
public const string ConnectionStringName = "Default";
public const bool MultiTenancyEnabled = true;
public const int PaymentCacheDurationInMinutes = 30;
}
}
I could download with myCompany.ProjectName but I cannot compile as it uses namespace myCompany.ProjectName but class name is changed to myCompany.ClassName. I get an error "The name myCompany.filename doesn't exisit in current context" . All the files which used to start with ProjectName are not converted properly and shows in errorlist.