Niramaya
Forum Replies Created
-
Thanks for the update.
As I pointed out earlier, the actual “preferred” algorithm is not working. I never use G+ yet I do see it as an option as opposed to Pinterest which I use regularly yet don’t see.
Until the custom service list is fixed, could you pls advise on how I can code addthis tags directly into wordpress for Facebook, Twitter, and Pinterest?
Thanks!
Forum: Fixing WordPress
In reply to: Decreasing space btw Sidebar and PostI was not aware. So when IS IT appropriate to seek help here? I imagine this could have been a challenge w/ a standard theme too.
Forum: Fixing WordPress
In reply to: Decreasing space btw Sidebar and PostI find it quite wide as is.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterestsame here. been waiting on answer for quite some time. see here: http://wordpress.org/support/topic/wordpress-plugin-issues-with-facebook-and-pinterest?replies=1
OG has been added to my page.
When do you expect the custom service issue to be resolved?
Hi Joost – Tried that yesterday, didn’t quite work. I’m trying to figure out if FB’s debugger generating a 502 response code is indicative of a larger issue. If it’s not accessing the blog properly that would mean it’s not picking up the right tag info (Yoast or otherwise). My knowledge is limited here so it’s merely a guess…
Is it possible that existing meta tag in my header.php is overriding the SEO plugin’s optimization, based on what I see in page source?
When view sourcing http://reasonandfolly.com/gallery-sample-3/, I see:
<title>Gallery sample | Reason & FollyReason & Folly</title> <meta name="description" content="Gallery sample" /> <meta charset="UTF-8" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="icon" type="image/png" href="http://reasonandfolly.com/wp-content/themes/moustachey/favicon.png" /> <link rel="apple-touch-icon-precomposed" href="http://reasonandfolly.com/wp-content/themes/moustachey/apple-touch-icon-precomposed.png" /> <link rel="pingback" href="http://reasonandfolly.com/xmlrpc.php" /> <link rel="stylesheet" href="http://reasonandfolly.com/wp-content/themes/moustachey/style.css?v=1-2-2" media="all" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <!-- This site is optimized with the Yoast WordPress SEO plugin v1.3.2 - http://yoast.com/wordpress/seo/ --> <meta name="description" content="Prior to the invention of the sawmill, boards were rived and planed, or more often sawn by two men with a whipsaw, using saddleblocks to hold the log, and a saw pit for the pitman who worked below. Sawing was slow, and required strong and hearty men."/> <link rel="canonical" href="http://reasonandfolly.com/gallery-sample-3/" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@@ReasonandFolly"> <meta name="twitter:description" content="Prior to the invention of the sawmill, boards were rived and planed, or more often sawn by two men with a whipsaw, using saddleblocks to hold the log, and a saw pit for the pitman who worked below. Sawing was slow, and required strong and hearty men."> <meta property='og:locale' content='en_US'/> <meta property='og:title' content='Gallery sample - Reason & Folly'/> <meta property='og:description' content='Prior to the invention of the sawmill, boards were rived and planed, or more often sawn by two men with a whipsaw, using saddleblocks to hold the log, and a saw pit for the pitman who worked below. Sawing was slow, and required strong and hearty men.'/> <meta property='og:url' content='http://reasonandfolly.com/gallery-sample-3/'/> <meta property='og:site_name' content='Reason & Folly'/> <meta property='og:type' content='article'/> <meta property='og:image' content='http://media-cache-ec2.pinterest.com/upload/275352964687234824_HtGRd2s2_c.jpg'/> <!-- / Yoast WordPress SEO plugin. -->This is what’s currently in my header.php file:
<head> <title><?php global $page, $paged; wp_title( '|', true, 'right' ); bloginfo( 'name' ); $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'meanthemes' ), max( $paged, $page ) ); ?> </title> <meta name="description" content="<?php if ( is_single() ) { single_post_title('', true); } else { bloginfo('name'); echo " - "; bloginfo('description'); } ?>" /> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="icon" type="image/png" href="<?php echo $general_options['faviconupload'] ? esc_url( $general_options['faviconupload'] ) : ''; ?>" /> <link rel="apple-touch-icon-precomposed" href="<?php echo $general_options['appletouchupload'] ? esc_url( $general_options['appletouchupload'] ) : ''; ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=1-1-8" media="all" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <?php if( $general_options[ 'google_analytics' ] ) { ?>No, it’s not an active plugin at the moment.
Forum: Fixing WordPress
In reply to: Locked out of WP Admin and my site – Help.Thanks a million! It worked.
FYI – I attempted to use the Custom Service List to override the algorithm by entering (facebook_like,twitter,pinterest,email) and it did not work.
Re: the meta tag, where would I need to insert these?
Hi!
– The FB button does not result in an actual post on FB. I’ve tried it several times, nothing actually posts.
– Re: algorithm: Odd because I personally don’t use G+ (the button i see), and use Pinterest (the option i don’t see). Is there a way to override this for myself and other visitors to the blog?
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Thank you 🙂
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?I absolutely have it on my agenda of things to learn. I’ve explored some tutorials etc (feel free to point me to some). I do have additional changes in mind down the road and completely aware child themes are a necessity. All changes I’ve made so far are saved in the meantime.
Is is bordering on taking advantage but I’ll ask anyway 🙂
I decreased the margin suggested earlier to 10px ( margin-right: 20px;
}, how would I go about decreasing the space to the left of // to make it even?Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Child themes.. That would be a lesson for the future I suppose 🙂