Thread Starter
huling
(@huling)
Hello thanks for the reply.
Whith twenty twelve is ok but whit nordic theme no 🙁
it is possible that the problem is in the code on the logo button? this is the code in header.php
<div id=”header”>
<div class=”site-title”>
<?php if(get_field(“site_logo”,”options”)): ?>
” class=”logo”>
<img src=”<?php the_field(“site_logo”,”options”); ?>” alt=”<?php bloginfo(“name”); ?>”>
<?php endif; ?>
</div>
<p class=”site-description”><?php bloginfo(“description”); ?></p>
<div class=”main-menu-holder”>
<?php
wp_nav_menu(array(“theme_location” => “main_menu”,”menu_id”=>”main_menu”,”menu_class”=>”main_menu visible-lg visible-md”));
wp_nav_menu(array(“theme_location” => “mobile_menu”,”menu_id”=>”mobile_menu”,”menu_class”=>”mobile_menu non-visible”));
?>
</div>
<i class=”icon-align-justify”></i>
</div>
<!–Open Inner Content–>
<div id=”inner-content”>
<?php endif; ?>
<title><?php bloginfo(‘name’); ?> | <?php if(is_home() || is_front_page()){ bloginfo(“description”); } wp_title(“”,true,””); ?></title>