Moved from ManageWP a while back, and have absolutely no regrets!
]]>I would love for my new website to have a header, the one that is across the background image, that has text that scales with the browser size..
Is that possible in Astra? I know you can set different sizes for different devices, but would love for the text to scale directly with the size of the browser window.
Thank you for your response!
Regards, Arko
]]><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> etc
located ??? And how can I access it-edit it?
Thanx in advance
Constantenia
Reason, I have a post carousel plugin and it picks up on the feature image of our posts but I would like to set the cube module as a featured image so it resolves (scales) dynamically to a thumbnail size or larger within the carousel. Just like you can set the shortcode in a html or text widget for a sidebar or header / footer widget area.
This would then look interesting as my carousel revolves showing up the cube.
Is this a possibility ?
look forward to your update
]]>