PLEASE READ – Update
-
Yesterday I uploaded a new update to WP-Forge. This version was tagged 5.5.2.3 – Unfortunately I caught something that was missed in the 5.5.2.2.
This issue is what is causing the menu to disappear after activation and/or update.
So today I uploaded a new update that will correct this issue, 5.5.2.4. This will not be looked at for a few more days, so in the mean time if you would like to make the correction I made, I will provide the solution.
open up
header.phpfile and look for the following line (line 77):<?php if( get_theme_mod( 'wpforge_nav_position' ) == 'normal' || get_theme_mod( 'wpforge_nav_position' ) == 'sticky') { ?>please change it to this:
<?php if( get_theme_mod( 'wpforge_nav_position','normal' ) == 'normal' || get_theme_mod( 'wpforge_nav_position' ) == 'sticky') { ?>If you are using a child theme and have a copy of
header.phpin the child theme you will need to make the change to this file as well.In addition to this correction, the 5.5.2.4 update is only changing around a few things and one other update. The other update can wait until the official 5.5.2.4 update is approved.
If you have any questions, please feel free to let me know. As always, enjoy!
The topic ‘PLEASE READ – Update’ is closed to new replies.
