Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t see the text box as a link, I see the little ? icon as a link, and the title as a link.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Their example is a bit unnecessary by duplicating links that point to the same resource, and probably doesn’t do what you want, if you want to make the whole box clickable without changing your HTML try using this plugin (jQuery plugin not WordPress): https://github.com/lawlesscreation/jquery.clickable

    Thread Starter Dot

    (@dianetingleyhotmailcom)

    Hello!

    Am I right to say, in looking at the link, that in order to make a box clickable with this plug-in, I’d need to attribute jquery as my source code at bottom of a post page:

    <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script>
    <script src=”jquery.clickable.min.js”></script>

    and then filter the links I’d like clickable through this in-text code:

    $(function(){
    $(‘#clickable-box’).find(‘.box’).jqueryClickable();
    });

    It is true to say that I’m not quite sure about the second stage:
    How do I specify the box I’d like ticked (find its name or class – and what does the dollar sign stand for) for example, how would I make anything in or all of the box with the squirrel in clickable here:

    : https://www.acornhats.co.uk/

    Many thanks for getting to the end of this!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making a text box into a link’ is closed to new replies.