jonahcoyote
Forum Replies Created
-
AuthorPosts
-
Hi Stiofan,
That would be cool. So does that mean you guys are not going to look into getting Disqus working with GD?
Thanks,
JonahHey Guust,
Thanks, it would be great to be able to customize the date format.
– Jonah
Hey Stiofan,
My host won’t budge on enabling the function. I’ve hacked in a pseudo loading page and I’m auto submitting from there to finalize the listing and that works pretty good. No need to work on a function unless you absolutely want to.
Thanks anyway!
Hey guys,
I just wanted to throw out here that I’d be willing to pay a bit extra to get this prioritized. We’re kind of dead in the water at the moment and can’t use GD (but need to) along with Disqus on our website.
Is that a possibility?
Thanks,
JonahHi paolo,
Thanks for your reply and looking into this. I’m trying to come up with a solution from my end too…
Here are some links that may offer some clues:
http://www.best2know.info/disqus-comments-working-thesis-2/
https://help.disqus.com/customer/portal/articles/472005-wordpress-troubleshootingRegards,
JonahWebSynthesis has things pretty locked down unfortunately. I tried enabling it via .htaccess and php.ini but no go. I’m also asking them if they can make an exception…
If you guys can’t do anything about it either, I guess I’ll need to either switch hosting or throw in some code to skip the preview page.
Thanks for your help!
Argh, my host says they cannot turn on allow_url_fopen for security reasons. They said they do support CURL though. Is there any other we can get this to work?
Ok, debug log is now in wp-content! Let me know if you need anything else.
– Jonah
Hey paolo,
I added the debug enabling code to wp-config but it doesn’t seem to be creating the file. We’re on Websynthesis and I’ve put in a ticket to try and find out how to enable PHP debugging. I’ll let you know as soon as I have it.
Thanks,
JonahAwesome, thanks paolo, you’re guys support has been impeccable!
Hey paolo,
I’m having Mac issues and can’t modify my wp-config at the moment. Do you want to go ahead and enable logs with the following code:
@ini_set('log_errors', 1); @ini_set('display_errors', 0); /* enable or disable public display of errors (use 'On' or 'Off') */ @ini_set('error_log', dirname(__FILE__) . '/wp-content/logs/php-errors.log'); /* path to server-writable log file */ @ini_set( 'error_reporting', E_ALL ^ E_NOTICE ); /* the php parser to all errors, excreportept notices. */
Let me know if you need anything else.
Thanks,
JonahAhhh I see. Thanks paolo!
Oh so I just need to make it so it doesn’t try to load Disqus in other post types? There’s no option in the plugin but can probably hack it. How is that causing a conflict and making it so Disqus doesn’t load for regular blog posts though?
Well we’re using Disqus for our regular blog posts and it’s not working with GD enabled…
Hey Stiofan,
Thanks for the reply. Sounds good, I should be able to add the JS to submit the page automatically. I’ll post whatever I come up with here.
Cheers,
Jonah -
AuthorPosts