Results 1 to 3 of 3
Like Tree1Likes
  • 1 Post By cocopon

Thread: Large Image on Ad Pages

  1. #1
    Thread Starter
    cocopon's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    18
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Large Image on Ad Pages

    I would like to allow users to display large images on their ad pages. I'd like to display up to 700 x 700 when a user clicks the preview of the image on the single ad page.
    Any advice about how to do this?

    I see section of functions.php has code to create images:
    // create special sizes for the ads
    add_image_size('ad-thumb', 75, 75, true);
    add_image_size('ad-small', 100, 100, true);
    add_image_size('ad-medium', 250, 250, true);
    //add_image_size('ad-large', 500, 500);

    Not sure why ad-large is commented out. I don't see any other references to ad-large. Is there a way for me to simply change one of these sizes?
    bdadk likes this.

  2. #2
    Thread Starter
    cocopon's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    18
    Thanks
    11
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    laura's Avatar
    Join Date
    Apr 2010
    Location
    Michigan
    Posts
    2,594
    Thanks
    60
    Thanked 279 Times in 254 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. Image Size too Large
    By tmichaelis28 in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: October 9th, 2013, 03:40 PM
  2. Echo Large Image URL
    By toms in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 19th, 2012, 01:05 AM
  3. Echo Large Image URL
    By toms in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: March 19th, 2012, 01:05 AM
  4. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 03:47 PM