@Richard
Dear Richard,
can't thank you enough.
That worked out perfectly.
All the best from Chicago,
Philipp
@Richard
Dear Richard,
can't thank you enough.
That worked out perfectly.
All the best from Chicago,
Philipp
Hi there,
I made the terrible mistake and tried to paste the google analytics code in the theme file editor / header.php code.
I removed it immediately but now it seems like I damaged the code, because my menu won't show up...
the website is philippgroth.com
and the code in the header.php right now looks like this:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<?php
$title = get_bloginfo('name');
if(!is_front_page()){
$sep = get_option( 'misc_options_title_separator', '—' );
$title .= ' '.$sep.' '.trim(wp_title('',false));
}
?>
<title><?php echo $title; ?></title>
<?php wp_head();
Frontend::get_meta();
Frontend::get_custom_head_content();
Frontend::get_max_width_option_css();
Frontend::get_custom_lay_css();
$theme = wp_get_theme();
echo '<!-- Thank you for using Lay Theme '.$theme->get( 'Version' ).' by 100k Studio -->';
echo '<!-- Fix for flash of unstyled content on Chrome -->';
echo '<style>.sitetitle, .laynav, .project-arrow, .mobile-title{visibility:hidden;}</style>';
?>
</head>
<body <?php body_class(); ?> <?php echo Frontend::get_body_data(); ?>>
<?php
do_action('laytheme_after_bodytag');
Thank you so much,
Philipp