Home › Forums › Support › GenerateBlocks Full Width Container – Rankmath FAQ not added to the schema
- This topic has 21 replies, 6 voices, and was last updated 1 year, 6 months ago by
Tom.
-
AuthorPosts
-
February 13, 2021 at 11:31 am #1657167
Tom
Lead DeveloperLead DeveloperThis is something that needs to be addressed by Rank Math, unfortunately. GenerateBlocks itself isn’t doing anything special – it’s a dynamic block with inner blocks that should be accessible.
By the looks of that filter, it should work, but it’s difficult to know for sure without knowing how Rank Math is scanning the content.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 13, 2021 at 2:06 pm #1657319Manuel
Thanks for your reply Tom!
I was already in contact with rank math but unfortunately they say to contact you.
I also think that the misbehavior is in the scanning of rank math, but maybe you have another idea how to solve the problem?February 14, 2021 at 1:17 pm #1658198Tom
Lead DeveloperLead DeveloperI’m afraid I don’t have any knowledge of how their scanning works. If they think it’s an issue with GenerateBlocks, it would be helpful if they could contact us with more information on why they think that – I’d be happy to resolve it if it’s something on our end.
However, if it’s an issue with GenerateBlocks, it will likely become an issue with other block plugins as more dynamic blocks are released/used by their users, as GenerateBlocks is using 100% core WordPress functionality.
Thanks! Sorry I can’t be more helpful for the time being.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 16, 2021 at 8:55 am #1660632Manuel
No worries, Tom. Rank Math is going to take a look at my site now. I will get back to you when I have new information.
February 16, 2021 at 11:01 am #1660762Tom
Lead DeveloperLead DeveloperThanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 18, 2021 at 1:59 am #1662833Manuel
Hello,
it turned out that it was just an issue with the apostrophes in the code.
Instead of‘..’
it must of course be'..'
.
I.e. the following code is still working:add_filter( 'rank_math/schema/nested_blocks', function( $nested ) { $nested[] = 'generateblocks/container'; $nested[] = 'generateblocks/grid'; return $nested; });
Do you think it makes sense that this becomes part of Generateblocks?
February 18, 2021 at 10:44 am #1663585Tom
Lead DeveloperLead DeveloperI try not to add compatibility code from other plugins in our plugins – it’s a good way to add unnecessary bloat over time.
As it’s their feature that’s being implemented, it would make sense for them to add it to their plugin if they want out-of-the-box compatibility with GenerateBlocks.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.