How to create hyper link for clickable image

I’m having trouble creating hyper link from a clickable image.
Can you tell me how the following items should be filled out:

STYLE: None?

ALT: ?

LINK: On?

HREF: #nameofpage?

LINK TITLE ATTRIBUTE: ?

OPEN LINK IN NEW WINDOW: ON?

INFO: What is this?

ID: nameofpage?

CLASS:?

STYLE: ?

The clickable images reside on a one-page site but I want those image clicks to lync to seperate pages.
The links from menu items are working.

I saw on someone else’s support a suggestion that he enter code starting with " jQuery (function ( $ ) {"
but that hasn’t worked either.
That was from Joao to Juan.

Thank you so much for your help.

makoto

Hi Makoto.

I guess there is a confusion, you dont need any Jquery code to make an image clickable with a hyperlink.

The only thing you need is to turn on the link and add the URL to the HREF Box.

If it still does not work, please provide the URL so we can take a look.

Thank you

Thank you for getting back to me.

Does that mean that I should use the permalink of the page I want to go to in the HREF box?
Since I’m doing this locally that would be http://localhost:8888/demo-home/godiva/

Also, you posted something about changing the code.

"To make the image clickable you need to follow this:

Can you please go to your WP-Admin Dashboard/Apperance/Customizer/Custom/JavaScript and add the following code.

jQuery ( function( $ ) {

$(’ .x-feature-box-text a:last-child).each( function() {

$( this ).parent().parent().parent().find(’ .x-geature-box-graphic-inner i’).wrap

$( this ) .remove( );

} );

} ):

Should I not have done this? If so do I need to change it back? and how do I go about doing that?

Thank you so much for your help.

Best, Makoto

Hi There,

We cannot see your site on localhost

Are you using a featured box? If yes the code provided should work, otherwise you can delete and just turn on the link and add the URL to the HREF box of the image.

Please clarify.

Thank you