Results 1 to 4 of 4

Thread: Ad Images Generation Question

  1. #1
    Thread Starter
    Junior Member webdevil's Avatar
    Join Date
    May 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Ad Images Generation Question

    I see that the theme-functions.php has the following code, which is supposed to generate different size images of an ad image that is uploaded. But I don't see the different
    size images being generated when I go to Media --> Library. I only see the original uploaded image there. What could be the reason?


    // 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);

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member webdevil's Avatar
    Join Date
    May 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Junior Member webdevil's Avatar
    Join Date
    May 2010
    Posts
    21
    Thanks
    0
    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. Question on printing images in a user post?
    By fgrover in forum Help Using ClassiPress
    Replies: 3
    Last Post: May 30th, 2010, 05:29 PM