Hi,
this thread:
Enfold Image Sizes
suggests opening up the theme’s functions.php file to edit image sizes. These sizes will get overwritten when Enfold is upgraded. How do I update these sizes in an upgrade safe way please?
Specifically I want to update entry_with_sidebar size (845×321) and this is not exposed in the back-end either via Enfold, WP or Woo.
Thank you,
Adrian
Hey akriga,
If you are using the functions file within your child theme, then all of your updates will be maintained.
Best regards,
Jordan Shannon
Hi Jordan,
many thanks for your reply. I realise that but the code only exists in the parent theme, are you really suggesting I copy all that code into our child theme’s functions.php? That just moves the exposure. That doesn’t seem right unless I’ve misunderstood?
Best regards,
Adrian
Hi,
I am suggesting creating a functions.php file within the child theme and make the needed updates and customization’s there. Your parent functions can be updated, but it will not effect the updates placed in the child functions file.
Best regards,
Jordan Shannon