Hi Mohammed-
Thanks for reaching out, I’m sorry to hear about the error with your menu display.
The notice that you’re seeing is a new addition to WordPress 5.7, but in our testing this wasn’t caused by any of the BoldGrid Plugins or Themes. You can find out which plugin is causing it with the Query Monitor plugin.
WordPress developers recommend disabling WP_DEBUG to avoid seeing this message. It’s not considered a good practice to keep debugging active on your production site.
The issue with your menu isn’t related to that message, however. It has to do with the way the wedge shapes in the Wedge theme are created. You can fix this by adding a little bit of custom CSS.
Navigate to Customize > Advanced > Custom JS & CSS and paste this snippet into your Custom Theme CSS:
.entry-content > .bgtfw > .container-fluid::before, .entry-content > .bgtfw > .container-fluid::after { top: 0px; }
-
This reply was modified 3 years, 8 months ago by Jesse Owens. Reason: Add disabling wp_debug to avoid error