Title: adevandry's Replies | WordPress.org

---

# adevandry

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Migration preview in progress , but never completes](https://wordpress.org/support/topic/migration-preview-in-progress-but-never-completes/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/migration-preview-in-progress-but-never-completes/#post-16224436)
 * Thank you for following up with this. I was also seeing more events in the migration
   that we actually had on the site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Migration preview in progress , but never completes](https://wordpress.org/support/topic/migration-preview-in-progress-but-never-completes/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/migration-preview-in-progress-but-never-completes/#post-16194680)
 * Same problem here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Ask for money return is the best choice](https://wordpress.org/support/topic/ask-for-money-return-is-the-best-choice/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/ask-for-money-return-is-the-best-choice/#post-14576582)
 * Total Scam.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Ask for money return is the best choice](https://wordpress.org/support/topic/ask-for-money-return-is-the-best-choice/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/ask-for-money-return-is-the-best-choice/#post-14487617)
 * Agreed.
 * I went to Paypal and asked for a refund, and the plugin author wrote to Paypal
   and refused the refund. So he’s out there, just being a complete thief.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Pro App is garbage](https://wordpress.org/support/topic/pro-app-is-garbage/)
 *  Thread Starter [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/pro-app-is-garbage/#post-14432227)
 * This plugin is dead. There is zero support anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway Payeezy for WooCommerce] Trasaction Error](https://wordpress.org/support/topic/trasaction-error/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/trasaction-error/#post-12395351)
 * I am hoping for an answer to this also.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Typed Js] How to inline the typed text?](https://wordpress.org/support/topic/how-to-inline-the-typed-text/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/how-to-inline-the-typed-text/#post-10854575)
 *     ```
       .typed-div-35341 { display: inline; font-size: 1em;
           color: #ffffff;
           margin: 0 auto;
           text-align: center; }
       ```
   
 * Update the number to reflect your own Type project.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reading Time WP] Get reading time by id](https://wordpress.org/support/topic/get-reading-time-by-id/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/get-reading-time-by-id/#post-9867212)
 * Thank you, Jason.
 * I used this code in functions.php
 *     ```
       function readtimefunc( $atts ) {
       	global $readingTimeWP;
       $reading_time = $readingTimeWP->rt_calculate_reading_time($atts['foo'], get_option('rt_reading_time_options') );
       	return $reading_time;
       }
       add_shortcode( 'readtimeshort', 'readtimefunc' );
       ```
   
 * Then I added this shortcode to Essential Grid
 * `[readtimeshort foo='%post_id%']`
 * It works, except it displays just a number, like “1”, rather than the value, “
   READING TIME: 1 MINUTE”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reading Time WP] Add Option – Disable ReadingTime on FrontPage](https://wordpress.org/support/topic/add-option-disable-readingtime-on-frontpage/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/add-option-disable-readingtime-on-frontpage/#post-9859295)
 * Use CSS.
 * `.home .rt-reading-time {display:none!important;}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reading Time WP] Get reading time by id](https://wordpress.org/support/topic/get-reading-time-by-id/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/get-reading-time-by-id/#post-9859293)
 * I am looking for something like this as well.
 * I’m using Essential Grid, and would love for the posts to show the Reading Time.
 * Is there any shortcode to show reading time by passing post id?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Checkout Payment Gateway] Your Paypal checkout session has expired. Please check out again.](https://wordpress.org/support/topic/your-paypal-checkout-session-has-expired-please-check-out-again/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/your-paypal-checkout-session-has-expired-please-check-out-again/#post-9610948)
 * I log in and try to make a payment 15 seconds later. And I’m getting the error
   notice. at coded.co.nz
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] how to change the word "Listing" on the Listings page](https://wordpress.org/support/topic/how-to-change-the-word-listing-on-the-listings-page/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/how-to-change-the-word-listing-on-the-listings-page/#post-9003684)
 * I’m having trouble with this. My title bar says Archives instead of Listings.
   I *want* it to say Featured Listings.
 * I found the archive-listing.php file, copied it to my child theme, and I can;
   t figure out where to replace the “Archive” H1 text.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordPress Blog Infected With Malware – Malware.fake_jquery.001](https://wordpress.org/support/topic/wordpress-blog-infected-with-malware-malwarefake_jquery001/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wordpress-blog-infected-with-malware-malwarefake_jquery001/page/2/#post-8381189)
 * Metbarton, your site has (had?) the Darkleech virus.
 * [https://blog.sucuri.net/2015/03/pseudo-darkleech-server-root-infection.html](https://blog.sucuri.net/2015/03/pseudo-darkleech-server-root-infection.html)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Carousel Slider] Logo Slider incompatible with Divi Theme?](https://wordpress.org/support/topic/logo-slider-incompatible-with-divi-theme/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/logo-slider-incompatible-with-divi-theme/#post-8218127)
 * Put the shortcode into a fullwidth ` module. Works great.`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Carousel Slider] order of shown logos and gaps between logos](https://wordpress.org/support/topic/order-of-shown-logos-and-gaps-between-logos/)
 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/order-of-shown-logos-and-gaps-between-logos/#post-8218126)
 * The order is reverse order of when the logos were added. So you can edit the 
   upload date to change the order.

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

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