Categories

Featured templates

Shopify. How to get rid of stick-up menu feature

Judy Waters April 15, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how to get rid of stick-up menu feature in Shopify.

Shopify. How to get rid of stick-up menu feature

Stick-up menu option can be disabled using the files of the template. You should open Shopify admin panel first of all. Navigate to the Themes> Edit HTML/CSS section:

Shopify_How_to_get_rid_of_stick-up_menu_function_1

Select Assets > shop.js.liquid file there.

Search for the ‘stick’ word in the file. You should locate the following piece of code:

/* STICK MENU */
$(document).ready(function(){
	$('#megamenu').tmStickUp();
});

Comment it to disable using ‘*/ ‘ symbol. Commented code will look as follows:

/* STICK MENU
$(document).ready(function(){
	$('#megamenu').tmStickUp();
});*/

Shopify_How_to_get_rid_of_stick-up_menu_function_2

Click Save button after you are done editing.

Get back to the store’s front-end and refresh it. The stick-up option of the menu should be successfully disabled.

Feel free to check the detailed video tutorial below:

Shopify. How to get rid of stick-up menu feature

Premium Shopify Themes
This entry was posted in Shopify Tutorials and tagged menu, Shopify, stick-up. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket