Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1161285

    Hi,
    I would like to set a link to an image on a page. But the field to set the link is missing.
    Could you please help?

    This is the URL and the image is the one with android and apply buttons. Well, all the images are actually missing the link field.

    Thanks,
    Marco

    #1161544

    Hey marcoabis81,
    Thanks for the login, to set a link in a image element, first change the “no link” to “manually set”
    2019-11-30-210455
    then you will see the link field
    2019-11-30-210531

    Best regards,
    Mike

    #1161645

    Hi Mike,
    I know about that but this time, when I open the image I do not see options do add links.

    2019-12-01_1527

    Thanks,
    Marco

    #1161648

    Hi,
    Thank you for the feedback, but it is working for me, on your site, please see the video in the Private Content area
    Please note I had to use Google Translate in the video as I only read English.

    Best regards,
    Mike

    #1161653

    Hi Mike,
    Your file is not a video, it is Javascript file. See the private.

    I still cannot see all these options.

    This is the element I am trying to add a link https://www.screencast.com/t/GYowSMxcdsA

    and these are the options I see https://www.screencast.com/t/cvveCh8UNTM

    Did you open my same image?

    Marco

    • This reply was modified 4 years, 11 months ago by marcoabis81.
    #1161678

    Hi,
    Sorry, my mistake, please see video below.
    This was taken from your page, you need to click the “Link Settings” tab, the second tab from the left.

    Best regards,
    Mike

    #1161688

    lease Mike,
    give a look to my screenshot. I showed you that I do not see the same options you can see
    2019-12-01_2152

    I am missing link settings and captions.

    In fact I have 4 options while you have 6

    #1161693

    Hi,
    That is odd because I don’t see that, I made a new video for you, perhaps it’s your language settings? Try logging in with the account you gave us.

    Best regards,
    Mike

    #1161696

    Hi,
    Mike, I just found the option. It is not another section, and it was not easy to find. It is there but displayed differently than on your page.

    Here is it
    It look like just text but it is actually a button https://www.screencast.com/t/NUzWcLBj
    And here is what I used to set the link https://www.screencast.com/t/RK2louGOU

    So we know now how it works

    The only thins is now this:
    when I hover over the pic with the mouse the alt name of the pic appears. Should not the ALT hidden by default?
    2019-12-01_2259

    Thanks
    Marco

    • This reply was modified 4 years, 11 months ago by marcoabis81.
    #1161699

    Hi,
    This is the image title, it is normal for it to show.

    Best regards,
    Mike

    #1161828

    Hi,
    Is there any way I can hide the title on hover?

    Thanks,
    Marco

    #1162163

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_title_script(){
      ?>
      <script>
    (function($){
    $(window).load(function(){
    $('a').removeAttr('title');
    $('img').removeAttr('title');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_title_script');

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.