Comments 2Paolo started the conversationMarch 15, 2017 at 5:22pmHi,I'd like to customize the link of the menu logo (by default, obviously, it's linked to the Front Page, as Home button), by I don't know what .php files I have to edit, and how. Could you help me? Thanks 7,092Oliver repliedMarch 15, 2017 at 5:41pmHI!You need to edit:/wp-content/themes/scalia/header.phpline 88 and line 119Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2Paolo repliedMarch 15, 2017 at 5:49pmHI!Are you sure about the lines? In that file I see88. <?php endif; ?>119. <?php wp_nav_menu(array('theme_location' => 'primary', 'menu_id' => 'primary-menu', 'menu_class' => 'nav-menu dl-menu styled no-responsive', 'container' => false, 'walker' => new Scalia_Mega_Menu_Walker)); ?>I've tried to read the code, and maybe could be this?131. <a href="<?php echo esc_url(home_url('/')); ?>" rel="home"> 7,092Oliver repliedMarch 15, 2017 at 6:02pmPls. check attachPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 2Paolo repliedMarch 15, 2017 at 7:25pmThanks! Everything's ok. Sign in to reply ...
Hi,
I'd like to customize the link of the menu logo (by default, obviously, it's linked to the Front Page, as Home button), by I don't know what .php files I have to edit, and how. Could you help me? Thanks
HI!
You need to edit:
/wp-content/themes/scalia/header.php
line 88 and line 119
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
HI!
Are you sure about the lines? In that file I see
88. <?php endif; ?>
119. <?php wp_nav_menu(array('theme_location' => 'primary', 'menu_id' => 'primary-menu', 'menu_class' => 'nav-menu dl-menu styled no-responsive', 'container' => false, 'walker' => new Scalia_Mega_Menu_Walker)); ?>
I've tried to read the code, and maybe could be this?
131. <a href="<?php echo esc_url(home_url('/')); ?>" rel="home">
Pls. check attach
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks! Everything's ok.