Hi @ryanchmura,
Can you open the developer tools while trying to save and see what errors you get? Open the tools before you save, then save, then check the “Console” tab for errors (in red), or the “Network” tab for the response object. It’s easiest in Google Chrome.
https://updraftplus.com/faqs/how-do-i-open-my-browsers-developer-tools/
console log only had 1 yellow warning: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
and network: {success: true, data: {message: “The slideshow was successfully updated.”}}
data
:
{message: “The slideshow was successfully updated.”}
success
:
true
So it appears like it works, but when I reload the page it is back to 700 x 300
Hi @ryanchmura,
Do you know how to check PHP error logs on your server? Maybe in cPanel?
Also, try disabling the cropping under Advanced Settings and see if that does anything.
Third option, disable all other plugins, then if it works, re-enable each plugin one by one to find where the function breaks.
Hi @ryanchmura
I’m going to mark this as resolved as we didn’t hear back, but please feel free to comment or open a new issue if needed, thanks!