I've just updated the latest plugins, but I have a few issues with the layout of the repeatable fields for images, mainly the size of the thumbnails. I have my thumbnail size set as 400px x 400px. This is overlapping in the backend.
Is there a way of turning this off, or redefining the size in a line of code in functions.
I really don't want to regenerate the image size and recode for the correct sized image.
Also, with the map update, the google map itself is tiny. Is there a setting to make this bigger?
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
=> Do you see any difference? are you able to locate any theme/plugin conflict? If no:
I need problem URL and access details where I can see the issue.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
What I'm asking is, is there a way of turning off the new drag and drop image view, or can I add a function in my functions.php file to look at a different image. Failing that is there a way I can add a style to the editor stylesheet to resize the image?
Any other way rather than having to regenerate all the image and recode the frontend?
Ok - I understand now. And I have tested on my install and seen the issue.
I think I found the solution for you. Please try to add the following plugin that will allow you to add the CSS that will apply on admin section:
=> https://wordpress.org/plugins/add-admin-css/
Once you installed the above plugin go to: Appearance => Admin CSS => within Admin CSS section try to add the following CSS:
This will allow you to reduce the display image size using CSS to 150x150. I hope this solution will help you to resolve your issue and you do not need to regenerate the images.