Eric Greene
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: None of my conditionals work, how can I fix?Solution:
Simple Hooks plugin checkbox called “Execute PHP on this hook”
Forum: Fixing WordPress
In reply to: Posts are gone. Website says Page Not Found.Thanks esmi. This doesn’t work. I have deactivated all plugins and switched to Twenty Ten.
Still shows 0 posts, and my home page says
“Not Found
Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.”
Forum: Fixing WordPress
In reply to: Posts are gone. Website says Page Not Found.Actually it just says “Not Found”. The design and theme is there, but the posts don’t show up. None of them do…
Forum: Fixing WordPress
In reply to: Cannot write or edit postsWow now my post is gone. Although it shows in my list of posts in admin, it returns 404 when you try to browse to the page. All I wanted to do was edit the post…
Forum: Fixing WordPress
In reply to: Cannot write or edit posts@thegameison – what exactly did you update? Suddenly the same thing is happening to me. Can’t edit a post, not even to correct a mis-spelling…. disabling plugins doesn’t change the problem a bit. Thanks
Forum: Plugins
In reply to: [Sharebar] [Plugin: Sharebar] Facebook share Description errorSame problem here. The facebook excerpt shows a bunch of javascript code:
Tweet(function() { var s = document.createElement(‘SCRIPT’), s1 = document.getElementsByTagName(‘SCRIPT’)[0]; s.type = ‘text/javascript’; s.async = true; s.src = ‘https://widgets.digg.com/buttons.js’; s1.parentNode.insertBefore(s, s1); })();
Too bad – it would have been a really nice plugin.
Same issue here. No solution that I can find. I’m now searching for another plugin.
Forum: Plugins
In reply to: SexyBookmarks (an invalid / misplaced quotation in sharer function)I was getting the same error.
In line 143 of html-helpers.php (in the includes folder) I removed the \” in front of window.open and now it works. So the line is now like this
$onclick = " onclick=window.open(this.href,'sharer','toolbar=0,status=0,width=626,height=436'); return false;\"";
Forum: Plugins
In reply to: WordPress Stats – stuck at 0 for last couple daysThanks again for the help. I placed the wp_footer() function in the footer.php file and it’s working now. Styling for this particular theme seem unaffected by the existence of that function in there.
Forum: Plugins
In reply to: WordPress Stats – stuck at 0 for last couple daysAh – the site is https://www.rankhighermakemoney.com/.
You got me wondering if a theme that I am working on isn’t outputting that code… thanks I’ll check into that.
Forum: Fixing WordPress
In reply to: Image Upload ProblemSame problem. No sociable plugin. I guess I’ll disable all plugins one by one and try it. :sigh:
Forum: Fixing WordPress
In reply to: Insert Image Problem – win.send_to_editor is not a functionI don’t have the sociable plugin, yet I get the error. using WordPress 2.7.1.