Title: ShiftNavPro &#8211; WEBP
Last modified: February 15, 2019

---

# ShiftNavPro – WEBP

 *  Resolved [Brad Johnson](https://wordpress.org/support/users/p4fbradjohnson/)
 * (@p4fbradjohnson)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/shiftnavpro-webp/)
 * HI
 * I love the plugin! Great work.
 * Everything was working 100% – not sure when it broke. I use ShiftNav for my mobile
   menu. Sadly now, for some reason my image in my mobile menu is broken. NGINX 
   says 404 not found.
 * Everything else is working 100%.
 * Do you have any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshiftnavpro-webp%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [rosell.dk](https://wordpress.org/support/users/roselldk/)
 * (@roselldk)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/shiftnavpro-webp/#post-11209794)
 * Yes, I see a 404 on the following URL:
    [https://mariselaveludo.fashion/wp-content/uploads/2019/01/menu-image-1068×459.jpg.webp](https://mariselaveludo.fashion/wp-content/uploads/2019/01/menu-image-1068×459.jpg.webp)
 * I can see that you are using the new alter HTML option, with picture tags.
 * I guess that you have enabled “Reference webps that hasn’t been converted yet”
   and “Convert non-existing webp-files upon request”.
 * However, the “Convert non-existing webp-files upon request” option requires that
   you add an extra rule in your Nginx config. I have recently improved the Nginx
   rules in the FAQ, and there are also a rule for that. Check it out here: [https://wordpress.org/plugins/webp-express/](https://wordpress.org/plugins/webp-express/)(
   the “I am on Nginx” section)
 * You could also simply disable “Reference webps that hasn’t been converted yet”
 *  Plugin Author [rosell.dk](https://wordpress.org/support/users/roselldk/)
 * (@roselldk)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/shiftnavpro-webp/#post-11209815)
 * The Nginx rules for making “Convert non-existing webp-files upon request” work:
 *     ```
       location ~* ^/?wp-content/.*\.(png|jpe?g)\.webp$ {
           try_files
             $uri
             /wp-content/plugins/webp-express/wod/webp-realizer.php?wp-content=wp-content
             ;
       }
       ```
   
 * (but you should add the other suggestions in the FAQ too)
 *  Thread Starter [Brad Johnson](https://wordpress.org/support/users/p4fbradjohnson/)
 * (@p4fbradjohnson)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/shiftnavpro-webp/#post-11213919)
 * Brilliant! Working like a charm… Thanks for your very quick response.
 * Let me give you some more info for your FAQ’s…. The lazy loading is also working
   with Lazy Load by WP Rocket. If I didn’t give you a review, I will do so now.

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

The topic ‘ShiftNavPro – WEBP’ is closed to new replies.

 * ![](https://ps.w.org/webp-express/assets/icon.svg?rev=1918288)
 * [WebP Express](https://wordpress.org/plugins/webp-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webp-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webp-express/)
 * [Active Topics](https://wordpress.org/support/plugin/webp-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webp-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webp-express/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Brad Johnson](https://wordpress.org/support/users/p4fbradjohnson/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/shiftnavpro-webp/#post-11213919)
 * Status: resolved