• Hello,

    I don’t seem to be able to remove the links to the images in the Style section of the above page. The images are not added by “add media” button into the post, but by “add to gallery” button into the image gallery. So it doesn’t give me an option of attachment settings.

    It must be something in the page template, but I don’t know where to look and what options to explore.

    I do not know how it was set up, unfortunately. The developer who set up the site is no longer available. I am also just a user, not a developer…

    Is there something that I might be able to do by myself?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please ask the theme authors for support. It a theme issue.

    Thread Starter vtecmarketing

    (@vtecmarketing)

    Hi Dan,

    Thanks for your reply. I tried to check the Theme using https://www.isitwp.com and also by looking into the source code. It seems that the site was custom built. This is what I get from isitwp “The theme that this site uses does not exist in our database, so it most likely is a custom theme made specifically for XXX Group”

    Any other suggestions?

    Many thanks

    Maybe you should hire someone? This is no big issue i guess.

    hello, @danthefan I just inspect your code and I found in your code the class in the <li>tag is not define only its written their class. so, you have to disable your link on every image by applying class childs.
    you can put in your additional CSS section the following code line

    .style-list>li>a {
    pointer-events: none;
    }
    It will disable your all links from images.

    Thread Starter vtecmarketing

    (@vtecmarketing)

    Hello Abhishek,

    Many thanks for your answer! Would it be possible to add a code to each individual page though and not the whole site? Sometimes we want the images to open up on a separate page due to the nature of the product that we offer.

    Many thanks,

    Maria

    Hi, Maria! yes, it is possible you can put the code for each individual page
    only you need to assign a separate class for that image.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing links to images’ is closed to new replies.