Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author neilgee

    (@neilgee)

    At the moment the only way would be to hack the javascript code – but this sounds like a good idea that I’ll probably do in the next version!

    Thread Starter officeemily

    (@officeemily)

    thanks for the reply, it’s a terrific, very robust plugin. congratulations.

    In the meantime before the next edition, can you copy and paste here what the javascript hack would look like and which file needs to be changed to insert the logo link?

    Many thanks!

    Plugin Author neilgee

    (@neilgee)

    It’s the jquery.slicknav.min.js in the plugins JS folder.

    Change
    <div class="'+s+'_brand"><img src="'+o.brand+'" /></div>

    to
    <a href="/"><div class="'+s+'_brand"><img src="'+o.brand+'" /></div></a>

    Thread Starter officeemily

    (@officeemily)

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘logo link’ is closed to new replies.