Forum Replies Created

Viewing 15 replies - 1 through 15 (of 203 total)
  • Thread Starter gecko_guy

    (@gecko_guy)

    Update: I deactivated Human Presence, updated the other plugins on the site then reactivated Human Presence.

    The nag message is gone, so it might have been a conflict with some other plugin.

    I also installed an update on the server which was related to the way in which cookies were being saved which might have been interfering with updates API. It was still only happening while Human Presence was activated and not any others, so possibly something in REST.

    Anyway, problem solved for the moment, thanks for your quick response to the original report.

    Thread Starter gecko_guy

    (@gecko_guy)

    Hi,

    Thanks for that, however it doesn’t seem to be fixed, and worse, if I have Human Presence activated it is preventing other plugins from updating, as well as apparently causing a conflict in the media library with a media manager plugin.

    Everything was working fine until this update, I might try rolling it back to the last working version.

    This question doesn’t sound like a “support question” and was more of a general enquiry about if the paid version offers a feature that isn’t available in the free version hosted in the repo.

    Maybe if it had been ticked as “not a support question” it would have made it more comfortable to answer, and since I actually arrived here looking for an answer to the same question, and then having looked at the commercial site FAQ’s and documentation, the answer is a simple no.

    Neither the free nor the paid version is capable of pushing single posts/pages, it migrates whole database tables.

    Thread Starter gecko_guy

    (@gecko_guy)

    Oh, the logs above refer to the Custom Repeaters addon, so it could also have been that since I disabled them both the same way, although the cause is probably the same anyway.

    Here is more debug info in case it’s useful to track down the cause, and the environment is PHP7.3

    [23-Apr-2020 22:49:04 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function alm_do_inline_css() in /sites/[domainname.com]/files/public/wp-content/plugins/ajax-load-more-filters/ajax-load-more-filters.php:385
    Stack trace:
    #0 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(287): ALMFilters->alm_filters_enqueue_scripts('')
    #1 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #2 /sites/[domainname.com]/files/public/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #3 /sites/[domainname.com]/files/public/wp-includes/script-loader.php(2294): do_action('wp_enqueue_scri...')
    #4 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(287): wp_enqueue_scripts('')
    #5 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #6 /sites/[domainname.com]/files/public/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #7 /sites/[domainname.com]/files/public/wp-includes/gener in /sites/[domainname.com]/files/public/wp-content/plugins/ajax-load-more-filters/ajax-load-more-filters.php on line 385
    [23-Apr-2020 22:49:52 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function alm_do_inline_css() in /sites/[domainname.com]/files/public/wp-content/plugins/ajax-load-more-filters/ajax-load-more-filters.php:385
    Stack trace:
    #0 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(287): ALMFilters->alm_filters_enqueue_scripts('')
    #1 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #2 /sites/[domainname.com]/files/public/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #3 /sites/[domainname.com]/files/public/wp-includes/script-loader.php(2294): do_action('wp_enqueue_scri...')
    #4 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(287): wp_enqueue_scripts('')
    #5 /sites/[domainname.com]/files/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #6 /sites/[domainname.com]/files/public/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #7 /sites/[domainname.com]/files/public/wp-includes/gener in /sites/[domainname.com]/files/public/wp-content/plugins/ajax-load-more-filters/ajax-load-more-filters.php on line 385
    [23-Apr-2020 22:49:54 UTC] PHP Fatal error:  Uncaught Error: Class 'EDD_SL_Plugin_Updater' not found in /sites/[domainname.com]/files/public/wp-content/plugins/ajax-load-more-repeaters-v2/ajax-load-more-repeaters-v2.php:759
    Thread Starter gecko_guy

    (@gecko_guy)

    @reneesoffice thanks for following up on this, much appreciated.

    I’ll keep track of the issue in your Github repo..

    I would like to reiterate that while I know how to disable the node with a filter, this is inconvenient, and in terms of “best practice” plugins of this nature should either not assume a place in the front end admin bar, or there should be a simple switch to disable it from within the plugin settings.

    Not everyone uses Child Themes, or knows how to add php code. If you look at any of the high profile plugins that have a potential use for quick links in the front end admin bar, all of them have the option to turn the item off from within the settings of the plugin, precisely because people have complained about the “intrusion without choice”.

    I’m sure I don’t need to belabour the point, and am looking forward to the option to toggle it from the settings in a future release.

    Thanks again for following up!

    I can’t help commenting on this review.. $50 as a one time payment with “lifetime” updates and access to the premium support channel is nothing.

    $50 is about 10 cups of coffee (depending on where you live), and for that cost you are getting an excellent product, built by a well established and respected development company. They provide the free version as a community project, but software isn’t free to develop and support.

    For comparison, how much did you spend on the last pair of shoes you purchased, or in the last restaurant you went to?

    I’m not having a go at the OP personally, I just find it strange how people seem to value things, and that there is some kind of expectation that everything should be free or cheap.

    Consider the layer of security that is provided by having authenticated logins, and the time it saves site owners from dealing with spam and the associated higher quality of the content in general because bots are less likely to create fake accounts.

    $50 for the premium version is nothing.. it’s a bargain.

    Thread Starter gecko_guy

    (@gecko_guy)

    Ok, thanks for the update.

    Thread Starter gecko_guy

    (@gecko_guy)

    @diddledan Thanks you so much for adding the post count feature. I see you went the extra mile and didn’t just include “the_count”, there is also a query to “get_the_count”.

    This is fantastic. Thank you. and thank you! Just made my day ??

    Thread Starter gecko_guy

    (@gecko_guy)

    Hi @kodeo

    So this appears to be more complex than just CSS, right?

    It looks like the problem is because WP is using JS to add and remove a “hover” class on the admin bar menu items (along with hoverintent).

    Without that classname, the dropdown menu items are simply not called into the DOM.

    I’m very keen to use this plugin because it’s such a huge improvement over the current WP default, but this thing on the front end is a killer since it removes access to a huge number of options that are absolutely required when working in the front end.

    Would it not make more sense to use the existing #wpadminbar ID for Kodeo, and then add classes instead of a different ID to change the styling for the admin bar. Doing this would allow you to inherit the functionality without affecting performance by overriding core functions, or duplicating JS when it already exists?

    Thread Starter gecko_guy

    (@gecko_guy)

    Hi, thanks for responding.

    I’ll try again once the new version is released and will upgrade my review once I’ve had a chance to test.

    Thread Starter gecko_guy

    (@gecko_guy)

    Thanks @mansurahamed, that’s the way I understood it to work, but it seems to be undocumented so I appreciate the clarity.

    Thread Starter gecko_guy

    (@gecko_guy)

    I’m feeling a bit disappointed that this issue hasn’t been fixed in the months since I raised it.

    I know it’s not a serious thing, but it’s still irritating.

    Thread Starter gecko_guy

    (@gecko_guy)

    Thanks, that makes sense.

    Thread Starter gecko_guy

    (@gecko_guy)

    To be honest I’m not sure if it will be useful to me yet.. The site I’m currently working on has multiple variations for each product, so customers need to be able to choose the options before adding to the cart.

    I can see it might be useful for simple product store items…

    There also doesn’t seem to be any kind of real documentation or a demo of how to use it. I know you only just released it, but I think it would help people a lot if there was a bit more information and documentation + a demo to see some examples of how it can be used.

    Thread Starter gecko_guy

    (@gecko_guy)

    @quadlayers thanks, I confirm that it is now fixed

Viewing 15 replies - 1 through 15 (of 203 total)