To add your custom menus (Footer 1 and Footer 2) to the footer in your WordPress site using the Cirkle Theme, especially when you have limited coding experience, you can follow these steps. Since the Cirkle Theme only has two menu locations by default (main and side), and you’ve disabled Elementor in favor of Gutenberg, you’ll have to use a workaround:
Use Gutenberg Blocks:
Since you’ve added the Gutenberg editor, you can utilize its features to add your menus to the footer.
Edit the Footer with Gutenberg:
If your theme supports full-site editing, you might be able to directly edit the footer area. Look for an option under “Appearance” → “Editor” (Gutenberg Full Site Editing). If this option is available, you can edit the footer layout directly and add Navigation blocks for your menus.
Custom HTML Block:
If direct editing is not available, you can use a Custom HTML block in a post or page to display your menus. You would manually link your menu items using HTML. This is less ideal as it requires updating the HTML manually if your menu changes.
Use Widgets:
If the theme’s footer supports widgets, you can try adding a Navigation Menu widget. Go to “Appearance” → “Widgets” and add the “Navigation Menu” widget to one of the footer widget areas.
In the Navigation Menu widget, select the menu you want to display (Footer 1 or Footer 2).
Check Theme Documentation/Support:
It’s worth checking the theme’s documentation or contacting the theme support for specific instructions. They might provide a simple solution tailored for the Cirkle Theme.
Consider Re-enabling Elementor:
If you initially disabled Elementor for a specific reason, consider re-enabling it temporarily. Elementor can make it easier to edit the footer and add menus without coding.
Third-party Plugins:
You can also consider using a third-party plugin that allows for more flexibility in menu locations. Look for plugins that offer footer menu widgets or extended menu functionality.
Create a Child Theme:
This is a more advanced option and might require some coding or assistance. Creating a child theme allows you to customize the theme without losing changes on theme updates. You can then add additional menu locations with the help of a developer or using online tutorials.
Remember, while these steps can help you add menus to your footer, the exact process can vary based on the theme’s specific features and limitations. If you’re not comfortable with these steps, it might be worth considering hiring a developer for this task. Since you mentioned you’re not a coder, ensure any changes you make are backed up, so you can revert if something goes wrong.