jrobertblack
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Beta Tester] PHP 7 : Deprecated MethodsI think you need to use __construct() , it solved the error for me and seems to work ok now
Change this on line 30 in the file wp-beta-tester.php
function wp_beta_tester() {
to this
public function __construct() {
Forum: Plugins
In reply to: [WordPress Beta Tester] Deprecated constructorI think you need to use __construct() , it solved the error for me and seems to work ok now
Change this on line 30 in the file wp-beta-tester.php
function wp_beta_tester() {
to this
public function __construct() {
I have also got an email from stripe saying…
It looks like we’ve had a bit of trouble delivering webhooks to your live
webhook handler running at ……. Since 2014-09-30
01:15:01 +0000, at least 158 of the times we’ve attempted to deliver a
webhook have failed, and none have succeeded. Looking at the most recent
failure, we received an HTTP status code of 404 from your webhook URL.
However, our webhook systems only treats a webhook as successful if we get
back a status code between 200 and 299.Is this something that can be implemented, or already implemented and needs to be configured?
Forum: Plugins
In reply to: [WP Geo] Adding color StylesCool just seeing this, thanks!
Works perfect!
Forum: Fixing WordPress
In reply to: Admin publish error page? or required fields noticeso this happens when both title and description are blank and you click publish.
I have lots of custom fields and the description is removed so its always empty, so sometimes the user doesnt fill out the title which is the company name, with nothing in the title or description there is no warning, or any notice after you click publish, and you get redirected to the edit.php page.
Forum: Fixing WordPress
In reply to: Admin publish error page? or required fields noticeHmmm, I was thinking that maybe, its the permalinks im using…
/%postname%/
Maybe it tries to make the permalink from the title and cant make it when there is no title…
Forum: Fixing WordPress
In reply to: Pre-select category for new post?I am also interesting in pre populating the category, as well as page template and page parent…
Forum: Plugins
In reply to: thumnails then large photo in postsweet that worked good, thanks
Forum: Plugins
In reply to: thumnails then large photo in postSo I have an idea and need some input,
Is there any way to remove whatever is before the more command on the main post.
for instance I put a thumnail photo in the post then the more command and then the larger photo and post content.
The cat list and homepage would include the small photo then when you clicked on it you would see the full post but without the part before the more which is the small photo