• Hi!

    im using that plugin and it works great. the only thing is that the navigation bar is on the bottom and not – as i would prefer it – right under the image.

    i tried to change it but as the “html-code” is based on javascript i cant do it. can anyone help me?

    i think the easiest solution would be to move the shNavBar-div into the shWrap-div. but i dont know how.

    i think this could be the relevant part in the javascript-file:

    if ( ! (NB = this.I('shNavBar')) ) {
          NB = document.createElement('div');
          NB.setAttribute('id','shNavBar');
          document.getElementsByTagName('body')[0].appendChild(NB);
        }
    
        NB.innerHTML = dv+prevlink+'<a href="#" onclick="shutterReloaded.hideShutter();return false">'+closebtn+'</a>'+dv+nextlink+fsLink+imgNum;
    
        D.innerHTML = '<div id="shWrap"><img src="'+shutterLinks[ln].link+'" id="shTopImg" onload="shutterReloaded.ShowImg();" onclick="shutterReloaded.hideShutter();" /><div id="shTitle">'+shutterLinks[ln].title+'</div></div>';

    https://www.ads-software.com/extend/plugins/shutter-reloaded/

  • The topic ‘[Plugin: Shutter Reloaded] navigation bar under image’ is closed to new replies.