Hi,
How can I force bftuhumbs open on the page without image and image placeholder? It works for sidebar widget but how to use in content area?
Thanks
Hi,
How can I force bftuhumbs open on the page without image and image placeholder? It works for sidebar widget but how to use in content area?
Thanks
don't understand the question, please clarify.
For example frontpage template 1. How can I force those 3 posts below slider to show up without images (and also without the placeholder box)?
ok. Add a div around the bfthumbs like this:
<div class="nothumbs">
[bfthumbs category="portfolio" numposts="3"]
</div>
and then add this css:
.nothumbs .post.thumb .postimage { visibility:hidden; height:0px; }
Great, thanks!
You must log in to post.