scuderiadank
Forum Replies Created
-
Same here…
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Excerpt duplication in Google PlusIt’s the Open Graph module that’s causing the problems in Google Plus. Once disabled, sharing content appears works as normal.
Delete the plugin using FTP. I had to as there was no way of being able to deactivate it.
And once you’ve done that, use an alternative social sharing plugin!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Excerpt duplication in Google PlusLooks similar to this: http://motorsportmusings.co.uk/seo_googleplus.png
That’s me sharing this post from my website.
Problem only exists in SEO Ultimate version 7.3 upwards.
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Excerpt duplication in Google PlusWell, not only is the excerpt being duplicated in Google Plus now, so is the post’s title and it doesn’t look very good when sharing content.
Some assistance would be appreciated!
Same problem here.
Anyone know of any other templates tutorial?
Forum: Themes and Templates
In reply to: [Radius] [Theme: Radius] EllipsisFound out how to remove them.
They’re contained within the utility.php within the lib folder.
Forum: Themes and Templates
In reply to: [Radius] [Theme: Radius] Featured Image not working in IEDiscovered a temporary fix.
If you add:
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}} add_action('send_headers','fix_ie8');
Towards the top of your functions.php file, it should force IE8 to render the page as IE7.
It does, however, make a mess of the search field in the widgets section. As can be seen on my website: http://www.motorsportmusings.co.uk