> For the complete documentation index, see [llms.txt](https://help.shopifas.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.shopifas.com/manual/internal/share/common/step-2-faq-publish.md).

# Step 2: FAQ - Publish

#### Frequently Asked Questions

<details>

<summary>I still don’t see my menu showing correctly on my website. What can I check to make sure I did it right?</summary>

Make sure your menu is correctly embedded into your theme, and that you're previewing the correct theme. Here's a slightly advanced way to check if Navi+ is embedded into your website (in the example below, using Chrome):

<figure><img src="/files/1r3kf7x21GujKzjhpJ0D" alt=""><figcaption></figcaption></figure>

Navi+ offers several options to show or hide menus based on your needs. A common use case is showing the menu only on mobile or desktop.

For example, if you're testing your menu on a cloned theme in Preview mode, you might want to see how it looks on both mobile and desktop?\
See the image below to learn how to use Inspect mode to test your menu on both devices.

<figure><img src="/files/ENTh9ghQUBu6LA0qBIu6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: These screenshots are based on the Chrome browser. If you're using Firefox, Edge, or Safari, the interface may look slightly different. Feel free to contact me for guidance
{% endhint %}

</details>

<details>

<summary>Can I insert a sticky menu (like a Tabbar or FAB) or a slide menu as a section inside the Theme?</summary>

No, you can't. Only certain menu types like Grid menus or Mega menus can be added as a section. Navi+ offers many menu types, and each requires a specific way to publish. Using the wrong method may cause the menu to display incorrectly.

<figure><img src="/files/ibGd1hBoNi0S0RO03ORy" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Can I publish a menu to a website that doesn’t run on Shopify?</summary>

Absolutely! A common use case is when you use a subdomain for your Shopify store, while other subdomains are used for things like blogs, marketing landing pages, or support—built on platforms like WordPress or Wix. But you still want all these subdomains to share the same unified menu from Navi+.

With the Elite plan of Navi+, you can link up to 4 subdomains, even if they are not running on Shopify.

You’ll find the setup guide in the earlier section under the topic **Multisite.**

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.shopifas.com/manual/internal/share/common/step-2-faq-publish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
