How to override HeroThemes plugins
-
I have a WordPress site that requires the use of the HeroThemes plugins for a KnowAll theme.
Somewhere in the their plugin or theme code, they are overriding how Heading elements appear on the front-end. Whenever I try to use a heading block on a Page or a Post, the back-end renders perfectly fine on save or publish. But the front-end displays the element with a funky ID and duplicates the Heading text into the ID value. Also, the advanced CSS classes do not carry over, and the ID is the same value as the text in the Heading. Its just awful.
Is there a way, when I create my own create-block plugin, I can override this other mess that is going on, when I call for an Heading block on my edit page?
Again, this is a front-end issue. The H1 – H6 element blocks are all jacked up with the knowall theme on the front-end of the site. Whatever WordPress does to call Gutenerberg Block code from the back-end, onto the front-end, I want that to happen for H1 – H6 blocks, instead of what the knowall theme is doing.
How can I force that to happen?
- The topic ‘How to override HeroThemes plugins’ is closed to new replies.