Title: Ryan Tvenge's Replies | WordPress.org

---

# Ryan Tvenge

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/rtvenge/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rtvenge/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rtvenge/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SVG Support] File is not a valid SVG.](https://wordpress.org/support/topic/file-is-not-a-valid-svg/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [1 year ago](https://wordpress.org/support/topic/file-is-not-a-valid-svg/#post-18436265)
 * [@ssmx](https://wordpress.org/support/users/ssmx/) this might be your fix: [https://wordpress.org/support/topic/file-is-not-a-valid-svg-2/](https://wordpress.org/support/topic/file-is-not-a-valid-svg-2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Cache Purger] Feature – SpinupWP](https://wordpress.org/support/topic/feature-spinupwp/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/feature-spinupwp/#post-18049945)
 * [@kevp75](https://wordpress.org/support/users/kevp75/) Thanks for adding this!
 * Just a heads up that SpinupWP does [disable `opcache_get_status()` by default](https://spinupwp.com/doc/php-disabled-functions/),
   so this will throw a fatal php error (specifically it happened for me when trying
   to save a menu):
 *     ```wp-block-code
       Error Details=============An error of type E_ERROR was caused in line 126 of the file /sites/nda-mn.org/files/wp-content/plugins/the-cache-purger/work/inc/modules/php.php. Error message: Uncaught Error: Call to undefined function opcache_get_status() in /sites/nda-mn.org/files/wp-content/plugins/the-cache-purger/work/inc/modules/php.php:126Stack trace:#0 /sites/nda-mn.org/files/wp-content/plugins/the-cache-purger/work/inc/modules/php.php(65): KP_Cache_Purge->purge_php_opcache()#1 /sites/nda-mn.org/files/wp-content/plugins/the-cache-purger/work/inc/kp-cache-purge.php(123): KP_Cache_Purge->purge_php_caches()#2 /sites/nda-mn.org/files/wp-content/plugins/the-cache-purger/work/inc/kp-cache-purge-processor.php(606): KP_Cache_Purge->kp_do_purge()#3 /sites/nda-mn.org/files/wp-includes/class-wp-hook.php(326): KP_Cache_Purge_Processor->{closure}()#4 /sites/nda-mn.org/files/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()#5 /sites/nda-mn.org/files/wp-includes/plugin.php(517): WP_Hook->do_action()#6 /sites/nda-mn.org/files/wp-includes/taxonomy.php(3474): do_action()#7 /sites/nda-mn.org/files/wp-includes/nav-menu.php(386): wp_update_term()#8 /sites/nda-mn.org/files/wp-admin/nav-menus.php(486): wp_update_nav_menu_object()#9 {main} thrown
       ```
   
 * The server admin can remove this in the `php.ini` to fix the fatal error which
   is what I ended up doing. I’m not sure if this function is crucial for your plugin
   to work but maybe it would be worth doing a `function_exists('opcache_get_status')`
   on it first to avoid the fatal error?
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress for IDX Broker] Version 3.2.0 not uploading attachments](https://wordpress.org/support/topic/version-3-2-0-not-uploading-attachments/)
 *  Thread Starter [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/version-3-2-0-not-uploading-attachments/#post-17944226)
 * yes these listings were there before the update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress for IDX Broker] OmniBar search JS error](https://wordpress.org/support/topic/omnibar-search-js-error/)
 *  Thread Starter [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/omnibar-search-js-error/#post-17934930)
 * I am still seeing this error on version 3.2.0.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] cdn.polyfill.io Malware issue in the plugin](https://wordpress.org/support/topic/cdn-polyfill-io-malware-issue-in-the-plugin/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/cdn-polyfill-io-malware-issue-in-the-plugin/#post-17856624)
 * I am seeing this as well.
 * See this for more info on the attack: [https://polykill.io](https://polykill.io)
 * The easiest solution would be to change the domain to CloudFlare’s safe mirror:
   [https://cdnjs.cloudflare.com/polyfill](https://cdnjs.cloudflare.com/polyfill)
 * …or just remove the polyfill assuming you don’t have to support IE11: [https://caniuse.com/promises](https://caniuse.com/promises)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blocks Animation: CSS Animations for Gutenberg Blocks] Scrollbar showing during Back In Right animation](https://wordpress.org/support/topic/scrollbar-showing-during-back-in-right-animation/)
 *  Thread Starter [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-showing-during-back-in-right-animation/#post-17041863)
 * Sure thing! Here it is: [https://www.dropbox.com/scl/fi/hq8thy23zdefs5ufijwbo/CleanShot-2023-09-11-at-09.52.18-2x.jpg?rlkey=qnmj0iep38gkvx5ecsoht3y9f&dl=0](https://www.dropbox.com/scl/fi/hq8thy23zdefs5ufijwbo/CleanShot-2023-09-11-at-09.52.18-2x.jpg?rlkey=qnmj0iep38gkvx5ecsoht3y9f&dl=0)
 * It doesn’t happen in every animation, just the ones that come from outside of
   the viewport on the x access (Ex: `backInRight`).
 * I looked into it a bit more and [animate.style](https://animate.style)‘s demo
   page has an `overflow-x: hidden` on `body`. I don’t love that solution as talked
   about above, but all that to be said, I don’t think this is an issue with your
   plugin, more an issue with animate.style.
 * Personally, I’m just going to avoid using this animation. I’d rather do that 
   than have the plugin force an `overflow-x: hidden` on all pages.
 * It looks like the animate.style developer doesn’t [think their library should handle it either](https://github.com/animate-css/animate.css/issues/970).
 * I’ll mark this as resolved. Thanks for the response! 😄
    -  This reply was modified 2 years, 8 months ago by [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blocks Animation: CSS Animations for Gutenberg Blocks] Performance Feature Request](https://wordpress.org/support/topic/performance-feature-request/)
 *  Thread Starter [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/performance-feature-request/#post-16998512)
 * [@hardeepasrani](https://wordpress.org/support/users/hardeepasrani/) [PR](https://github.com/Codeinwp/otter-blocks/pull/1828)
   submitted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] Order Not Updating with CPT](https://wordpress.org/support/topic/order-not-updating-with-cpt/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/order-not-updating-with-cpt/#post-16569712)
 * [@msartori](https://wordpress.org/support/users/msartori/) I’m actually using
   [SpinupWP](https://spinupwp.com) on a Linode server. I’m not sure the server 
   is our issue, though, as I was also able to replicate locally with [Lando](https://lando.dev).
 * Good to know Post Types Order worked for you as well. Maybe the plugin author
   of this plugin could see what they are doing. It sure seemed something changed
   in Core because there was a bit of time where almost all of these plugins broke
   for custom post types.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] Order Not Updating with CPT](https://wordpress.org/support/topic/order-not-updating-with-cpt/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/order-not-updating-with-cpt/#post-16559976)
 * I am running into the same issue where you drag and drop and refresh the page,
   and the change didn’t take affect. I have tried the following:
    - Disabled all other plugins and changed to Twenty Twenty-Three theme.
       * Issue persisted
    - Checked the web console in the browser after dragging
       * saw no output.
    - Did a fresh WordPress install with Just CPT UI (the way I’m creating the post
      type), imported my config for the CPT.
       * Did **not** see the issue.
    - I changed to [Post Types Order](https://wordpress.org/plugins/post-types-order/)
      plugin and it works as expected.
 * So my issue must be something with the data in my database and a bit of an edge
   case.😄
 * So for others that run into this, maybe try [Post Types Order](https://wordpress.org/plugins/post-types-order/)
   and see if that one works?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/page/3/#post-16281961)
 * Thanks [@abzlevelup](https://wordpress.org/support/users/abzlevelup/). I’ve opened
   a ticket with our Pro account.
 * I’ve also upgraded to the latest versions of both plugins on the Dev site. We’ll
   see if I run into the intermittent issue again.
 * [https://whltrust.hbserver.dev](https://whltrust.hbserver.dev)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/page/2/#post-16265884)
 * Hi [@abzlevelup](https://wordpress.org/support/users/abzlevelup/),
 * I was able to replicate the issue here: [https://whltrust.hbserver.dev/events/](https://whltrust.hbserver.dev/events/)
 * Screenshot: [https://www.dropbox.com/s/bbg5u185b1v781j/CleanShot%202022-12-06%20at%2010.37.19%402x.jpg?dl=0](https://www.dropbox.com/s/bbg5u185b1v781j/CleanShot%202022-12-06%20at%2010.37.19%402x.jpg?dl=0)
 * This site is running TEC 6.0.4 and Events Calendar Pro 6.0.3.
 * So the issue seems to still remain with TEC 6.0.4. 😕
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/page/2/#post-16224648)
 * Thanks [@abzlevelup](https://wordpress.org/support/users/abzlevelup/)!
 * I have this running on our Staging Site and will check every morning to see if
   the issue is still there.
 * I’ve been checking production every morning with v5.x and usually can replicate
   the issue every few days, so it will probably take a bit of time to make sure
   v6.x is working as expected. 😄
 * I’ll update here when I know more.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/page/2/#post-16150692)
 * Quick update, [@abzlevelup](https://wordpress.org/support/users/abzlevelup/):
 * I found that clearing [Page Cache](https://spinupwp.com/doc/caching-in-spinupwp/)(
   via SpinupWP, which manages our server) is a workaround to “fix” the issue.
 * I put a cron that automatically clears this cache every hour and that seems to
   be a workaround for now.
 * That might help the dev team diagnose the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/#post-16111027)
 * Thank you [@abzlevelup](https://wordpress.org/support/users/abzlevelup/)!
 * I do have a client that has a Pro license, but this site does not have one.
 * I was able to reproduce the issue in Safari this morning. It was not working 
   until I clicked on the link [https://whltrust.org/events/?hide_subsequent_recurrences=1](https://whltrust.org/events/?hide_subsequent_recurrences=1)(
   which we put in the main navigation as a workaround). I then tried Brave browser
   where I was able to replicate the issue. Adding ?foo to the url also “fixed” 
   the issue. Maybe it’s generating a new Nonce with a slightly different url.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] don’t work button next and previous month](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/)
 *  [Ryan Tvenge](https://wordpress.org/support/users/rtvenge/)
 * (@rtvenge)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/dont-work-button-next-and-previous-month/#post-16108104)
 * [@abzlevelup](https://wordpress.org/support/users/abzlevelup/), you are correct,
   it surely seems to be intermittent on the Demo (also what I’m seeing on my production
   site). I can no longer reproduce in Safari.
 * I do bring up that `?hide_subsequent_recurrences=1` query parameter because when
   I was able to replicate the issue on the Demo site, adding that query param “
   fixed” the issue. Maybe you have some access to internal documentation that says
   why clicking the navigation appends that query parameter.
 * From the outside looking in, its seems that the nonce isn’t valid based on the
   response on the 403 error from above.
 * I did see on the readme.txt in the Pro version, this bullet on version 5.3.0:
 * > Fix – Filter reset pagination params to include `hide_subsequent_recurrences`
   > to prevent pagination from failing the first time [FBAR-222]
 * Maybe that helps.
 * Thanks for you continued help!
 * Ryan

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

1 [2](https://wordpress.org/support/users/rtvenge/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rtvenge/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rtvenge/replies/page/2/?output_format=md)