Skip Navigation

[Resolved] Plugin not doing what it is advertised to do

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 15 replies, has 2 voices.

Last updated by Christian Cox 6 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#611069

Selectors and external CSS can work, or the "style" attribute can be used to apply any inline CSS to the tag produced by the shortcode like shown in documentation example here:

[types field="my-image" alt="blue bird" title="Acme logo" class="my-class1 myclass2" style="border:1px solid black; padding:20px;" size="thumbnail"]

Will output

<img alt="blue bird" title="Acme logo" class="my-class1 myclass2" style="border:1px solid black; padding:20px;" src="<em><u>hidden link</u></em>" />