• Resolved soriya

    (@soriya)


    I’ve been trying to get the captain to show under the thumbnail with css but to no avail. it keeps appearing on top.

    css:

    [CSS code over the forum limit of 10 lines moderated – please post a link to your site]

    the shortcode:
    [catlist id=3 numberposts=20 orderby=title order=asc title_tag=div title_class=project-title thumbnail=yes thumbnail_class=project-thumb thumbnail_size=thumbnail ]

    From what i’ve search so far, the thumbnail need to be in a div for the float css to work. however, the plugin didn’t give the option of using thumnail_tag option. is there a workaround to get the thumbnail to be in a div?

    Thank you so much for helping!

Viewing 5 replies - 1 through 5 (of 5 total)
  • please post a link to your site to illustrate the problem.

    without seeing live what is going on, nobody will be able to make any suggestions.

    Thread Starter soriya

    (@soriya)

    it’s on my localhost, so i can’t really display it.

    but here’s a screenshot: https://img52.imageshack.us/img52/7974/23615186.jpg

    and here’s my css for it: https://pastebin.com/A9fF3AFw

    Thread Starter soriya

    (@soriya)

    I’m not sure if this will help, but this is the html template for each post:

    <ul>
    <li>
    <div class="project-title"><a href="my_link">Eniro Cinderella</a></div>
    <div class="project-thumb"><a href="my_link"><img width="150" height="120" src="my-image.jpg" class="attachment-thumbnail wp-post-image"></a></div>
    </li>
    </ul>

    the problem is that the div for the image is at the bottom while div for the title is on top.

    even though i played around with the settings for css, it seem to stay in that position. however, i cannot switch their places as that is in the core of the plugin.

    Thread Starter soriya

    (@soriya)

    after a whole night of googling and test runs, I’ve resolved the matter by using List Category Posts’ template. all I did was create another template (from the one provided by plugin) in a folder inside my theme’s directory. Then i go in and edit the code by placing the show thumnail codes on top of the title codes, and Viola!, works like a charm.

    thanks alchymyth for attempting for help me. I really appreciated that. ^^

    Nice work! I finally got my thumbs lined up, although it’s still not quite how I would like it.

    Is it possible you could post the full code from the template you created? I’d appreciate that very much!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: List category posts] How to show the captain under thumbnail’ is closed to new replies.