• Resolved debenedictis

    (@debenedictis)


    Hi,
    I’m using version 2.2 of Smooth Slider and I love it.

    Today I tried to use the slider_thumbnail Custom Field.
    I set “Pick Image From” to “slider_thumbnail Custom Field.”
    Then, I went into my posts and specified a Custom Field
    value for slider_thumbnail.

    However, the slider did not seem to use the image from the
    ‘slider_thumbnail’ Custom Field. Rather, it seemed to be using
    the image from the ‘image’ Custom Field.

    So, I peaked at the code. I saw this on line 555:

    $thumbnail = get_post_meta($post_id, 'image', true);
    $image_control = get_post_meta($post_id, 'slider_image_control', true);

    Moreover, I couldn’t find anywhere in the code where it refers
    to a ‘slider_thumbnail’ Custom Field.

    Am I missing something?

    Thank you,
    Robert

    http://wordpress.org/extend/plugins/smooth-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Smooth Slider] slider_thumbnail Custom Field’ is closed to new replies.