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
Hi Andreas,
I found a way, can you create an administrator account and post it here as a private reply?
Regards,
Josue
Alright, will do. And thank you for taking the time to help!
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
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!
You are welcome, glad i could help, let us know if you have any more questions or issues :)
Regards,
Josue