Issues adding photo's from media library to existing gallery
-
I’m trying to add additional photo’s from my media library to an existing tiled gallery, but unfortunately I always receive an error message: The editor has encountered an unexpected error: Attempt Recovery, Copy Post Text, Copy Error.
I have tried to do this with both Firefox and Edge on Windows 10, but both browsers give the same error
The blog I need help with is: (visible only to logged in users)
-
-
Hi there,
Firstly, I’m really digging the photos on your site, that is some very thought provoking work. :)
Regarding your issues with https://itokor.wordpress.com/portfolio/ I’ve had a closer look and the first thing that jumped out at me is that this is quite a large image gallery, it has 78 images currently.
When I attempted to edit it I also got the error you did, but was able to extract the error message which is:
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.Best as I can tell, that is a complicated way to say that the gallery has become so large that it’s taxing the ability of the JavaScript to be able to update. It can also lead to display issues (making the page slow to load) for folks who are on a slow network connection when the visit the page, so it’s looking to my non-technical eye that things are getting overloaded as well.
Do you have the option to divide this up into a few smaller galleries instead of one big one?
- The topic ‘Issues adding photo's from media library to existing gallery’ is closed to new replies.