maryhellen
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Add a custom notification template tagThanks. I’ll waiting. Thanks again.
Forum: Themes and Templates
In reply to: [Longevity] Social menu does not displayThanks, also for the very fast answer. Have a great day!
Forum: Plugins
In reply to: [Facebook Comments] Mysterious security warning bugging my websiteSame thing for me, but in my case is Facebook Button Plugin:
http://wordpress.org/extend/plugins/facebook-button-plugin/When i deactive this plugin error text disappear.
Strange thing is that this text error appear only in specific pages or srticles.I had same problem and I’ve resolved in this way:
in the 404.php insert this code where you want to make display your sidebar:<?php // Custom widget Area Start if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Left sidebar - 2') ) : ?> <?php endif; // Custom widget Area End ?>Substitute ‘Leftsidebar- 2’ with your sidebar name (You’ll find it in the functions.php).
Hope it helps.
i’ve resolved in this way:
I’ve changed this code ub the header.php:global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' );in this way:
wp_title('');Hope it will help you too.
Now i’ve updated to wordpress 3.4.2 and plugin 1.2.8.6 version but problem still occurs.
This problem occurs after i have switched from AIOSP to SEO WORDPRESS.
Thanks
Sorry, i’ve forgotten to add theme used: Twenty eleven.
Thanks
WordPress version: 3.4.1
WordPress SEO version: 1.2.8.5.I did this: i have tried with latest version and I’ve cleared permalink title template for posts, pages, authors, media ecc.
I expected the plugin to do this: display text as i written, manually for every post and page
Instead it did this: add site name without space to page and post title: e.g. Post TitleBlog Name (yes without space).
Thanks