• duttasanjib2003

    (@duttasanjib2003)


    file upload successfully and image display in uploads folder but not display in details page, i want to image thumb display in details page
    and when click this thumb enlarge image.

    i use this code in my theme
    —————————-
    <?php wp_multi_file_uploader(array(
    ‘allowed_mime_types’ => ‘jpg,png,gif’, // accepts .jpg, .png, .gif file types
    ‘max_file_size’ => ‘5’ // 5mb
    )); ?>

    I am waiting your replay

    https://www.ads-software.com/plugins/wp-multi-file-uploader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dholloran

    (@dholloran)

    I am not totally sure what you mean by details page. Are you wanting to display the image on your page with a light box that shows the image overlaying the page?

    Thread Starter duttasanjib2003

    (@duttasanjib2003)

    details page means in my website. image not display in my webpage…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image not display’ is closed to new replies.