Header Issue
-
I want to change:
<meta name=viewport content=”width=device-width,initial-scale=1,user-scalable=no”>
to this:
<meta name=viewport content=”width=device-width,initial-scale=1,maximum-scale=5″>
<meta name=HandheldFriendly content=true>in my header.php in order to satisfy Google Page Speed recommendation but when I go to my file manager and edit the header.php file it only contains this code:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”/><link rel=”profile” href=”https://gmpg.org/xfn/11″/>
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php endif; ?><?php do_action( ‘stockholm_qode_action_header_meta’ ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
/*
* @hooked stockholm_qode_include_preloader
* @hooked stockholm_qode_include_sidearea
*/
do_action( ‘stockholm_qode_action_before_page_wrapper’ ); ?>
<div class=”wrapper”>
<div class=”wrapper_inner”>
<?php
/*
* @hooked stockholm_qode_include_vertical_header_area
* @hooked stockholm_qode_include_popup_area
* @hooked stockholm_qode_include_popup_subscribe_area
* @hooked stockholm_qode_include_fullscreen_search_area
* @hooked stockholm_qode_include_paspartu_area
* @hooked stockholm_qode_include_back_to_top
*/
do_action( ‘stockholm_qode_action_before_page_header’ );get_template_part( ‘framework/modules/header/templates/header-area’ );
?><div class=”<?php echo esc_attr( apply_filters( ‘stockholm_qode_filter_content_classes’, ‘content’ ) ); ?>”>
<?php do_action( ‘stockholm_qode_action_after_content’ ); ?><div class=”<?php echo esc_attr( apply_filters( ‘stockholm_qode_filter_content_inner_classes’, ‘content_inner’ ) ); ?>”>
<?php do_action( ‘stockholm_qode_action_after_content_inner’ ); ?><?php get_template_part( ‘title’ ); ?>
<?php get_template_part( ‘slider’ ); ?>Where is the code that I clearly see on Google Pagespeed Insights
<!DOCTYPE html>
<html lang=el>
<head>
<meta charset=UTF-8>
<link rel=profile href=https://gmpg.org/xfn/11>
<meta name=viewport content=”width=device-width,initial-scale=1,user-scalable=no”>
<link rel=”shortcut icon” type=image/x-icon href=https://mlvoi78o3uwm.i.optimole.com/atWThhw–BPZTuou/w:auto/h:auto/q:auto/https://www.psychologos-giannopoulou.gr/wp-content/uploads/2020/07/favicon-32×32-1.png>
<link rel=apple-touch-icon href=https://mlvoi78o3uwm.i.optimole.com/atWThhw–BPZTuou/w:auto/h:auto/q:auto/https://www.psychologos-giannopoulou.gr/wp-content/uploads/2020/07/favicon-32×32-1.png>
<title>Ψυχολ?γο? Περιστ?ρι, Κωνσταντ?νια Γιαννοπο?λου</title> etclocated ??? And how can I access it-edit it?
Thanx in advance
ConstanteniaThe page I need help with: [log in to see the link]
- The topic ‘Header Issue’ is closed to new replies.