brainstormforce / header-footer-elementor

Create Header and Footer using Elementor page builder.
https://wordpress.org/plugins/header-footer-elementor/
95 stars 59 forks source link

Schema markup created by elementor header and footer builder #853

Closed fiXmarketing closed 2 weeks ago

fiXmarketing commented 1 month ago

Describe the bug:

Ehf Menu creates a "WPHeader" schema markup, that can´t be removed.

vijetaR commented 1 month ago

Hello @fiXmarketing ,

You can remove the "WPHeader" schema markup by adding a filter to your theme’s functions.php file.

Here’s how:

  1. Open your WordPress Admin Dashboard.
  2. Navigate to Appearance > Theme File Editor.
  3. Find and click on the functions.php file.
  4. Add the following code at the end of the file:
// Disable HFE Header Rendering
add_filter( 'enable_hfe_render_header', '__return_false' );
  1. Click "Update File" to save your changes.

This will remove the rendering of the header with the WPHeader schema markup. After completing these steps, please let us know if the issue is resolved. Your feedback is important to us and helps us improve the experience for all users.

vijetaR commented 2 weeks ago

Hi @fiXmarketing, Since we haven't received any more updates or responses about this issue, we will consider this matter resolved due to inactivity. Please feel free to start a new conversation if you need more help or have questions about our plugin or any other topic