Forum Replies Created

Viewing 15 replies - 16 through 30 (of 39 total)
  • Plugin Author andrewfitz

    (@andrewfitz)

    You are right, looks like there was some bugs. There was an issue with the transient caching and categories. I have pushed the fix and should be live in a few hours. Thanks for bringing this up!

    Plugin Author andrewfitz

    (@andrewfitz)

    Yes, you are doing it correctly. That should register as 2 different feeds.

    /wp-json/alexa-fb/v1/briefings/?category=nj&limit=5

    That will show the most recent 5 briefings in that category, otherwise, it will default to 1.

    Could you please send me the live website URL to look at the feed to debug?

    Plugin Author andrewfitz

    (@andrewfitz)

    In modern versions of WP, the REST API plugin is unnecessary as it is built into core, so you should be able to deactivate it and still have access to the REST API. Thanks for the update.

    Plugin Author andrewfitz

    (@andrewfitz)

    Hi, thank you! Unfortunately, that feature does not exist. You may create as many categories and child categories as you’d like if that plausible.

    Code is really simple, you should be able to add that in yourself if you’re inclined. I haven’t had any other requests for it, but will keep it in mind! Thanks for the suggestion.

    Plugin Author andrewfitz

    (@andrewfitz)

    Hi, you have the right approach. You can have one install go to as many as you’d like.

    You need to add limit=2 to query in order to for both to show at once. The default behavior is just the most recent 1. Amazon has a limit of 5, so you can set that to be 1-5.

    I never get outraged, but this is crazy.

    You add a feature that can’t be turned off that causes thousands of dollars of charges to users without telling them? I just spent hours figuring out why my bill was so high, and it was due to these invalidations. I’m lucky to have caught it.

    Do you have any idea how unethical this is? The person above said it cost him $6000… that’s insane. I mean literally hundreds of thousands of dollars if not more this is costing people that have no idea. And 4 months to fix this? Not even yet?

    Have you emailed users or notified AWS? You guys have over a million users. I understand people make mistakes and this is a free plugin without warranty, but this needs to addressed publicly so at least people know.

    Thread Starter andrewfitz

    (@andrewfitz)

    Fixed it, using the full min version worked!

    https://github.com/select2/select2/blob/develop/dist/js/select2.full.min.js

    If you could update it with that one, that would be great!

    Thread Starter andrewfitz

    (@andrewfitz)

    Just tried, unfortunately still doesn’t work.

    It may have something to do with needing to use the full select2

    https://github.com/select2/select2/issues/2879
    https://stackoverflow.com/questions/30235909/using-select2-get-error-error-no-select2-compat-query

    I’m not sure, this is the only plugin that has caused any errors out of hundereds I’ve used. Thanks for your help!

    Uncaught Error: No select2/compat/dropdownCss
        at j (select2.min.js?ver=4.9.8:formatted:90)
        at o (select2.min.js?ver=4.9.8:formatted:174)
        at select2.min.js?ver=4.9.8:formatted:69
        at D.apply (select2.min.js?ver=4.9.8:formatted:2972)
        at new e (select2.min.js?ver=4.9.8:formatted:3086)
        at new e (select2.min.js?ver=4.9.8:formatted:3131)
        at HTMLSelectElement.<anonymous> (select2.min.js?ver=4.9.8:formatted:3478)
        at Function.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2)
        at a.fn.init.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2)
        at a.fn.init.a.fn.select2 (select2.min.js?ver=4.9.8:formatted:3476)
    j @ select2.min.js?ver=4.9.8:formatted:90
    o @ select2.min.js?ver=4.9.8:formatted:174
    (anonymous) @ select2.min.js?ver=4.9.8:formatted:69
    D.apply @ select2.min.js?ver=4.9.8:formatted:2972
    e @ select2.min.js?ver=4.9.8:formatted:3086
    e @ select2.min.js?ver=4.9.8:formatted:3131
    (anonymous) @ select2.min.js?ver=4.9.8:formatted:3478
    each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    a.fn.select2 @ select2.min.js?ver=4.9.8:formatted:3476
    (anonymous) @ avada-fusion-options.js?ver=1.0.0:8
    i @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    fireWith @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    ready @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    K @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-color,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-posit&load[]=ion,underscore,moxiejs,plupload&ver=4.9.8:2
    Thread Starter andrewfitz

    (@andrewfitz)

    After a lot of scratching my head, it appears they have replaced it with the “selectWoo” library. Not sure how that works or why it’s causing conflict.

    Thread Starter andrewfitz

    (@andrewfitz)

    WP latest. Avada latest. Select2 4.0.3

    I think so, this is the error:

    Uncaught Error: No select2/compat/dropdownCss
    at j (select2.min.js:1)
    at n (select2.min.js:1)
    at select2.min.js:1
    at D.apply (select2.min.js:2)
    at new e (select2.min.js:2)
    at new e (select2.min.js:2)
    at HTMLSelectElement.<anonymous> (select2.min.js:3)
    at Function.each (load-scripts.php:2)
    at a.fn.init.each (load-scripts.php:2)
    at a.fn.init.a.fn.select2 (select2.min.js:3)

    Thread Starter andrewfitz

    (@andrewfitz)

    Looks like it could be conflict with avada theme, disabled all other plugins and still had issues on the post page. Disabling their page builder plugin brought up the editor, but there was still issues and wouldn’t let me click tabs.

    https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226

    Very popular theme.

    I had no php errors or wp warnings.

    Thread Starter andrewfitz

    (@andrewfitz)

    Thank you, will leave a review now!

    Thread Starter andrewfitz

    (@andrewfitz)

    Hi, looking into it. No issues in the console except for missing select2, which I assume is because editor is gone. Also can’t select screen options on the page. Will look for php errors.

    @liammcarthur Thank you, have just tried your version, will wait to see if it works for virtual products.

    Same here. Isn’t WC using select 4 now or?

    Added bug: https://github.com/woocommerce/woocommerce/issues/14512

Viewing 15 replies - 16 through 30 (of 39 total)