Results 1 to 3 of 3

Thread: Listing thumbnails not displaying

  1. #1
    Thread Starter
    Expired Customer subvertc's Avatar
    Join Date
    Jan 2014
    Location
    New York
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Listing thumbnails not displaying

    I tried finding some other threads on this, but they ended up nowhere.

    My listing thumbnails are not showing on the listing category page, and the single listing page thumbnail is only showing halfthe thumb.

    Screenshot from 2014-01-31 20:32:13.jpg <- The listing category screenshot
    Screenshot from 2014-01-31 20:32:30.png <- The Single Listing screenshot

    I checked my code, it looks good:

    From style.css
    Code:
    .listing_thumbnail {
    	padding:3px;
    	border:1px solid #CCC;
    	background-color:#FFF;
    	position:absolute;
    	top:26px;
    	left:5px;
    	max-width: 50px;
    and

    Code:
    article.listing,
    article.event {
    	margin: 0 26px;
    	padding: 25px 10px 25px 76px;
    	position: relative;
    	border-bottom: 1px solid #E5E5E5;
    	clear: both;
    From includes/image.php
    Code:
    function va_init_image_sizes( $sizes ) {
    	update_option( 'thumbnail_size_w', 50 );
    	update_option( 'thumbnail_size_h', 50 );
    	update_option( 'thumbnail_crop', true );
    
    	update_option( 'medium_size_w', 230 );
    	update_option( 'medium_size_h', 230 );
    
    	va_legacy_image_update();
    }
    And in Settings>Media, my thumbs are set to 50px.

    Help would be appreaciated. Cheers!

  2. #2
    Thread Starter
    Expired Customer subvertc's Avatar
    Join Date
    Jan 2014
    Location
    New York
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Listing Thumbnails not showing
    By korrigan in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: July 24th, 2013, 06:39 PM
  2. Quick tutorial: How to link listing thumbnails to the listing.
    By shunarjuna in forum Vantage General Discussion (Legacy)
    Replies: 14
    Last Post: October 28th, 2012, 08:28 PM
  3. Making thumbnails larger in slider and displaying fewer ads
    By jwadden in forum ClassiPress General Discussion
    Replies: 4
    Last Post: September 20th, 2010, 06:38 AM
  4. Making thumbnails larger in slider and displaying fewer ads
    By jwadden in forum Help Using ClassiPress
    Replies: 1
    Last Post: December 31st, 1969, 06:00 PM