Adding shortcode to Review field

Posted in: Newspaper
Post count: 28

Hi Support,

I am trying to add a shortcode for a button into the custom field for review description for the star review. (the area where you can add verbiage to the review box. It seems like you can add html but when I add the shortcode for a button it wont work.. Is there a a way to fix that to make a shortcode work in that area?

Thanks,
William

Post count: 3343

Hi,
That area doesn’t support shortcode. Wjat you can do is to add a link like: <a href="you link">Review criteria</a> http://screencast.com/t/wYsrptDj

And you will have: http://screencast.com/t/NermP73Oq

Then you can style that link if you want like a button: Use this CSS, add it in Theme panel -> Custom CSS

.td-review-desc > a {
    background-color: #444444;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 3px 9px;
}
Post count: 28

ok cool thank you..

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.