Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #748908

    hello
    very strange problem
    please look into the link (in the private Content)
    it’s the ‘partners’ section and as you can see there are 4 galleries displaying logos
    I chose: ‘no, don’t add link to the images at all’ and now the mouse cursor doesn’t change but images are still clickable
    and if you click them they will open in the same page (instead of the page)
    why is it happening and how can i fix it?

    #748912

    Hey Doron,
    could you try choseing ‘no, don’t add link to the images at all’ and saving again?
    Or send an admin login, in the private data, so I can look closer

    Best regards,
    Mike

    #748971

    I’ve tried many times
    here is the admin login

    #749125

    Hey!

    Thank you for the info. Please add this in the Quick CSS field.

    .avianolink {
        pointer-events: none; 
    }

    Cheers!
    Ismael

    #749161

    Hi Ismael
    I added your code but it doesn’t seem to help
    mouse cursor doesn’t change to hand but the images in those gallaries are still clickable just like before
    :(

    #749232

    Hi!

    The dynamic stylesheet (http://mtamar.org.il/wp-content/uploads/dynamic_avia/options.css?ver=58a6cb2532aa8) is cached. You will not find the latest modification in it. Please purge the cache or go to the wp-content/uploads/dynamic_avia/ folder, rename the options.css file and toggle the theme options to regenerate the dynamic stylesheet.

    Cheers!
    Ismael

    #749270

    it works!! thank you Ismael so much
    will this affect all galleries in the site or just the one that had the bug?

    #749285

    Hey!

    It works for where you have assigned it.
    If you want to enable it back for something that is enabled, you can re-create with a different class and overwritte the settings

    Regards,
    Basilis

    #749298

    Hey Basilis
    sorry for asking again, i’m just trying to make sure I understand correctly:
    what you are saying is that the code:

    .avianolink {
        pointer-events: none; 
    }

    is effective only where I choose ‘no, don’t add link to the images at all’ , right?
    that is what I’m looking for and if that what you ment than case solved!

    • This reply was modified 7 years, 1 month ago by Doron.
    #749703

    Hi!

    Yes, the “avianolink” class attribute will only be applied if you choose that option (No, don’t add link to the images at all).

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘disable image links on simple gallery doesn't work’ is closed to new replies.