Thread Starter
Neld91
(@neld91)
Just an idea: if the title could be linked as well, that’d be awesome! 🙂
Neld91,
It possible make only whole infobox with link.
<a href="http://ww.wp.xz.cn">[info_box]Content for second column [/info_box]</a>
http://ww.wp.xz.cn/support/topic/linking-info-boxes?replies=13
Perfect! Thank you.
Do you know how I can change it so that the link is not underlined?
Thanks!
leah.feldman,
reply is here
http://ww.wp.xz.cn/support/topic/linking-info-boxes?replies=13
About styles, you can use theme options features – custom css to add styles for infobox links.
.info_box a {
color:#333;
text-decoration: none
}
Hey Fruitful Code,
I’m trying to do the same thing to my site but it’s still not working. Here’s what I got:
[info_box_area]
[info_box icon_url=”http://www.fieldtocity.com/wp-content/uploads/2014/02/1column.png” alt=”title-1″ id=”inb_1″ type_column=”alpha” title=”FAQs”][/info_box]
I’m trying to add “http://www.fieldtocity.com/faqs/” so when you click on the 1column.png, it takes you there.
Where do I put it?
Ryan,
You have link url http://www.fieldtocity.com/faqs/
In html <a href="http://www.fieldtocity.com/faqs/"></a>
You have infobox column with icon [info_box][/info_box]
Everything together now
<a href="http://www.fieldtocity.com/faqs/">[info_box icon_url="http://www.fieldtocity.com/wp-content/uploads/2014/02/1column.png" alt="title-1" id="inb_1" type_column="alpha" title="FAQs"][/info_box]</a>
For some reason that still doesn’t work. The link appears above the infobox (please see screen grab via Dropbox.
https://www.dropbox.com/s/qtaqwpdybi21wtl/Infobox.PNG
I was working in the visual editor and not the text mode. Problem solved for all the newbs like me. Thanks Fruitful Code!