imagaria
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile versions not responsive anymore?Hi Rajan,
I saw your note “Do you remove any meta tags in your theme template?”
Only thing I did was Add Plugin “Insert Header and Footer” so that i could add the Facebook PIXEL to my web page. The pixel is working, but did that cause the problem?
Gary
Forum: Fixing WordPress
In reply to: Mobile versions not responsive anymore?Hello,
Yestetday I upgraded from the middle plan to the Business/Pro plan.And now my site is NO LONGER mobile responsive
Why did this happen?
Gary
garyalipio.comForum: Fixing WordPress
In reply to: Issues verifying google webmaster tools with metatagHeader.php section. Am I putting my google webmaster tools metatag info in the correct place? I can’t get it to verify. Here’s the site http://www.garysideas.com
<!DOCTYPE html>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head>
<meta name=”google-site-verification” content=”h6DET5fVZMNY4S2eiwN8THQLjtco6K_–1KC6SjQvxI” /><meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ /><title><?php ui::title(); ?>Gary Alipio’s Ideas</title>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link href=’http://fonts.googleapis.com/css?family=Open+Sans:bold’ rel=’stylesheet’ type=’text/css’>
<link href=’http://fonts.googleapis.com/css?family=Oswald’ rel=’stylesheet’ type=’text/css’>
<link href=’http://fonts.googleapis.com/css?family=Droid+Sans’ rel=’stylesheet’ type=’text/css’><?php wp_head(); ?>
<?php if (is_home() && option::get(‘featured_posts_show’) == ‘on’ || get_post_type() == ‘portfolio’) { ui::js(“slides”); } ?>
<meta name=”google-site-verification” content=”h6DET5fVZMNY4S2eiwN8THQLjtco6K_–1KC6SjQvxI” /></head>
Forum: Fixing WordPress
In reply to: How to upload google html to WordPress.com and ww.wp.xz.cn site?Okay, i got the wordpress.COM site verified by using Alternate Methods and HTML tag, adding it in Tools/Google master tools.
But ww.wp.xz.cn, adding the Alternate Method into Appearance/Editor/Header and adding the <meta name=”google-site-verification” content=”h6DET5fVZMNY4S2eiwN8THQLjtco6K_–1KC6SjQvxI” /> just before the </head> isn’t working like suggested here: https://ww.wp.xz.cn/support/topic/trying-to-add-google-verification-meta-tag-to-homepage?replies=9
here’s how i put it:
<!DOCTYPE html>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ /><title><?php ui::title(); ?></title>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link href=’http://fonts.googleapis.com/css?family=Open+Sans:bold’ rel=’stylesheet’ type=’text/css’>
<link href=’http://fonts.googleapis.com/css?family=Oswald’ rel=’stylesheet’ type=’text/css’>
<link href=’http://fonts.googleapis.com/css?family=Droid+Sans’ rel=’stylesheet’ type=’text/css’><?php wp_head(); ?>
<?php if (is_home() && option::get(‘featured_posts_show’) == ‘on’ || get_post_type() == ‘portfolio’) { ui::js(“slides”); } ?>
<meta name=”google-site-verification” content=”h6DET5fVZMNY4S2eiwN8THQLjtco6K_–1KC6SjQvxI” />
</head>Any Suggestions?
garyThank you for the TEXT tab tip. It still didn’t center it though. Any other ideas?
http://garysideas.com/?page_id=389&preview=true&preview_id=389&preview_nonce=aa058d00f7
Thank you. But I don’t think I did this correctly. I typed this into the Page section:
[<center><span style=”text-align:left;”>] [codepeople-html5-media-player id=1] [</span></center>]And the pre-media and post-media code appeared directly on the page like the screenshot I attached.
I’m not a developer, so should this code go somewhere else? OR what else could I try in the Page space?