• Resolved southernb

    (@southernb)


    I use Tribulant’s Newletter plugin. The last update for this plugin is messing with functionality in the dashboard admin pages formatting. Dropdown menus no longer work at all.
    I like this plugin, but our newsletter take priority. If this cannot be resolved. I will be forced to look an alternate event calendar plugin.
    Are your css and scripts properly enqueued?

Viewing 15 replies - 1 through 15 (of 21 total)
  • Similar situation here. I use Advanced Custom Fields (ACF) and the latest version of “The Events Calendar” affected the repeater fields which most are dropdown fields as well. After the resources for The Events Calendar loads it overrides the normal dropdown fields into links.

    I rolled back to version 4.6.3 alongside of Events Calendar PRO 4.4.19 and Filter Bar 4.5.1 and it goes back to normal.

    Is it possible to only load The Events Calendar resources when you are in the Events Calendar area, instead of loading globally in the back-end?

    Please advise & thank you!

    jroberts.gd

    (@jrobertsgd)

    Same experience as @demaier.

    pasada

    (@pasadamedia)

    Similar issue while editing WooCommerce product pages. Browser console shows the following error:

    Uncaught Error: Option 'ajax' is not allowed for Select2 when attached to a <select> element.

    which references the following script:

    https://www.example.com/wp-content/plugins/the-events-calendar/common/vendor/tribe-select2/select2.min.js?ver=4.7

    pasada

    (@pasadamedia)

    Update: Isolated the issue to line 1836 in the non-minified select2.js (/plugins/the-events-calendar/common/vendor/tribe-select2/select2.js):

    if ( select ) {
    	// these options are not allowed when attached to a select because they are picked up off the element itself
    	$.each( [ "id", "multiple", "ajax", "query", "createSearchChoice", "initSelection", "data", "tags" ], function () {
    		if ( this in opts ) {
    			throw new Error( "Option '" + this + "' is not allowed for Select2 when attached to a <select> element." );
    		}
    	} );
    }

    Removed “ajax” from the list of options that are not allowed and the issue is resolved.

    • This reply was modified 7 years ago by pasada.
    Thread Starter southernb

    (@southernb)

    @pasadamedia I tried your fix, however that did not work for me.

    Thread Starter southernb

    (@southernb)

    I have downgraded to version 4.6.3, until this is resolved.

    beka47

    (@beka47)

    Similar issue while editing WP-plugin ‘WB Databank Backup’ (by Prashant Walke) in the backend. Klick on column headings do not sort any more the data. And certainly, it happened since last update of The Events Calendar. Only downgrading helps;-)
    Please fix a.s.a.p Thank you!

    pasada

    (@pasadamedia)

    @southernb You would need to apply the change to the minified version of the file, which is located here:

    /wp-content/plugins/the-events-calendar/common/vendor/tribe-select2/select2.min.js

    Thread Starter southernb

    (@southernb)

    @pasadamedia, yes, that is where I applied the change. Thanks for your help.

    Thread Starter southernb

    (@southernb)

    Thanks to @61pixels, his fix worked to solve my issues with Tribulant Newsletter and ACF
    Post: Conflict with Advanced Custom Fields

    • This reply was modified 7 years ago by southernb.
    Thread Starter southernb

    (@southernb)

    Perhaps the proper code will roll out in the next update?

    Barry

    (@barryhughes-1)

    I’m sorry for the problems, everybody — but a fix for what I believe is the core issue faced by most of you should be available soon.

    It is of course hard to be sure this is what every single one of you is hitting, because every site is different and it’s possible some of you are assuming you are experiencing the same problem as the OP but actually are hitting something that simply happens to have very similar symptoms yet is otherwise unrelated.

    What I’d recommend though is holding out for the next update – which should be available soon – and seeing if that helps ??

    Thanks for your patience!

    Thread Starter southernb

    (@southernb)

    Good news! Thanks @barryhughes-1

    busymanager

    (@busymanager)

    I also have an issue in Woocommerce Attach Me(WCAM)! plugin – Got the following reply from the plugin developer(reducted)
    “As you can see from the demo site, the category selection menu properly works. So in your specific installation that issue most likely is caused by a 3rd party plugin that makes the select2.js javascript library to crash causing the menu to not work.

    To try to find the cause you have to disable all your 3rd party plugins (even Exept bbpress, eventcalender, event tickets and event tickets plus) and then enable one by one until you find the one interfering. There isn’t much I can do from my plugin code to avoid other plugin to crash or to interfere.

    It could be that another plugin is including an old version of the select2.js javascript library in all the admin pages (even in the Bulk attachments page) preventing WCAM to load its select2.js library (the latest version). This could raise the error you reported.
    The developer should then make sure that its plugin loads its libraries only for its plugin pages and not in all admin pages.

    if you share again an access and report me a detailed step by step guide on how to get the error you reported in the screenshot you share, I can try to analyze the page to see if I can get more clues. If not, you have to procede by disabling procedure I reported earlier.”

      When following the deactivating of each plugin as suggested, found that it was The Event Calender that caised the issue.

      Would appreciate a fix soon.

    busymanager

    (@busymanager)

    Great, the fix is out and working for me.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Last Update Causes Issues’ is closed to new replies.