tkinkart
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] SSL connection timeout on Google Share CounterI’m still having this issue with the plugin. Any help would be appreciated.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Share Button only Shares Last Half of URLOn line 641 in simple-share-buttons-adder.php I switched this:
$urlCurrentPage = get_permalink($post->ID);
to this:
$urlCurrentPage = “$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;And it works now.
Forum: Plugins
In reply to: [SEO Ultimate] Can't set title with SEO UltimateI was able to fix the theme. The header was missing this hook: <?php wp_head(); ?>. Thanks for all your help!
Forum: Plugins
In reply to: [SEO Ultimate] Can't set title with SEO UltimateOkay, it does seem to be the theme. Do you have any suggestions on what can be changed in the theme to make it work with the plugin? Thanks for your help so far.
Forum: Plugins
In reply to: [SEO Ultimate] Can't set title with SEO UltimateOkay, that at least made it do something. Something only seems to happen when I change this setting under default formats: Category Title Format, even though I’m on a page that uses the single.php template the title only changes when I change the Category Title Format. And the only tags that work in that are {category} and {blog} every other tag just leaves a blank such as {post} | {blog} comes out as | Blog name
Forum: Fixing WordPress
In reply to: WordPress automatically setting tagForum: Fixing WordPress
In reply to: WordPress 3.5.1 Visual Editor Not Showing Up FixIf you see the post above I was able to fix it by manually adding those two missing files to the tinymce folder.