'container' => false, // remove nav container
'container_class' => '', // class of container
- 'items_wrap' => '<ul id="%1$s" class="%2$s"><li id="logo"><a href="' . get_bloginfo( 'url' ) . '"><img src="'.get_bloginfo('template_url').'/assets/michigan-scientific-logo.png"></a></li>%3$s<li id="search-icon"><a href="#"><img src="'.get_bloginfo('template_url').'/assets/Untitled-2.png"></a></li></ul>',
+ 'items_wrap' => '<ul id="%1$s" class="%2$s"><li id="logo"><a href="' . get_bloginfo( 'url' ) . '"><img src="'.get_bloginfo('template_url').'/assets/michigan-scientific-logo.png"></a></li>%3$s</ul>',
'menu' => '', // menu name
'menu_class' => '', // adding custom nav class
$(categoriesListView).show();
$(gridView).css("display", "none");
$(listView).css("display", "none");
-
} else if ($("#tagBox :checkbox:checked").length === 0){
$(".product").show();
}
$("#blog-side-info-wrapper").insertBefore(gridView);
$("#blog-side-info-wrapper").insertBefore(listView);
- var link;
+ var link;
$('#tags a').click(function() {
link = $(this).attr('id');
createCookie("link", link);
if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
}
return "";
- }
+ }
///////////////////////////////////////////////
var selectedTag = getCookie("link");
if(selectedTag){
$("#tagBox :checkbox:checked").each(function() {
$("." + $(this).val()).show();
});
- }
- }
+ }
+ }
$.when(
$(".hitarea").triggerHandler('click')
).done(function() {
$(categoriesListView).show();
$(gridView).css("display", "none");
$(listView).css("display", "none");
-
} else if ($("#tagBox :checkbox:checked").length === 0){
$(".product").show();
}
$("#blog-side-info-wrapper").insertBefore(gridView);
$("#blog-side-info-wrapper").insertBefore(listView);
- var link;
+ var link;
$('#tags a').click(function() {
link = $(this).attr('id');
createCookie("link", link);
if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
}
return "";
- }
+ }
///////////////////////////////////////////////
var selectedTag = getCookie("link");
if(selectedTag){
$("#tagBox :checkbox:checked").each(function() {
$("." + $(this).val()).show();
});
- }
- }
+ }
+ }
$.when(
$(".hitarea").triggerHandler('click')
).done(function() {