post type with select_advanced broken in latest version - works in previous one

Support General post type with select_advanced broken in latest version - works in previous oneResolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37242
    New Tech CARDNew Tech CARD
    Participant

    In version 5.6.5, the following no longer works. I get the error "The results could not be loaded." I then installed previous version and it works.

    [
    	'name'        => 'Select a coming soon page',
    	'id'          => 'coming_soon_page',
    	'type'        => 'post',
    	'post_type'   => 'page',
    	'tab'		  => 'soon',
    	'field_type'  => 'select_advanced',
    	'placeholder' => 'Select a page',
    	'query_args'  => [
    		'post_status'    => 'publish',
    		'posts_per_page' => - 1,
    	],
    ],
    #37257
    Long NguyenLong Nguyen
    Moderator

    Hi,

    I do not see any issue with your code on my demo site. Can you please try to deactivate all plugins except Meta Box and switch to the standard theme of WordPress then recheck this issue?

    #37262
    New Tech CARDNew Tech CARD
    Participant

    I already deactivated all plugins and switched to standard theme when investigating this issue. The last thing I tried was switch to previous version of Metabox and then the issue was resolved. I will stay on previous metabox version for now. It is curious that the latest version of metabox in the change notes was about select_advanced.

    #37273
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please share your site or staging site credentials via this contact form https://metabox.io/contact/
    I will take a closer look.

    #43850
    StefanStefan
    Participant

    I also get the error "The results could not be loaded" when I try to select a category taxonomy in the frontend. When I am logged in, it works. Do I need to enable a setting?

    #45299
    YasmineYasmine
    Participant

    Anyone fix this? Stefan, I have the same

    #45300
    YasmineYasmine
    Participant

    Something to do with user roles.. will start another ticket

    #45302
    StefanStefan
    Participant

    I've fixed it, but I can't remember what I did. Usually it is related to a plugin conflict or ConvertBox.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.