Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587485

    Hello,

    We notice that all of our images on our site have the “link to” enabled to have each uploaded image clickable when someone hovers over it.
    We wanted to see if there is any way to update all images at once to remove this function so that they are not clickable.
    We can change this individually by going to image details for each image and changing the ‘Link to” option (or by simply deleting the html code for each image.
    Please let us know if this can be done for all images at once via a css or other method.

    Thank you

    #588151

    Hey tlchase,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #588583

    Sure thing Rikard, please see below.

    Thank you

    #589167

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add css if necessary to resolve the issue.

    Please disable the lightbox option in Enfold theme options and see if that fix the issue..

    You can also try the below css in Quick CSS

    /* Disable image overlay*/
    .avia_transform a .image-overlay {
        display: none!important;
        pointer-events: none!important;
    }

    However the mouse pointer will still show as the images are inside the <a> tag and if you apply pointer-events:none; to the a tag all links on the site will be disabled.

    /* Disable all links*/
    a {
      pointer-events: none!important;
    }

    unfortunately the correct way to fix this will be to do it manually one by one.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 1 month ago by Vinay.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.