Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #202737

    Hello!
    The images/media files I load on my site all get a green circle over them when I scroll over them on the website. When clicked, this takes viewers to a blown-up view of the image.
    How can I remove this feature from all of the images?
    Some of the images are links (this doesn’t happen to those pics) – but non-link images all seem to be doing this.
    Thanks for your insights!

    #202859

    Can I add to the above, that I have images that are links which shows the colored circle with an arrow – and I have images that are links that doesn’t show the colored circle – why this difference as they are both images with links?

    #203000

    Hey!

    @NaturalIntegrative: You can disable the lightbox function. Edit js > avia.js file, find this code on line 54:

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Replace it with:

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #203184

    Thanks. You say “Edit js > avia.js file”
    Where do I find this on my dashboard? Can’t seem to locate it.

    #203221

    Hi!

    You need to edit the file via FTP or your cpanel.

    Regards,
    Ismael

    #204835

    Hello again,
    Could you give me step-by-step directions on how to do this in WordPress? I don’t understand – there’s a steep learning curve for me with website building.
    Thanks for your help.

    #204838

    Hi!

    Please hire a freelance developer to edit the file for you. Please refer to this link for more info about FTP and accessing files through cpanel.

    http://www.siteground.com/tutorials/ftp/
    http://www.siteground.com/tutorials/cpanel/file_manager.htm

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to get the magnifying feature off of pics?’ is closed to new replies.