• Resolved nubirthmedia

    (@nubirthmedia)


    Problem with images not showing up.

    I assume it is the fact that i am using a theme with custom fields to bring in images into posts and they are not located in the place where this plugin expects to find images i.e in the post as normal.

    Any way you can alter this in the coding to point the plugin to the right location for stored images per post.

    Regards

    Using CouponPress if familiar?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure if this would help you, but I saw this in another post here on this forum:

    http://wordpress.org/support/topic/how-to-get-wp-carousel-to-display-featured-image-thumbnail-in-carousel

    Midway down, someone explains a hack that worked for them. Hope it helps

    Plugin Author sumolari

    (@sumolari)

    In WP Carousel 1.0 you can change the name of the custom fields whose content will be used as image URL by WP Carousel as well as change the size of the image if it is loaded from a post content.

    In wp-carousel.php, lines 65-68:

    define('WP_CAROUSEL_CAROUSEL_TEXT', 'wp_carousel_carousel_text');
    define('WP_CAROUSEL_IMAGE_URL', 'wp_carousel_image_url');
    define('WP_CAROUSEL_LINK_URL', 'wp_carousel_link_url');
    define('WP_CAROUSEL_VIDEO_URL', 'wp_carousel_video_url');

    Same file, line 96:

    define('WP_CAROUSEL_DEFAULT_THUMBNAIL_SIZE', 'thumbnail');

    You can use ‘thumbnail’, ‘medium’ or ‘large’.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Carousel] Custom Fields as Images not bringing up the image’ is closed to new replies.