Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Title and description on the side of thumbail [SOLVED]


  • Please log in to reply
4 replies to this topic

#1 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 24 October 2012 - 12:54 PM

Is it possible put the Title and description on the side of thumbail

Posted Image

Regards

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 24 October 2012 - 02:24 PM

Hi,

Yes, this is possible with some CSS. Could you share a link to your site so that we could suggest the right modifications? Thanks!

#3 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 24 October 2012 - 03:36 PM

Thanks.... I would list the thumbnails down and then put the title, description and date next to each, like the example I gave above.

I know the theme "sidebar", but I have had problems with the rest.

http://www.paracaidi...roducciones.php

thanks

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 24 October 2012 - 05:16 PM

Here's the CSS that I would add to your site's stylesheet:

.tubepress_thumb {
    width: 470px;
}
.tubepress_thumb a {
    float: left;
}
.tubepress_thumb img {
    padding-top: 0;
}
dl.tubepress_meta_group {
    width: 203px;
    float: left;
    padding: 0;
}
I would also disable fluid thumbs from WP Admin > Settings > TubePress > Thumbnails.

All of this will achieve an effect that looks like this: http://i.imgur.com/7MRm2.png. Pretty close to what you're after, right? Let us know. Thanks!

#5 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 31 October 2012 - 11:39 AM

Thank you... ones again