Tagged: iconbox
Hi guys, not necessarily support but want to ask anyone who might know.
In previous versions of Enfold, the following worked perfectly:
https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/
But after update to 2.3, this does not work anymore. Does anyone know how to fix this?
Hello,
Try with this CSS code:
.iconbox_content_title{
overflow: visible !important;
}
.iconbox_content_title a{
padding-left: 35px;
position: relative;
left: -35px;
}
Regards,
Josue
Have the same problem, but I don´t think the css code above is a solution. The whole iconbox function was rewritten, so just a css code doesn´t help. We need to know which changes to apply inside the php file. Tried it, but unfortunately my php knowledge is too limited. Maybe @formateins has a solution for this problem …
Hi @StuWeTouHo,
Can you post the link to your website please?
Regards,
Josue
Hey!
What is the issue you are having on your site @chrisknittel? The icons I see are correctly linking.
Best regards,
Devin
But it is not the icons, its the linking of the entire box. My original icons are not visible, I’m using images with z-index on the homepage.
BR
Chris
Hello!
Please hire someone for the customization. I’d suggest http://www.microlancer.com/
The code here https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/ is not very useful because
1) It’s w3c invalid. It’s not allowed to wrap an inline element like link (a href) tag around a div and
2) it would break the links inside the content because you can’t add a link to a link.
This modification needs to be done properly (on the php code & styling level) and it doesn’t make sense to provide quick dirty hacks which do more harm than good.
Cheers!
Peter