Title: [Plugin: Gallery] Doesn&#039;t work
Last modified: August 20, 2016

---

# [Plugin: Gallery] Doesn't work

 *  Resolved [zoks77](https://wordpress.org/support/users/zoks77/)
 * (@zoks77)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/)
 * I’ve installed this and when I create Gallery page and view it, it shows gallery
   mixed with Homepage… very strange.
    Sorry but this doesn’t work for me.
 * [http://wordpress.org/extend/plugins/gallery-plugin/](http://wordpress.org/extend/plugins/gallery-plugin/)

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/2/?output_format=md)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676222)
 * Hello,
 * Please provide URl of the website to analyze this issue and provide you possible
   recommendation regarding mentioned issue.
 * Regards,
    Oksana
 *  [4addai](https://wordpress.org/support/users/4addai/)
 * (@4addai)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676234)
 * I am also facing similar problems. The gallery was working fine until I upgraded
   it about 4 days ago. It displays the single as the homepage, with the slider.
   This is my gallery page [http://www.mfriday.org/gallery/](http://www.mfriday.org/gallery/)
 * PrettyPhoto doesn’t work, the gallery is broken.
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676235)
 * 4addai,
 * In the last plugin version we were impelled to change prettyphoto library to 
   another one. Please replace gallery template file in your theme with files from
   plugin folder. These files are ‘gallery-single-template.php’ and ‘gallery-template.
   php’ , and they are located at ‘gallery-plugin/template’ folder.
 * Regards,
    Oksana
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676269)
 * i have installed this plugin. it’s Work. But slide or fancybox doesn’t work. 
   Can U help me.
    this is my site [http://www.islamiceconomic.org/photo-gallery](http://www.islamiceconomic.org/photo-gallery)
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676270)
 * Hello,
 * You have a conflict between template scripts and plugin scripts. It is necessary
   to install new jQuery version in order to fix this issue.
 * Regards,
    Oksana
 *  [spartida](https://wordpress.org/support/users/spartida/)
 * (@spartida)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676272)
 * I make the gallery, and then created the page, then paste the command [print_gllr
   id=hermosillo-9] but does not show the gallery that has that id, show the last
   sample gallery created.
 * sorry for my English but it is not my native language.
 * I need help!!
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676273)
 * spartida,
 * You have implemented wrong id into the shortcode. Please replace ‘post id’ with‘
   post slug’ (while you are editing gallery you can see necessary value ‘wp-admin/
   post-edit.php?post=125&post-type=gallery’ in the address bar, you need to use
   value 125 from this string).
 * Regards,
    Oksana
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676274)
 * I Try install this pluggin..
    But error this message `Call to undefined function
   get_post_thumbnail_id() in /home/mindweb/public_html/wp-content/themes/rttheme9/
   gallery-template.php on line 53 `
 * Help me please…
 * Thanks
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676275)
 * I have problem this plugin in
    [http://mind.web.id/?page_id=64](http://mind.web.id/?page_id=64)
 * but this pluggin great work in
 * [http://mind.web.id/demo1/?page_id=26](http://mind.web.id/demo1/?page_id=26)
 * help me, please
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676276)
 * Dear Mukhlisweb,
 * >  I Try install this pluggin..
   >  But error this message
   > Call to undefined function get_post_thumbnail_id() in /home/mindweb/public_html/
   > wp-
   >  content/themes/rttheme9/gallery-template.php on line 53
   > Help me please…
   >  Thanks
 * I’m getting the following error: Fatal error: Call to undefined function get_post_thumbnail_id().
   What am I to do? ?
 * This error says that your theme doesn’t support thumbnail option, in order to
   add this option please find ‘functions.php’ file in your theme and add the following
   strings to this file:
 *     ```
       add_action( 'after_setup_theme', 'theme_setup' );
   
       function theme_setup() {
           add_theme_support( 'post-thumbnails' );
       }
       ```
   
 * After that your theme will support thumbnail option and the error won’t display
   again.
 * > I have problem this plugin in
   >  [http://mind.web.id/?page_id=64](http://mind.web.id/?page_id=64)
   > but this pluggin great work in [http://mind.web.id/demo1/?page_id=26](http://mind.web.id/demo1/?page_id=26)
   > help me, please
 * We cannot open this page [http://mind.web.id/?page_id=64](http://mind.web.id/?page_id=64)–
   it couldn’t be found. Maybe this website is running on your local environment?
   If so then please provide several screenshots.
 * Regards,
    Oksana
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676277)
 * Error
    `I'm getting the following error: Fatal error: Call to undefined function
   get_post_thumbnail_id().`
 * Clear… Thanks
    But.. when I open [http://mind.web.id/?page_id=64](http://mind.web.id/?page_id=64)
 * Fancybox doesn’t work, Why? can you help me..
 * Thanks
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676278)
 * mukhlisweb,
 * Please instal the latest version of our plugin.
    Copy file from the ‘template’
   folder (which is located in the plugin folder) to the theme folder. Press ctrl
   +f5.
 * If these instructions didn’t help you, please provide Live website address, because
   browser couldn’t find mind.web.id server of this website.
 * Regards,
    Oksana
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676279)
 * I have install latest version. But still doesn’t work
 * i can accesss my site
    [http://mind.web.id/?gallery=test-lagi](http://mind.web.id/?gallery=test-lagi)
   or [http://mind.web.id/?page_id=64](http://mind.web.id/?page_id=64)
 * I Have same problem in
 * [http://www.islamiceconomic.org/galley-3/hmm/](http://www.islamiceconomic.org/galley-3/hmm/)
 * Thanks
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676280)
 * mukhlisweb,
 * You have a plugin ([http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow](http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow))
   and it has jquery library call ([http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow/js/jquery-1.2.6.min.js](http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow/js/jquery-1.2.6.min.js))
   which shouldn’t be there, because it is necessary to use WP embedded jquery library.
   This call breaks lightbox for gallery.
 * Regards,
    Oksana
 *  [mukhlisweb](https://wordpress.org/support/users/mukhlisweb/)
 * (@mukhlisweb)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/#post-2676281)
 * Dear,
    I have delete the pluggin and jquery library call ([http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow/js/jquery-1.2.6.min.js](http://www.islamiceconomic.org/wp-content/plugins/image-gallery-with-slideshow/js/jquery-1.2.6.min.js))
 * But i don’t know fancybox on [http://www.islamiceconomic.org/galley-3/hmm/](http://www.islamiceconomic.org/galley-3/hmm/)
   still doesn’t work
 * thanks

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/2/?output_format=md)

The topic ‘[Plugin: Gallery] Doesn't work’ is closed to new replies.

 * ![](https://ps.w.org/gallery-plugin/assets/icon-256x256.gif?rev=2580845)
 * [Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress](https://wordpress.org/plugins/gallery-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-plugin/reviews/)

 * 49 replies
 * 12 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-doesnt-work/page/4/#post-2676343)
 * Status: resolved