Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Gallery field shows only 3 image after theme options saved #665

Closed
Dimox opened this issue Feb 19, 2019 · 5 comments
Closed

Media Gallery field shows only 3 image after theme options saved #665

Dimox opened this issue Feb 19, 2019 · 5 comments
Assignees

Comments

@Dimox
Copy link

Dimox commented Feb 19, 2019

Version

  • Carbon Fields: 3.0.2
  • WordPress: 5.0.3
  • PHP: 7.1.7

Expected Behavior

Media Gallery field must show all selected images.

Actual Behavior

It shows not more then 3 images.

Container definition

Container::make( 'theme_options', 'Theme Options' )
  ->set_page_menu_position( 60 )

  ->add_tab( 'Tab name', array(

    Field::make( 'media_gallery', 'gallery' ),

  ) ) // end tab

;

Steps to Reproduce the Problem

  1. Select more then 3 image.
  2. Save theme options.
  3. Media Gallery field shows only 3 images.
@jorostoyanov jorostoyanov self-assigned this Feb 19, 2019
@jorostoyanov
Copy link
Contributor

Hi @Dimox,

Can you tell me what types of images are you using? Are there any SVGs selected in the Media Gallery field?

@Dimox
Copy link
Author

Dimox commented Feb 19, 2019

Only PNG and JPG files.

@jorostoyanov
Copy link
Contributor

Hi @Dimox,

I am not able to reproduce the issue.

If possible, can you send me the images that you are using? In addition, will you be able to record a video with the issue?

@Dimox
Copy link
Author

Dimox commented Feb 21, 2019

I have tested it now again - the problem is disappeared. Very strange... Okay, then I'm closing the issue. Thank you!

@Dimox Dimox closed this as completed Feb 21, 2019
@celerart
Copy link

on v3 version may saved only 10 images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants