Topic: Elegant Theme Issues
Greetings;
I'm running frontaccounting 2.4.6 on php 7.1, in a sub-directory (mysite.com/frontaccounting).
The Elegant theme looks wonderful!
When I click on a top level menu like Sales, Purchases, or Dimensions, and then click on a lower level menu item, like Sales > Sales Quotation Entry, everything is fine. But if I click on another lower level menu item, like Sales > Sales Order, the subdirectory gets dropped from the url and it tries to serve mysite.com/sales/sales_order_entry.php?NewOrder=Yes instead of mysite.com/frontaccounting//sales/sales_order_entry.php?NewOrder=Yes.
If I click on a top level menu item again, I can click on a lower level menu item again, but again, only once. A second click on a lower level menu item will again drop the subdirectory from the url.
I hope this is something that can be fixed.
Thanks!