Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #182942

    Hi, I’m working on http://atlasdigital.se/masterjohan

    As you can see on the front page, there are 3 Icon Boxes, where the title is linked to a separate page. Is it possible to also link the actual icon to the same page, and maybe even the whole box?

    I find myself wanting to click the icon or the box rather than the page title.

    / Andreas

    #183773

    Hi Andreas,

    I found a way, can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #183779

    Alright, will do. And thank you for taking the time to help!

    #183781
    This reply has been marked as private.
    #183782

    Hey!

    Done: http://atlasdigital.se/masterjohan

    I modified this file and added some code to the Quick CSS, just so you know in case of updating.

    jQuery(".home article.iconbox").each(function(){ 
        var theLink = jQuery(this).find("a").attr("href");
    	jQuery(this).on("click", function(){
    		window.location.href = theLink;
    	});
    });

    .home article.iconbox{ cursor: pointer; }

    Best regards,
    Josue

    #183785

    Wow! That’s fantastic. I’m super impressed both at that you solved it and also that you wanted to take the time to do this extra feature for me. Thank you!

    #183786

    You are welcome, glad i could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

    #183787

    YAY!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Linking the "Icon Box" icon?’ is closed to new replies.