Title: Gallery doesn&#8217;t work
Last modified: February 9, 2018

---

# Gallery doesn’t work

 *  Resolved [larisashev](https://wordpress.org/support/users/larisashev/)
 * (@larisashev)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/gallery-doesnt-work-4/)
 * Hi again 🙂
    Greg, i also have a problem with the images adding – they don’t 
   add in general. Help me, please, to fix it.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgallery-doesnt-work-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/gallery-doesnt-work-4/#post-9964490)
 * Hi, it seems the PLUpload library does not like the non-ASCII URLs, you can try
   to workaround it by adding the code below in your theme functions.php
 *     ```
       add_filter( "admin_url", "my_admin_url", 10, 3 );
       function my_admin_url( $url, $path, $blog_id ) {
           if( $path == "admin-ajax.php" ) {
               return "/wp-admin/admin-ajax.php";
           } else {
               return $url;
           }
       }
       ```
   
 * After adding the code refresh the page and try uploading file again.
 *  Thread Starter [larisashev](https://wordpress.org/support/users/larisashev/)
 * (@larisashev)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/gallery-doesnt-work-4/#post-9965059)
 * now it works! thank you very much!

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

The topic ‘Gallery doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [larisashev](https://wordpress.org/support/users/larisashev/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/gallery-doesnt-work-4/#post-9965059)
 * Status: resolved