Back to Community

Troubleshooting Common Rife Free Menu and Navigation Issues

28 threads Sep 9, 2025 ThemeRife free

Content

Many users of the Rife Free WordPress theme encounter challenges with menu configuration and behavior. This guide compiles the most frequent issues and their solutions, based on community discussions.

1. Menu Items Not Clickable or Click Area Too Small

Problem: Users report that menu items, particularly anchor links or icons (like down arrows), have an unresponsive or very small clickable area.

Solution: This is often related to CSS. To make a whole menu link clickable, you may need to adjust the padding for the specific menu item. Navigate to Appearance > Customize > Additional CSS and add custom CSS to increase the padding or adjust the element's dimensions. The 'Rife Free' documentation also has a section on making menu items not clickable, which can be adapted to solve this issue.

2. Creating a One-Page Navigation Menu

Problem: Users want to create a single-page website where menu items in the header scroll to different sections on the same page but don't know how to set it up.

Solution: This functionality is achieved by creating a custom menu with custom links. You need to use the # symbol followed by the ID of the section you want to link to (e.g., #about). The 'Rife Free' team provides documentation on creating a one-page website. If the "Custom Links" option is not visible in your menu setup, ensure you are in the correct menu location within the WordPress menu editor.

3. Sticky Header Behavior Changes or Disappears

Problem: After an update or a change in settings, the sticky header may stop shrinking on scroll, appear only after a long delay, or disappear entirely.

Solution: First, check the theme's header settings in the WordPress Customizer (Appearance > Customize). Look for options related to the "Sticky Header," "Header on scroll," or "Header variant." If the issue persists, it could be a conflict with another plugin or recently added custom CSS. Temporarily deactivate other plugins to test for conflicts. Clearing your site and browser cache is also a crucial step after making changes.

4. Mobile Menu Breakpoint and Hamburger Icon

Problem: The menu switches to the mobile "hamburger" icon at a screen width that is too small, causing a multi-line, messy menu on smaller laptop screens.

Solution: The Rife Free theme does not have a built-in option to change the mobile menu breakpoint. Some users have resorted to adding custom CSS to the style.css file to override the default breakpoint. However, this is not recommended as your changes will be lost after a theme update. The recommended practice is to create a child theme and add your custom CSS there to make permanent, update-safe changes.

5. Removing the "EDIT THIS TEXT" or "GET FREE" Button

Problem: A default button appears in the navigation that users cannot find in the menu structure to remove.

Solution: This button is not part of the WordPress menu. It is a separate tool or icon configured in the theme customizer. Go to Appearance > Customize > Header > Tools & Icons. Here, you should find the option to remove or edit this element.

6. Menu Color Changes and Submenu Problems After Update

Problem: After updating the theme, menu items change color on hover undesirably, or submenus stop opening.

Solution: Theme updates can reset customizations or change how certain CSS classes work. You will likely need to re-apply your custom styles. For color changes, navigate to the Customizer's sections for Header > Main Menu and Header > Submenu to review the color settings for normal, hover, and active states. If submenus aren't opening, check that the "Submenu openers" option is enabled in Header > Main Menu.

General Troubleshooting Tips

  • Cache: Always clear your website's cache (from any caching plugin) and your browser's cache after making changes.
  • Child Theme: To prevent custom code from being overwritten by updates, always use a child theme for modifications.
  • Conflict Test: If a problem appears suddenly, deactivate all plugins except any essential to Rife Free. If the issue resolves, reactivate plugins one by one to identify the culprit.
  • Documentation: The 'Rife Free' team maintains extensive documentation that often has the answers. It's a valuable resource for troubleshooting.

If these steps do not resolve your issue, searching for your specific problem on the theme's support forum or independent troubleshooting sites like this one can often yield community-driven solutions.

Related Support Threads Support