Title: ZeadsDead's Replies | WordPress.org

---

# ZeadsDead

  [  ](https://wordpress.org/support/users/zeadsdead/)

 *   [Profile](https://wordpress.org/support/users/zeadsdead/)
 *   [Topics Started](https://wordpress.org/support/users/zeadsdead/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zeadsdead/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zeadsdead/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zeadsdead/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zeadsdead/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zeadsdead/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxButtons - Create buttons] Conflict with Thrive themes](https://wordpress.org/support/topic/conflict-with-thrive-themes-3/)
 *  Thread Starter [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-thrive-themes-3/#post-14483803)
 * [@basszje](https://wordpress.org/support/users/basszje/) I’ll share. What’s your
   email or twitter or DMs?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxButtons - Create buttons] Conflict with Thrive themes](https://wordpress.org/support/topic/conflict-with-thrive-themes-3/)
 *  Thread Starter [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-thrive-themes-3/#post-14477410)
 * Correct, it occurs with a thrive theme layout customization screen.
 * There are no console errors.
 * Here is a video of us trying to add a new element to the thrive template page:
   [https://share.getcloudapp.com/mXupwroB](https://share.getcloudapp.com/mXupwroB)
 * After contacting support, they responded with an explanation and their own video
   after deactivating MB:
 * _I suspected this to be a plugin conflict and so I deactivated all of your non-
   Thrive plugins. After doing this, I was able to successfully add these elements
   to your template. Please see this video for reference: [https://share.getcloudapp.com/E0uYxNPR](https://share.getcloudapp.com/E0uYxNPR)
   
   I then went through and reactivated your non-Thrive plugins one by one and found
   that the plugin causing the problem is the MaxButtons plugin. When this plugin
   is deactivated, you can add elements to your template with no problems. All Thrive
   products are built in accordance with the WordPress codex and should work with
   other plugins built to the same guidelines and standards. With that in mind, 
   we would recommend that you reach out to the developer of the MaxButtons plugin
   and explain the issue that is being caused so that they can investigate it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Recent changes to theme?](https://wordpress.org/support/topic/recent-changes-to-theme/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/recent-changes-to-theme/#post-14288222)
 * Love this theme and donated!
 * I just experienced the same thing as Johan, and was about to go into a deep search
   into how to fix it. I understand the reasoning but not sure I agree with 1200.
 * For longer posts, it seems like the reader could get lost. What if they want 
   to go back a page, or try to navigate to another page. It would be nice to be
   able to have a small sticky menu bar at the top so that as they scroll, they 
   can always find their way back.
 * Or even better… maybe the bar only shows up when they start to scroll back up.
   It’s a style I’ve seen a lot in the past year or so.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WebP images not being served](https://wordpress.org/support/topic/webp-images-not-being-served-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/webp-images-not-being-served-2/#post-11216416)
 * [@websitesforanything](https://wordpress.org/support/users/websitesforanything/)
   i deleted CE, installed “EWWW Image Optimizer Cloud” and paid for them to crunch
   all my images and turn them into webp files (ie, filename.jpg ==> filename.jpg.
   webp… webp gets appended, not replaced).
 * Then I hit up WPE support chat and they installed an NGINX rule to serve webp
   images to compatible browsers (chrome, firefox, and Edge). This isn’t the exact
   rule, but it’s something like this:
 * \`
    if ( $http_accept ~ “image/webp” ) { set $webp ‘.webp’ ; } location ~* \.(
   png|jpe?g|gif)$ { add_header Vary Accept; default_type image/webp; try_files 
   $uri$webp $uri =404; } `
 * I think this seemed to break things on Safari so for weeks after I had to continually
   check to ensure images were loading. I solved this by clearing the various cache’s
   in the WP Admin Dashboard as well as via the WPE Utilities tab. Images now seem
   to load just fine in Safari and all other browsers.
 * So this worked fine but then I realized the images needed cache headers… so you’ll
   have to have WPE modify the rule to include the correct cache headers.
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WebP images not being served](https://wordpress.org/support/topic/webp-images-not-being-served-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/webp-images-not-being-served-2/#post-11004100)
 * rats! you are correct [@codyarsenault](https://wordpress.org/support/users/codyarsenault/).
   I don’t think CE & wpengine play nice together.
 * Unfortunately I have had to disable CE for now and start looking for alternative
   routes.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WebP images not being served](https://wordpress.org/support/topic/webp-images-not-being-served-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/webp-images-not-being-served-2/#post-11000284)
 * I see this at the bottom of our HTML: `<!-- Cache Enabler by KeyCDN @ 17.12.2018
   14:22:41 (html) -->`
 * Unfortunately, I think CE causes a handful of my images on the homepage to no
   longer be loaded from our CDN. 🙁 . I need to investigate further.
 * Onwards! See my links in previous comment… the WEBP version is available yet 
   it’s not being loaded.
 * Details:
    – Host & CDN: wpengine – Plugins (incomplete list): Autoptimize, Optimus,
   CE
 * WPengine did mention there may be a conflict with their post processing scripts
   but I doubt that’s the problem?
 * Any thoughts here?
    -  This reply was modified 7 years, 7 months ago by [ZeadsDead](https://wordpress.org/support/users/zeadsdead/).
      Reason: clarification and brevity
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WebP images not being served](https://wordpress.org/support/topic/webp-images-not-being-served-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/webp-images-not-being-served-2/#post-11000247)
 * Thx for the immediate reply [@codyarsenault](https://wordpress.org/support/users/codyarsenault/)
 * To address your comment above, I do have WEBP files for _most_ assets on my site.
   See this page [https://lacolon.com/our-doctors/gary-hoffman-md](https://lacolon.com/our-doctors/gary-hoffman-md)
 * For example, this asset: [https://t1esl305pr43gk6bo33tf4wl-wpengine.netdna-ssl.com/wp-content/uploads/2011/02/dr_gary_hoffman.jpg](https://t1esl305pr43gk6bo33tf4wl-wpengine.netdna-ssl.com/wp-content/uploads/2011/02/dr_gary_hoffman.jpg)
 * Is also available as WEBP: [https://t1esl305pr43gk6bo33tf4wl-wpengine.netdna-ssl.com/wp-content/uploads/2011/02/dr_gary_hoffman.webp](https://t1esl305pr43gk6bo33tf4wl-wpengine.netdna-ssl.com/wp-content/uploads/2011/02/dr_gary_hoffman.webp)
    -  This reply was modified 7 years, 7 months ago by [ZeadsDead](https://wordpress.org/support/users/zeadsdead/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WebP images not being served](https://wordpress.org/support/topic/webp-images-not-being-served-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/webp-images-not-being-served-2/#post-10996363)
 * Hi, I am experiencing the same images with my website — lacolon.com. When I navigate
   to my website on Chrome Incognito, I do _not_ see any webp files being downloaded.
 * Here’s what I’ve done:
 * – all plugins and theme have updated
 * – CE is installed (see code `<!-- Cache Enabler by KeyCDN @ 16.12.2018 11:56:
   47 (html) -->` at bottom of source)
 * – CE webp setting is enabled
 * – confirmed .webp files exist (via SFTP). files created via Optimus.
 * – Autoptimize plugin install and configured
 * – cleared cache multiple times
 * Any ideas? Would love to get this fixed.
 * Do I need to code the `<picture>` element manually for all the images on my website?
 * Thanks,
    Ben
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Connect for BuddyPress] Change Genesis Simple Menus For Users](https://wordpress.org/support/topic/change-genesis-simple-menus-for-users/)
 *  Thread Starter [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-genesis-simple-menus-for-users/#post-3794193)
 * I read the recent threads on this plugin about GC and BP1.7.
 * I’m wondering what other cool features I am missing out on if I choose to user
   BP 1.7 without GC. Before I spend the time integrating GC into my site I am hoping
   to learn more about it….
 * This feature mentioned above is obviously one of them. Are there anyone more 
   features that GC offers that BP does not?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms CSS Ready Class Selector] Does not work with latest Gravity Forms 1.7 beta 2](https://wordpress.org/support/topic/does-not-work-with-latest-gravity-forms-17-beta-2/)
 *  [ZeadsDead](https://wordpress.org/support/users/zeadsdead/)
 * (@zeadsdead)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/does-not-work-with-latest-gravity-forms-17-beta-2/#post-3611453)
 * +1
 * I noticed the same thing today and created a new WP account to specifically post
   on this thread because i loved this plugin so much.
 * any ETA as to when you will update?
 * thanks!

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