Navi+ | User manual
  • 🏠Dashboard
  • FAQs & Tips
    • 💰Why can Navi+ help you save money?
    • ⚡Is Navi+ fast? Does it affect website speed?
    • 🧙Why aren't my Menu, Search, and Cart (panels) working?
    • 👩‍❤️‍👩How to prevent Navi+ from overlapping other apps like Chat/WhatsApp...?
    • 🔠How to add Navi+ to a separate page through Theme Session
    • 🌍Why is Navi+ menu not displayed on my website?
    • 🆎How to write a correct CSS code in Navi+
    • ↗️What is Menu depth and how to use?
    • 📭How do I open a Shopify Inbox chat window instead of using the default float button?
    • 🔁How to completely replace the default header of a website?
    • 💹Navi+ service plan policies. (Starter, Business & Elite)
  • Theme compatibility
    • 📔Impulse theme & Navi+ menu
    • 📔Impact theme & Navi+ menu
  • Links
    • Back to website
    • Install Navi+
Powered by GitBook
On this page
  • Is the Navi+ menu compatible with the Impulse theme?
  • 1. Using a menu item from Navi+ to open Impulse's default menu.
  • 2. Using a menu item from Navi+ to open search popup
  • 3. Using a menu item from Navi+ to open cart popup
  1. Theme compatibility

Impulse theme & Navi+ menu

Last updated for version7.4.1

PreviousNavi+ service plan policies. (Starter, Business & Elite)NextImpact theme & Navi+ menu

Last updated 1 year ago

As of my last update in January 2022, the was a popular choice among online store owners. Shopify offers a variety of themes that users can choose from to customize the look and feel of their online stores, and Impulse is one of them.

Here are some key features and aspects of the Impulse theme:

  1. Modern and Responsive Design: Impulse features a sleek and contemporary design that is optimized for mobile devices as well as desktops. It provides a seamless shopping experience across different screen sizes and devices.

  2. Product-focused Layout: The theme is designed to highlight products effectively, with large product imagery and clear calls to action to encourage conversions.

  3. Customization Options: Like many Shopify themes, Impulse offers a range of customization options, allowing users to tailor the appearance of their store to match their brand identity. This includes options for customizing colors, fonts, and layouts.

  4. Promotional Features: Impulse includes features designed to help merchants promote their products and drive sales. This may include options for displaying discounts, showcasing best-selling products, or integrating with social media for marketing purposes.

  5. User-Friendly Interface: The theme is designed to be easy to use for both merchants and customers, with intuitive navigation and clear product information.

  6. Support and Updates: Shopify themes typically come with ongoing support and updates from Shopify, ensuring compatibility with the latest platform features and security patches.

  7. Integration with Shopify Apps: Impulse can be integrated with various Shopify apps to extend its functionality. This might include apps for email marketing, customer reviews, or advanced analytics.

It's worth noting that themes like Impulse provide a solid foundation for an online store, but users may still need to invest time and effort into customizing the theme and optimizing their store for their specific needs and target audience.

For the most current information about the Impulse theme, including any updates or changes since my last update, I recommend visiting the Shopify website or consulting the Shopify community forums.

Navi+ menu is fully compatible with all Shopify 2.0 themes, including the Impulse theme. It functions seamlessly as an indispensable support component. Particularly on mobile devices, Navi+ provides a suite of navigation tools, leading users to pages, categories, and products effortlessly, enhancing the mobile experience significantly. With Impulse theme priced at nearly $400 and Navi+ costing less than $5 per month, you'll have a professional, user-friendly website ready to boost sales as expected.

Step 1: Add javascription function

// Javascript function
function openImpulseMenu() {
        if(!document.documentElement.classList.contains("js-drawer-open")) {
		 setTimeout(() => {
		  document.querySelector('.js-drawer-open-nav').click();
		}, "200"); 
	}
	return false;
}

Step 2: Setup the menu item link as javascript function: javascript:openImpulseMenu

Step 1: Add javascription function

// Javascript function
function impulseOpenSearch() {
    const divMenu = document.querySelector('.js-search-header');
    divMenu.addEventListener('click', () => {}, false);
    divMenu.click();
}

Step 2: Setup the menu item link as javascript function: javascript:impulseOpenSearch

3. Using a menu item from Navi+ to open cart popup

Step 1: Add javascription function

// Javascript function
function impulseOpenCart() {
    if(!document.documentElement.classList.contains("js-drawer-open")) {
		 setTimeout(() => {
		  document.querySelector('.js-drawer-open-cart').click();
		}, "200"); 
    }
    return false;
}

Step 2: Setup the menu item link as javascript function: javascript:impulseOpenCart

Is the compatible with the

Here are some tips you can use with .

1. Using a menu item from to open Impulse's default menu.

2. Using a menu item from to open search popup

📔
Navi+ menu
Impulse theme?
Navi+ when using the Impulse theme
Navi+
Navi+
Impulse theme for Shopify