Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287496
    Melissa437
    Participant

    Hi,

    I would like to make the image in my feature box hyperlink to another page – I can add linkable text but I would like to be able to hover over the image and just click through to my new page..

    Could you please advise,
    Thankyou:)

    #1287668
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Give your feature box a unique ID for example feature and then the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$("#feature .x-feature-box-graphic img").wrap('<a href="http://google.com/"></a>');
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1295472
    Melissa437
    Participant

    Hi,

    What I would like is for the phone number in the “FEATURE BOX” to hyperlink to a phone number so when someone uses a phone to see the site it will have the option to make a call directly.

    Thanks
    Melissa

    #1295525
    Paul R
    Moderator

    Hi Melissa,

    To further assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    #1295877
    Melissa437
    Participant
    #1295903
    Joao
    Moderator

    Hi There,

    Since you have Under Construction plugin installed please provide us admin credentials so we can take a closer look.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1287496 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>