Viewing 1 replies (of 1 total)
  • Plugin Author remix4

    (@remix4)

    Hi,

    You need to edit the jquery plugin file jquery.slick.menu.2.1.js. Change line 55 so the menu is inserted into the relevant tag in your page.

    Currently the line says:

    $(‘body’).append(slider);

    Which is adding the sliding menu to the end of the body tag.

    Example – if you wanted to insert it into a side column with ID = “sidecol” you would change it to:

    $(‘#sidecol’).append(slider);

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: JQuery Slick Menu Widget] Appear in the primary sidebar space, not the left browser edge?’ is closed to new replies.