Dear Baden. Thanks for this very useful plugin. I am trying to display image instead of text as trigger for the expand BUT the image will just not show up when i click page preview. I use the following code:
<div style=”text-align: center; font-family: ‘Verdana’; font-weight: bold; color: #5b7f95;”>[expand title=”<img src=”/wp-content/uploads/2014/10/Teaser_td03_300x57.jpg” alt=”” />” tag=”div” alt=”Market Analysis” trigclass=”noarrow” trigpos=”below” id=”marketanalysis”]…[/expand]</div>
(the above is not on the live site yet..it is a working draft…)
I have added the above into a text block widget of my WP theme. And I am using the text editor (NOT visual editor) as per your suggestion. I can see the image loaded correctly in the visual editor backend but it wont show on the site. When i hover over that space on my site i can see the mouse cursor recognises there is a link there and i can click and see the target content and collapse again but there is no image showing…
The div part is to make sure the whole thing is centered.
Also, i use single quotes for the image source but WP automatically turns these to double quotes – as shown above…
Any help will be greatly appreciated.