Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Front page sidebar

New Front EN Support Forums Tokyo Theme Support Front page sidebar Reply To: Front page sidebar

#2974
mmsatori
Keymaster

Hey Jonathan,

I will answer all questions here, for the sake of continuity; perhaps future users might also find this information helpful.

1). The front page content has meta underneath it because you’ve apparently set the front page to display recent posts in the “Settings -> Reading” admin menu, thus it pulls the latest post with all it appendages, including the meta information; please try using a static front page for that setting.

2). To remove the gap above the submenus, please try this custom CSS:

@media only screen and (max-width: 3000px) and (min-width: 767px) { #header #nav-primary ul li ul { margin-top: 3px !important; } }

3). Since your menu is already customized, you’ll need additional javascript for that, something along the lines of this – and so on for each item since the colors are different in each case. You can insert the script at the bottom of the theme’s “header-functions.php” file.

4). To deal with the gaps between submenu items that appear briefly during the animation, please try removing the “10” inside the “hide(10)” and “show(10)” methods on lines 256, 266, 281 and 285 of the “header-functions.php” theme file.

Please let me know if you face difficulties with any of the above!

Sincerely,
Andrii / Satori Studio