Brandon Holtsclaw
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Has this plugin been abandoned?@brandoncurtis Thanks for the pull request, I’ve merged the code into my branch on github and with a few more cleanup’s I’ve been meaning to make I’ll push out an official update in the next few days.
Cheers
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Links break when I enable this pluginSure thing, I’ll see if I cant get with you over the next 24 hours or so sometime and try to get this knocked out once and for all.
I had thought that I fixed this already but apparently not. Sorry Bud, talk to ya soon.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] No Tabscheck the first question in the FAQ
Forum: Plugins
In reply to: [Social Comments] WordPress Native Comments are not showing@webg your child theme needs to implement a comments.php file for this plugin to work … thus if you carefully read your error its saying that wp-content/themes/corpo-child/comments.php is missing …
you should be able to copy it from your parent theme or wait for the next version and I’ll add a few more checks in place to look if its running a child theme that has not implemented the comments them-self
Cheers!
and @foxrain90 no the facebook not having an optino in the plugin to add the app is most certainly is not “the same problem” so next time i’d much appreciate it if we could try to keep separate problems or bugs etc in their own thread ….
with that said, the facebook id is optional and would not cause the fb comments to not show up, however I have added a new place in the admin to add your fb app id and g+ id etc etc etc optionally so that should address it in either case ( i’m not perfect hehe ) and also add some new optinos and such for all of them + as always cleanups and a bit more too * still a surprise coming too *
yea , its a bit crude and I’ll fix it better in the next update but you can replace that whole line with this one below and it will check for that so it wont happen again when your server or google ( i’m guessing you server ) becomes to overwhelmed 😛 )
if(!empty($link_body)) {
$count_raw = $link_body->find('#widget_bounds > span', 0);
}
Cheers!yea, its one of the comment services’s is returning an empty string/error instead of the correct data or a zero if there are none … and my silly persons has not put any error checking into that chunk of code yet to watch for it …. but before 1.5.8 is pushed i for sure will
thanks
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Comment counts are incorrect…Yea and its committed to the github repository as 1.5.7 ( i’ll put a download link below for manual testing if you would like to try it ) but I have not released it yet officially because I want to add in some “work in progress” items that are semi related … e.g. turring on and off individual comment counts and a completed implementation of the template tags and shortcodes.
That said , 1.5.7 will likely never its self be released , the above work in progress items will be released as 1.5.8 or above … so you can safely try 1.5.7 ( i’m running it on cloudhero.net for a week or so now ) and then when 1.5.8 is released it will just show as an update like normal.
If this all seems greek to you then my best suggestion would be to just wait for the 1.5.8 release officially that i have tentatively penciled in to push out late this weekend as long as I have no huge road-bumps between here and there :)’
https://github.com/bholtsclaw/comments-evolved ( for 1.5.7 unreleased testing )
Cheers!
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Very High G comment regionThat code is something that is served by google inside of the iframe and unchangeable by the plugin.
That said I’ve been looking at a few “hacks” to get around the issue but I’m not happy enough with any of them to actually put into use publicly.
TL;DR; is that its really a problem with Googles code and they should fix it but I dont think its high priority for them … and there is nothing “safe” the plugin can do to combat it for now and work for all 21000 websites using the plugin.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] WordPress comments not displayingSounds like a conflict/ miscommunication with the required theme files. I’ll look deeper into it this evening as I have a little time.
Can you tell me what theme you are using ( and a download link to where you got it if possible ) ?
Thanks!
Forum: Plugins
In reply to: [Comments Evolved for WordPress] disable for a CPT possible?Martin,
I can modify that code a bit ( it would be used in the function comments_evolved_template() in the wp-content/gplus-comments/lib/frontend.php file ) and make it an option to disable the comments on CPT’s
I’ll see if I can get the update out in the next 24 hours or so …
Thanks for the nudge DJosephDesign
Forum: Plugins
In reply to: [Comments Evolved for WordPress] No tabs and everything messed upyou have a jquery conflict, see the first awnser on the FAQ
Forum: Plugins
In reply to: [Comments Evolved for WordPress] SUPER SLOW?its been rolled back in 1.5.6
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Migration from Facebook Comments pluginThey should remain. Worst case you can try it and always reactivate the Facebook plugin if they do not …
The facebook comments are stored on the FB servers so you should loose nothing in anycase tho.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] WordPress Comment bar display issueyou have WP-Super-Cache enabled, be sure you cleared the cache after the upgrade
Forum: Plugins
In reply to: [Comments Evolved for WordPress] WordPress Comment bar display issueyou’ll want to update to 1.5.5 ( you are still running 1.5.4 ) it has disqus comment count fixes