• Resolved smartnetnyc

    (@smartnetnyc)


    First off, great plugin! I just wanted to know if a few things were possible to customize this plugin a bit more.

    1. Can I disable the zoom feature if needed? If so, how?

    2. Assuming I have a 1020px wide website, how can I center the main image and keep the thumbnails spread across?

    3. Can the images be rollover oppose to click.

    http://wordpress.org/plugins/super-zoom-gallery/

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

    (@ndoorn)

    Hi smartnetnyc,

    First of all, thank you for using this plugin and thanks for you compliments!

    I’ll try to answer your questions as good as possible.

    1. You can disable the zoom feature by removing the event handlers from the medium size image, but that requires some programming in JavaScript. In what situation would you want to disable the zoom function?

    2. You would have to use CSS to accomplish this. Depending on your theme it could be as easy as giving a margin: 0 auto to the containing elements.

    3. This can be done by using mouseOver events instead of click events. At this moment this requires some JavaScript kung-fu, but it could be turned in to a configurable option within the plugin.

    If you want to change the JavaScript and/or CSS I’ll would advice to do this in different files then the ones that come with the plugin, for example by creating your own files and include them from your theme. This way you avoid losing all your customisations if you install an update of the plugin.

    Hope this helps!

    Kind regards,

    Niels

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Settings’ is closed to new replies.