Title: Ryan's Replies | WordPress.org

---

# Ryan

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] gzip minified files not uploading to CDN](https://wordpress.org/support/topic/gzip-minified-files-not-uploading-to-cdn/)
 *  Thread Starter [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/gzip-minified-files-not-uploading-to-cdn/#post-11332252)
 * Ok, that makes sense. But then why are the links to the minified assets pointing
   to the .js.gzip and .css.gzip versions of the file instead of the .js and .css
   files that are uploading?
 * And follow up… is there a way to specify the meta data for files that are uploaded
   to S3 compatible CDNs? I can manually set the files to gzip, and can recursively
   do it with s3cmd. But it seems that it would be better if they were uploaded 
   that way. Same thing with default cache control headers.
    -  This reply was modified 7 years, 5 months ago by [Ryan](https://wordpress.org/support/users/ryannutt/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] CDN Host minified CSS and JS files setting greyed out](https://wordpress.org/support/topic/cdn-host-minified-css-and-js-files-setting-greyed-out/)
 *  [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cdn-host-minified-css-and-js-files-setting-greyed-out/#post-11327073)
 * I’m seeing the same thing. On the CDN tab Host minified CSS and JS files is checked,
   but the check box is disabled.
 * I do have minify enabled on the main settings page as set to automatic. Also 
   have CSS and JS checked to minify on the minify tab. I don’t have minify checked
   for HTML, although I did check it just to test and see if all 3 had to be on 
   for the option to not use the CDN for minified files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Downloads WooCommerce] Download button vs. Read More](https://wordpress.org/support/topic/download-button-vs-read-more/)
 *  Thread Starter [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/download-button-vs-read-more/#post-8712581)
 * Sweet, thanks for that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Downloads WooCommerce] Download button vs. Read More](https://wordpress.org/support/topic/download-button-vs-read-more/)
 *  Thread Starter [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/download-button-vs-read-more/#post-8710778)
 * Ok, so it’s Woo changing the button, not your plugin; correct?
 * That makes sense. I’ll change the text for now and see if I can dig into Woo 
   a bit and come up with something better long term.
 * Thanks for the help, and the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Downloads WooCommerce] Download button vs. Read More](https://wordpress.org/support/topic/download-button-vs-read-more/)
 *  Thread Starter [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/download-button-vs-read-more/#post-8710534)
 * Of course…
 * Cart category page: [https://classcube.com/product-category/moodle-plugins/](https://classcube.com/product-category/moodle-plugins/)
 * Page with embedded add to cart shortcode: [https://classcube.com/documentation/moodle-plugins/embed-filter/](https://classcube.com/documentation/moodle-plugins/embed-filter/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Bug: Custom post type without title breaks qTranslate](https://wordpress.org/support/topic/bug-custom-post-type-without-title-breaks-qtranslate/)
 *  [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bug-custom-post-type-without-title-breaks-qtranslate/#post-3536736)
 * Came across this trying to work out the same issue. What I wound up doing is 
   adding title back to the custom post type and then hiding everything with CSS.
   Not my favorite solution, but it appears to have worked.
 *     ```
       add_action('init', 'pb_qt_init', 100);
       function pb_qt_init() {
           add_post_type_support('my_custom_post_type', 'title');
       }
   
       add_action('admin_head-post.php', 'pb_qt_head_post');
       add_action('admin_head-post-new.php', 'pb_qt_head_post');
       function pb_qt_head_post() {
           global $post;
   
           if ('my_custom_post_type' == $post->post_type) {
               echo '
                   <style type="text/css">
                   *[class*=qtrans_], div#titlediv { display:none;}
                   </style>
               ';
           }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] Column filter in EDD_File_Downloads_Log_Table](https://wordpress.org/support/topic/column-filter-in-edd_file_downloads_log_table/)
 *  Thread Starter [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/column-filter-in-edd_file_downloads_log_table/#post-3882849)
 * n/m – I think I’ve found a way to get it working that I like better than just
   putting the version in the table.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom fields in 3.4.2](https://wordpress.org/support/topic/custom-fields-in-342/)
 *  [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/custom-fields-in-342/page/2/#post-3031141)
 * Thanks Chris. Worked like a champ.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Content Shortcodes] [Plugin: Post Content Shortcodes] Category argument does not work](https://wordpress.org/support/topic/plugin-post-content-shortcodes-category-argument-does-not-work/)
 *  [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-post-content-shortcodes-category-argument-does-not-work/#post-3125128)
 * Having the same problem.
 * Appears that it doesn’t work when previewing, but does work when published.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iframe Wrapper] [Plugin: iframe Wrapper] This web page is not available](https://wordpress.org/support/topic/plugin-iframe-wrapper-this-web-page-is-not-available/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-iframe-wrapper-this-web-page-is-not-available/#post-2843365)
 * Check what you have in the options for the short code. It looks like the entire
   link, including the anchor tags, may be there. %3Ca is <a, which looks like the
   start of a link.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Just A Tweet] [Plugin: Just A Tweet] Twitter feed not always showing](https://wordpress.org/support/topic/plugin-just-a-tweet-twitter-feed-not-always-showing/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-just-a-tweet-twitter-feed-not-always-showing/#post-2837825)
 * There was an issue with an earlier version where RTs wouldn’t show up. Don’t 
   think that’s what’s happening there though.
 * If you take a look at the page source you’ll see ‘Error: just_a_tweet could not
   retrieve from Twitter’. That particular message means that the plugin didn’t 
   get a 200 response from Twitter or something happened with the JSON parsing.
 * I’m wondering if maybe it is a cache issue on their end and they’re sending a
   304 instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)] [Plugin: Google Analytics for WordPress] Fatal error: Call to a member function set_defaults() on a](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-fatal-error-call-to-a-member-function-set_defaults-on-a-non-object/)
 *  [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-fatal-error-call-to-a-member-function-set_defaults-on-a-non-object/#post-2533924)
 * Thanks for the tip for where to look. For whatever reason, that didn’t work. 
   But I did something similar and changed
 * `$ga_admin->set_defaults();`
 * to
 * `if ($ga_admin) $ga_admin->set_defaults();`
 * and it appears to be working correctly.
 * One thought though. Does this only happen when the plugin is network activated?
   I didn’t try it before the fix, but after I turned off network activate and left
   it to be manually activated on each site so I can leave it off if needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iframe Wrapper] [Plugin: iframe Wrapper] The height is not adjust automatically](https://wordpress.org/support/topic/plugin-iframe-wrapper-the-height-is-not-adjust-automatically/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-iframe-wrapper-the-height-is-not-adjust-automatically/#post-2702362)
 * Wondering if there is a conflict with another plugin.
 * Does it change at all, just to the wrong height?
 * Any chance you’ve got a CSS rule that affects iframes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iframe Wrapper] [Plugin: iframe Wrapper] The height is not adjust automatically](https://wordpress.org/support/topic/plugin-iframe-wrapper-the-height-is-not-adjust-automatically/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-iframe-wrapper-the-height-is-not-adjust-automatically/#post-2702315)
 * What browser and version are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[rTwit] [Plugin: rTwit] Tweets always disappear](https://wordpress.org/support/topic/plugin-rtwit-tweets-always-disappear/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/ryannutt/)
 * (@ryannutt)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-rtwit-tweets-always-disappear/#post-2648767)
 * Are there any HTML comments in the page source where the tweets should be?

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

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