Dear Sir/Madam,
On the computer, the website looks awesome; but If you click on my account you get different items on the desktop version and the mobile version. Where can I find the menu (3 stripes at the right top) with the items listed? I want to add the link to instant messenger plugin; I want to add the link of my favourites plugin and I would like to add the link of my offers/offers plugin link into the mobile menu.
if I look into user-custom.php I see :
<body id="body-user-custom" class="body-ua">
<?php osc_current_web_theme_path('header.php') ; ?>
<div class="inside user_account">
<div class="user-menu-wrap">
<div class="user-button isMobile"><?php _e('Menu', 'alpha'); ?><i class="fa fa-angle-down"></i></div>
But in which file is the function: e(Menu) set-up? I can't find in the functions.php and I cannot find where the difference is between the menu of the desktop version and the menu of the mobile version, can some one please help?
Further I love the alpha theme and I'm customizing it to my preferences; once done I will share the files and translations with the whole community which contains an improved expanded car_attributes plugin, dutch translations, english and german translations for alpha and all plugins used.
PS: Only thing I find in the functions.php is :
osc_run_hook('user_menu_items');
Where can I find : user_menu_items? And where is the difference between the desktop menu and the mobile menu?
PS2: In the header.php file I find the following code:
data-menu-id="#menu-user" (if mobile)
In which file is the #menu-user items declaired? Where can I add items to the mobile menu?
Thanks in advance!
KR,
Alvin