Title: MCGWD's Replies | WordPress.org

---

# MCGWD

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment and Shipping Method Checkout Fee for WooCommerce] wp broken after update to 2.1.0](https://wordpress.org/support/topic/wp-broken-after-update-to-2-1-0/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [4 weeks ago](https://wordpress.org/support/topic/wp-broken-after-update-to-2-1-0/#post-18948501)
 *  I also have this issue. Has anyone found a workaround?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score] Gravity Forms](https://wordpress.org/support/topic/gravity-forms-85/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [1 month ago](https://wordpress.org/support/topic/gravity-forms-85/#post-18941539)
 * Thanks for checking. I didn’t see an issue with the site being unavailable. I
   think I have this issue resolved now. Thanks for the support quick and response
   anyways!
    -  This reply was modified 1 month ago by [MCGWD](https://wordpress.org/support/users/mginop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score] Gravity Forms](https://wordpress.org/support/topic/gravity-forms-85/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/gravity-forms-85/#post-18940409)
 * Thanks for the quick reply ! I’m not using any JavaScript optimization nor am
   I minifying the html. You can take a look at the page at: [https://www.drivingright.org/graduated-driver-licensing/segment-1-mason-high-school/registration/](https://www.drivingright.org/graduated-driver-licensing/segment-1-mason-high-school/registration/)
   
   Note I just use 4111111111111111 for the credit card number, and wait for error
   message. But it never arrives as the form just hangs.
 *  Also the correct directories are:
   /wp-content/plugins/gravityforms/js/(.*_)__/
   wp-content/plugins/gravityforms-authorize-net-gateway/js/(._*)
    -  This reply was modified 1 month, 1 week ago by [MCGWD](https://wordpress.org/support/users/mginop/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score] A Great Caching Plugin](https://wordpress.org/support/topic/a-great-caching-plugin-2/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [8 months ago](https://wordpress.org/support/topic/a-great-caching-plugin-2/#post-18727224)
 * Nice, much appreciated. I’ll try it out!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solid Mail – SMTP email and logging made by SolidWP] Disable Reply-to](https://wordpress.org/support/topic/disable-reply-to/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/disable-reply-to/#post-17336326)
 * I too would like to see this feature added.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Remove Author Link Issue](https://wordpress.org/support/topic/remove-author-link-issue/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-author-link-issue/#post-16556512)
 * Unfortunately that did not work either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Events Calendar Lite] “there was an error while fetching events!”](https://wordpress.org/support/topic/there-was-an-error-while-fetching-events-3/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/there-was-an-error-while-fetching-events-3/#post-15189651)
 * Thanks, it turns out it was a problem with the following code in my child theme’s
   functions.php:
 *     ```
       # block user enumeration using author ID
       if (!is_admin()) { if (preg_match('/author=([0-9]*)/i', $_SERVER['QUERY_STRING'])) die();
       	add_filter('redirect_canonical', 'mcgwd_block_user_enumeration', 10, 2);
       }
       function mcgwd_block_user_enumeration($redirect, $request) {
       	if (preg_match('/\?author=([0-9]*)(\/*)/i', $request)) die();
       	else return $redirect;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shipping Live Rates for FedEx for WooCommerce] Filter Shipping Methods](https://wordpress.org/support/topic/filter-shipping-methods-2/)
 *  Thread Starter [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/filter-shipping-methods-2/#post-14318342)
 * Perfect, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Company logo](https://wordpress.org/support/topic/company-logo-11/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/company-logo-11/#post-12741312)
 * Adding
 * `add_theme_support('post-thumbnails',array('job_listing'));`
 * worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Sorry, you are not allowed to attach files to this post.](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-attach-files-to-this-post/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-attach-files-to-this-post/#post-8982688)
 * Fixed. Had to not only enable edit_others_pages/posts, but edit_published_pages/
   posts as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Sorry, you are not allowed to attach files to this post.](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-attach-files-to-this-post/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-attach-files-to-this-post/#post-8982670)
 * bhakti123, I have the same issue. Did you happen to find a fix?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Membership Renewal via Gravity Forms](https://wordpress.org/support/topic/membership-renewal-via-gravity-forms/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/membership-renewal-via-gravity-forms/#post-8286045)
 * Here is what I’ve setup… Once a member’s subscription is cancelled the PayPal
   add-on updates the user’s role to a custom role called “inactive”. When they 
   login with that role the are redirected to a renewal form that has the User Registration
   add-on change their role back to one of the membership roles.
 * Still not way to notify them prior to the membership expiring however.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Membership Renewal via Gravity Forms](https://wordpress.org/support/topic/membership-renewal-via-gravity-forms/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/membership-renewal-via-gravity-forms/#post-8273766)
 * I too would like some thoughts on this. Were you [@smithcreate](https://wordpress.org/support/users/smithcreate/)
   able to figure out a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Unable to edit 'Your Account' page text](https://wordpress.org/support/topic/unable-to-edit-your-account-page-text/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/unable-to-edit-your-account-page-text/#post-3921800)
 * Nice fix [@toastdesign](https://wordpress.org/support/users/toastdesign/). Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] robotsmeta: index,follow showing up on product page](https://wordpress.org/support/topic/robotsmeta-indexfollow-showing-up-on-product-page/)
 *  [MCGWD](https://wordpress.org/support/users/mginop/)
 * (@mginop)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/robotsmeta-indexfollow-showing-up-on-product-page/#post-4152295)
 * Try removing or commenting out the following code from wpsc-single_product.php
   in your themes folder.
    ` <?php /** * Custom meta HTML and loop */ ?> <?php if(
   wpsc_have_custom_meta()) : ?> <div class="custom_meta"> <?php while ( wpsc_have_custom_meta()):
   wpsc_the_custom_meta(); ?> <?php if (stripos(wpsc_custom_meta_name(),'g:') !=
   = FALSE) continue; ?> **<?php echo wpsc_custom_meta_name(); ?>: **<?php echo 
   wpsc_custom_meta_value(); ?> <?php endwhile; ?> </div><!--close custom_meta--
   > <?php endif; ?>

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

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