willshouse
Forum Replies Created
-
Forum: Plugins
In reply to: [Date Time Field Add-On for Gravity Form] Add advanced filter for minDateHmm, it looks like options 2 or 3 would be better, as setting a minDate which is next month will still show the current month when the calendar opens, and all of the dates will be unavailable, so it looks like we need to be able to set defaultDate as well.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Fatal error after 5.0.9 updateYour issue is around line 1132 where someone set the result of the call of an object to a variable of the same name:
$addThisConfigs = $addThisConfigs->getConfigs();
In other parts of the code this is done as:
$options = $addThisConfigs->getConfigs();
But in this case you’re just blasting away the global object.
As an aside, this is a terribly written WordPress plugin. The code is a mess. There are constants being defined and checked all over the place, and lots of
require_oncestatements. All of the functions are in the global scope. There are no classes. Why would you ever do something like this in your code?define( ‘ENABLE_ADDITIONAL_PLACEMENT_OPTION’, 0);
I had switched some sites to use AddThis instead of ShareThis but with fragile, outdated, non-objected oriented, and non tested code I will be uninstalling this plugin and looking for a more stable solution. This plugin took down several of my websites with it’s most recent update and that’s not OK. Even fixing this one issue won’t correct the other problems that I’ve mentioned. Perhaps if AddThis can rewrite the plugin using some of the best practices found in the Codex’s plugin section it may be worth another look – but right now it’s just a mess with a lot of future issues waiting to happen.
ps: nothing wrong with a
require_oncestatement but put together with everything else that’s done wrong in the plugin the code just really says “I’m going to be cautious because I’m not confident that this will work”Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Fatal error after 5.0.9 updateThe issue persists in version 5.0.10:
PHP Fatal error: Call to a member function getConfigs() on a non-object in /home/username/public_html/wp-content/plugins/addthis/addthis_social_widget.php on line 1255
Forum: Plugins
In reply to: [Kebo Twitter Feed] Contribute with GithubPlease review (and accept) your pull requests.
Forum: Plugins
In reply to: [Redirect] Doesn't do anythingThe issue only affected some sites depending on what other plugins were installed. Thank you for taking time to open this ticket. Please let me know if you have any more trouble.
Forum: Plugins
In reply to: [Redirect] Meta box doesn't display in custom post type editorForum: Plugins
In reply to: [Redirect] doesn't work with wordpress 3.8@khromov found an issue with the initialization hooks and the issue is now resolved. thank you!
Forum: Plugins
In reply to: [Redirect] Blank page on clickthis plugin does server-side redirects ( 301 redirects ) which do not have control over the “frame” of the browser. to get a new window or tab you may need to do something “client side” – like using a link that has
<a href="http://google.com/" target="_blank">google</a>maybe try searching on stackoverflow.com for “how to open links in new tabs”
Forum: Plugins
In reply to: [Redirect] Doesn't do anything@khromov found an issue with the initialization hooks and the issue is now resolved.
Forum: Plugins
In reply to: [Redirect] Doesn't work with base domainI think you may be referencing a different plugin. that code does not appear to be from https://wordpress.org/plugins/simple-redirect/
Forum: Plugins
In reply to: [Redirect] Fixed version of the plugin herechanges have been pulled back into the plugin. thanks khromov!
Forum: Plugins
In reply to: [Redirect] Using exisiting page doesnt redirectthanks khromov. I’ve pulled updates from your github repo into the plugin. now that the hooks are being added during wordpress “init” I believe it will fix the redirect issue. it is working for me, please let me know if you are having trouble.
Forum: Plugins
In reply to: [Better WordPress Minify] [Plugin: Better WordPress Minify] What ist better?I just remember using both plugins and the original one seemed to have a more intuitive admin interface and seemed to be less buggy. Perhaps some part of the code of the BWP version do things better (enqueuing scripts) but overall I find the original more stable and less confusing to use.
Forum: Plugins
In reply to: [Better WordPress Minify] [Plugin: Better WordPress Minify] What ist better?I think the author’s website is called “better wordpress” and so the plugin is thus called “better wordpress” minify – so it’s not really a better version of the minify plugin, it’s just his version…
Forum: Themes and Templates
In reply to: Add Custom Taxonomy To Author?Maybe this will help you get moving in the right direction? http://wordpress.stackexchange.com/questions/5367/associating-an-author-with-a-custom-taxonomy