I inherited a website built with Elementor, Elementor Pro, and Elementor Custom Skin, and after delaying an update for while, I'm finding myself in a pinch.
In summary, the original developers made a skin-custom.php file, and I suspect the latest update from ECS 3.1.6 to 3.1.7 introduces a change that needs to be reflected in the custom code. The basic problem appears to be this:
Fatal error: Uncaught Error: Class 'ElementorPro\Modules\Posts\Skins\Skin_Posts_ECS' not found in /code/wp-content/themes/hello-elementor-child/ele-custom-skin/skins/skin-custom.php:608
The offending line in the skin-custom.php file is this:
class Skin_Archive_ECS_Fix extends Skin_Posts_ECS {
Can anyone help shed some light on this error, and what must be done to fix it? Many thanks!
Hello,
I inherited a website built with Elementor, Elementor Pro, and Elementor Custom Skin, and after delaying an update for while, I'm finding myself in a pinch.
In summary, the original developers made a skin-custom.php file, and I suspect the latest update from ECS 3.1.6 to 3.1.7 introduces a change that needs to be reflected in the custom code. The basic problem appears to be this:
Fatal error: Uncaught Error: Class 'ElementorPro\Modules\Posts\Skins\Skin_Posts_ECS' not found in /code/wp-content/themes/hello-elementor-child/ele-custom-skin/skins/skin-custom.php:608
The offending line in the skin-custom.php file is this:
class Skin_Archive_ECS_Fix extends Skin_Posts_ECS {
Can anyone help shed some light on this error, and what must be done to fix it? Many thanks!