Results 1 to 3 of 3

Thread: Image Resize problem in add listing is Fixed in Classipress

  1. #1
    Thread Starter
    Junior Member speedy222's Avatar
    Join Date
    Jan 2012
    Location
    Netherlands
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Image Resize problem in add listing is Fixed in Classipress

    Here is the solution for the image resize problem for add listing.

    Go in your php files in Classipress to the themes/classipress/content-ad_listing.php

    Open the file: content-ad_listing.php

    Change this code:

    <div class="post-left">

    <?php if ( $cp_options->ad_images ) cp_ad_loop_thumbnail(); ?>

    </div>

    To this code:

    <div class="post-left">

    <?php if(get_post_meta($post->ID, 'images', true)) cp_single_image_legacy($post->ID, $cp_options->thumbnail_size_w, $cp_options->thumbnail_size_h, 'preview'); else rb_get_image_url_feat($post->ID, 'rb_adthumb', 'preview', 1); ?>

    </div>


    Thats all! And your image are resize good now.

  2. #2
    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!

  3. #3
    Amateur machadosc's Avatar
    Join Date
    Mar 2011
    Location
    Brazil
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 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. [SOLVED] Resize image classipress ad listing page
    By acheica in forum Help Using ClassiPress
    Replies: 0
    Last Post: June 6th, 2014, 06:29 AM
  2. Image Resize Problem when Posting Ad
    By kilotoncreative in forum ClassiPress General Discussion
    Replies: 8
    Last Post: October 21st, 2013, 03:58 AM
  3. Dimitris resize image problem
    By buddha in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: December 7th, 2012, 10:41 AM
  4. Image resize problem in listing
    By buddha in forum Report Vantage Bugs (Legacy)
    Replies: 2
    Last Post: October 22nd, 2012, 07:01 PM
  5. Image resize problem
    By inwal in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 22nd, 2012, 01:40 PM