Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 3,708 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    Hi,

    Do you have 'max_file_uploads' => 1 in your code? The status simply shows that you have uploaded the maximum allowed number of files. In order to upload more files, you need to remove existing files.

    in reply to: Display broken #3488
    Anh TranAnh Tran
    Keymaster

    Hi,

    We've just fixed that in the latest version of the plugin. Please update.

    in reply to: Not working for multiple entries again... #3475
    Anh TranAnh Tran
    Keymaster

    That's fine ๐Ÿ™‚ Glad that you resolved it!

    in reply to: Export/Import Meta Box Values #3474
    Anh TranAnh Tran
    Keymaster

    Regarding the taxonomy field: as the values are not saved into post meta, they're used to set post terms and post terms are exported by WP so there should be no problem with it.

    Regarding the term meta, unfortunately, WordPress doesn't export/import term meta. There is a work on that which will be included in WordPress 4.6.

    In the meantime, you can download the patch and use it.

    in reply to: if ! empty $groupvariable not working #3466
    Anh TranAnh Tran
    Keymaster

    I understand. I thought I did this in the previous version but looks like not. I will fix it so empty work.

    Thanks for noticing the bug.

    in reply to: Sortable select_advanced #3465
    Anh TranAnh Tran
    Keymaster

    Do you mean sorting options of a select_advanced field?

    in reply to: Script errors when upgrading from metabox 4.5 > 4.8 #3464
    Anh TranAnh Tran
    Keymaster

    I guess there is a JavaScript code that similar to this $( '#course_cluster[]' ) which is an invalid selector in jQuery. As you're using Conditional Logic plugin, this expression might be displayed by the plugin, it can be auto-generated by term ID or something. Can you check the source HTML code to see whatcourse_cluster is?

    in reply to: Script errors when upgrading from metabox 4.5 > 4.8 #3456
    Anh TranAnh Tran
    Keymaster

    There is no reference to course_cluster as shown in the error log. Can you add these lines into wp-config.php and check the error message again?

    define( 'WP_DEBUG', true );
    define( 'CONCATENATE_SCRIPTS', false );
    define( 'SCRIPT_DEBUG', true );

    This code tells WP to not concatenate scripts and can show us the exact place of the error.

    in reply to: Script errors when upgrading from metabox 4.5 > 4.8 #3447
    Anh TranAnh Tran
    Keymaster

    Can you post the code you use to register meta boxes and custom fields?

    in reply to: Text Autocomplete from custom post type #3441
    Anh TranAnh Tran
    Keymaster

    Unfortunately no. You can only set it searches from a fix bundle of data.

    in reply to: โœ…Seem to be having issues in child theme #3426
    Anh TranAnh Tran
    Keymaster

    DS conflicts with my XAMPP somehow. I couldn't make it run :(.

    in reply to: โœ…Seem to be having issues in child theme #3424
    Anh TranAnh Tran
    Keymaster

    I'm downloading DS to test ๐Ÿ™‚

    in reply to: โœ…Seem to be having issues in child theme #3422
    Anh TranAnh Tran
    Keymaster

    Lol. I don't run VVV, neither. It's more complicated than it should be. On Mac, I'm using Valet which is super simple.

    On Windows, I think XAMPP is more stable than other software. You should think switching to it ๐Ÿ™‚

    in reply to: โœ…Seem to be having issues in child theme #3419
    Anh TranAnh Tran
    Keymaster

    I have no idea with DesktopServer. I'm using XAMPP locally and it works. I thought DesktopSever is similar to XAMPP as they're just the wrapper for Apache, MySQL and PHP.

    in reply to: โœ…Seem to be having issues in child theme #3417
    Anh TranAnh Tran
    Keymaster

    Maybe in the Apache error log?

    Also, try copy and paste the code above directly into functions.php of the child theme. I did that and it worked.

Viewing 15 posts - 3,181 through 3,195 (of 3,708 total)