-
Impact:
This issue causes PHP errors when using Rank Math with Elementor 3.26.0+.Description:
In Rank Math Pro’s Elementor integration, specifically within the Widget_Breadcrumbs class, the code still references Elementor\Core\Schemes\Typography. Elementor removed Schemes in version 3.26.0 and replaced them with the more flexible Globals mechanism. This outdated reference could cause compatibility issues on websites running Elementor 3.26.0 and later.Steps to Reproduce:
Use Rank Math Pro with Elementor version 3.26.0 or later.
Check for the Elementor\Core\Schemes\Typography usage in the Widget_Breadcrumbs class or other Elementor integration classes.
Attempt to use the breadcrumb widget in Elementor.Expected Behavior:
Rank Math should update its Elementor integration to align with the new Globals system, removing any references to the deprecated Schemes.Current Behavior:
The Elementor\Core\Schemes\Typography is still being used in the code, which causes compatibility issues in newer Elementor versions (3.26.0+).Additional Information:
Elementor 3.26.0 later removed the Schemes mechanism in favor of the Globals system. More details on the update can be found here:
https://developers.elementor.com/elementor-3-26-developers-update/For further insight on potential errors from the update:
https://sitecare.com/elementor-326-errors/screenshots:
https://snipboard.io/P6gVdr.jpg
https://snipboard.io/us6CEy.jpg
The ticket ‘Bug Report: Elementor Schemes Usage in Rank Math’ is closed to new replies.