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: How to add Large Text template to Menu

New Front EN Support Forums Kanso Theme Support How to add Large Text template to Menu Reply To: How to add Large Text template to Menu

#2511
groupnvdev
Participant

Solved:

Remove from Line 121 of Header.php
if ( basename( get_page_template() ) != ‘page_large-text.php’ && basename( get_page_template() ) != ‘page_google-map.php’ ) {

and
} from Line 127