Title: Image src path not display
Last modified: August 30, 2016

---

# Image src path not display

 *  [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/image-src-path-not-display/)
 * i have use your plugin i have found new issue on create option for add image 
   then display just attachment id but not display image url.
 * [see hear](http://s18.postimg.org/4z70mbc95/image.png)
    Thanks.
 * \tonjoo-theme-option-maker\src\TOMGenerate.php
    line no 605 add media image code
   not exist: like on 150
 *     ```
       if (!empty($val)) {
       	$image = wp_get_attachment_image_src($val, 'medium');
       	$src = (is_numeric($val)) ? $image[0] : $val;
       	$display = '';
       } else {
       	$src = '';
       }
       ```
   
 * [https://wordpress.org/plugins/tonjoo-theme-option-maker/](https://wordpress.org/plugins/tonjoo-theme-option-maker/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Ravikumar Patel](https://wordpress.org/support/users/ravipatel/)
 * (@ravipatel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/image-src-path-not-display/#post-6224176)
 * Also Not working when i have add shortcode on page content just display attechment
   id.
 * issue created when just have only one option.
 * not getting data when single value exist hear:
 * $data = get_option( ‘tom_data’ );
 *  [Ahir Hemant](https://wordpress.org/support/users/hemant-ahir/)
 * (@hemant-ahir)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/image-src-path-not-display/#post-6224463)
 * Hello,
 * You can use : Advanced Custom Fields: Options Page This Plugin and Make Unlimited
   Theme Options With ACF.
 * Thanks!
    BR Ahir Hemant

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image src path not display’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tonjoo-theme-option-maker_68ccbf.
   svg)
 * [Tonjoo Theme Options Maker](https://wordpress.org/plugins/tonjoo-theme-option-maker/)
 * [Support Threads](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/reviews/)

## Tags

 * [media](https://wordpress.org/support/topic-tag/media/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ahir Hemant](https://wordpress.org/support/users/hemant-ahir/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/image-src-path-not-display/#post-6224463)
 * Status: not resolved