-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.15
-- PHP version -- : 7.3.14
-- Browser(s) name and version -- : Chrome 80
Hi guys,
I'm having back issues with the User/Vendor Control Panel:
1 - I'm looking to have back an horizontal icon Control Panel menu centered at the top of the Control Panel page (
here an example
), instead to have back vertically and on the left.
- As far as I know, there are no settings for the Control Panel menus
- As far as I see, I cannot even set the Vendor one through the: HikaMarket > Configuration > Main > Statistics options
- So, I thought to do it through CSS hiding it and rebuilding it with a Custom Module, but the code seems to not be responsive and when I apply a "display: none" the rest of content is not resized to 100% and the result is to have an awful empty 25% column on the left - Please, Do you have a tip for it ?
- If
to modify the layout
is the only solution, Please, Can you suggest it for both ?
2 - Issue - All the Customer / Vendor Control Panel menu icons links SEF URLs are following an English default prefilled URL, while the SEF URL it should be follow the language string. In this way, for example, the User COntrol Panel URL:
...index.php?option=com_hikashop&ctrl=address right now is .../address
While, being my site in Spanish, the SEF URL should be .../direccion where "direccion" is the Spanish translation of the ..... string
+ In that way I would be able to change my Menus URLs changing the menu title.
3 - The "Vendor Account" link SEF URL is .../vendor/form and cannot be corrected (direct consequence of point 2) and the second / slash is not a good thing. Solved the point 2 it would be (for example) .../vendor-account that would be really better
4 - I like tooltips, I use them like an "onsite small guide".
Please, Would be possible to add them to the Vendor Control Panel menu icons like are yet in the Customer Control Panel menu icons ?