Title: 416BC's Replies | WordPress.org

---

# 416BC

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Adding an options page to the USER dashboard?](https://wordpress.org/support/topic/adding-an-options-page-to-the-user-dashboard/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years ago](https://wordpress.org/support/topic/adding-an-options-page-to-the-user-dashboard/#post-3839975)
 * This is the closest I’ve found: [http://wordpress.org/plugins/cimy-user-extra-fields/](http://wordpress.org/plugins/cimy-user-extra-fields/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JavaScript to Footer] [Plugin: JavaScript to Footer] Breaking the Nivo Slider](https://wordpress.org/support/topic/plugin-javascript-to-footer-breaking-the-nivo-slider/)
 *  [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-javascript-to-footer-breaking-the-nivo-slider/#post-3055297)
 * You’re welcome. I hope it helps other too!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JavaScript to Footer] [Plugin: JavaScript to Footer] Breaking the Nivo Slider](https://wordpress.org/support/topic/plugin-javascript-to-footer-breaking-the-nivo-slider/)
 *  [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-javascript-to-footer-breaking-the-nivo-slider/#post-3055295)
 * I know this is old, but quick tip. This broke the sliders on my website too, 
   all I had to do was add jquery in the header of my website.
 * To do this, go to the template editor, find the header template, and find the
   </head> tag. Just above that, make an empty line, and paste the following.
 * `<script src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript"
   ></script>`
 * I know this isn’t the best way to do this since jquery is now loading twice, 
   and possibly different versions, but in my case, it worked fine. Test it out 
   yourself, and if it doesn’t work, simply remove it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks - Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin] WordPress SEO & Pretty Link Pro?](https://wordpress.org/support/topic/wordpress-seo-pretty-link-pro/)
 *  [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-seo-pretty-link-pro/#post-3180476)
 * Thanks for the fix Shyzer! Google led me here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] New CDN Option not working?](https://wordpress.org/support/topic/new-cdn-option-not-working/)
 *  [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/new-cdn-option-not-working/#post-3441813)
 * Thanks. I was wondering this too, and a google search led me here. Isn’t it possible
   to cache a page as a static HTML file, and serve that from amazon s3 too? Is 
   Amazon ever a possibility for this feature?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOURLS: WordPress to Twitter] Help Link: Fixed.](https://wordpress.org/support/topic/help-link-fixed/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/help-link-fixed/#post-3178989)
 * Also, if you want to fix the link yourself, go here
 * YOURWEBSITE.COM/wp-admin/plugin-editor.php?file=yourls-wordpress-to-twitter/inc/
   options.php&a=te&scrollto=4960
 * And replace this `href="<?php echo $help_url; ?>"` with this `href="'.$help_url.'"`
   
   Then save.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IDB Support Tickets] [Plugin: wpsc Support Tickets] Loading graphic stays on screen, can't load ticket.](https://wordpress.org/support/topic/plugin-wpsc-support-tickets-loading-graphic-stays-on-screen-cant-load-ticket/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wpsc-support-tickets-loading-graphic-stays-on-screen-cant-load-ticket/#post-3127806)
 * You were correct. I have w3 total cache set up, and it wasn’t uploading the javascripts
   to our S3 server like it should have. Thanks for the support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IDB Support Tickets] [Plugin: wpsc Support Tickets] Loading graphic stays on screen, can't load ticket.](https://wordpress.org/support/topic/plugin-wpsc-support-tickets-loading-graphic-stays-on-screen-cant-load-ticket/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wpsc-support-tickets-loading-graphic-stays-on-screen-cant-load-ticket/#post-3127798)
 * Thanks, I’ll use the chrome built in one. I’ll disable javascript on the page
   one by one until I find the bad code, then see if I can disable that script on
   your page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Simple short code breaks website.](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/#post-2970960)
 * It seems to be related to the number of results I’m fetching. Probably running
   out of memory.
 * If I fetch 945 it’s fine, but 950, nope. So I set the offset to 100, and it fetches
   results 100-1045 just fine. So it’s not a problem with the post, rather the quantity
   I’m fetching. It’s my server’s memory that seems to be the problem.
 * I will be using caching methods, so this can be marked as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Simple short code breaks website.](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/#post-2970958)
 * More progress. I can get 945 trails to show, but if I do 950, it breaks. Probably
   something in one of those trail titles. I’ll report back with exact cause of 
   problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Simple short code breaks website.](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/#post-2970953)
 * Making progress, I got a single post to display. It was my fault, I had some 
   code wrong. This displays a single post `[summarize_posts include="4149"]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Simple short code breaks website.](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/#post-2970951)
 * I’ve also tried a single post from the custom content type.
 * `[summarize_posts include="4149" help="1"]`
 * It still breaks during processing. I did have an embedded google map via shortcode,
   but I removed the map, and it still broke.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Simple short code breaks website.](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-simple-short-code-breaks-website/#post-2970944)
 * I know you’re here frequently. Maybe I didn’t include enough data, or maybe you
   actually have a life other than serving all of us for free 😉 Anyway let me know
   if you need more info, a link, or anything else. If it’s a link, let me know 
   where I can send it not publicly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Post to PDF] [Plugin: WP Post to PDF] Error: TCPDF ERROR: [Image] Unable to get image](https://wordpress.org/support/topic/plugin-wp-post-to-pdf-error-tcpdf-error-image-unable-to-get-image/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-post-to-pdf-error-tcpdf-error-image-unable-to-get-image/#post-2968244)
 * I’ve uninstalled this plugin, please ignore this question, or answer it for others
   searching. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Looping query and grouping by custom field?](https://wordpress.org/support/topic/plugin-custom-content-type-manager-looping-query-and-grouping-by-custom-field/)
 *  Thread Starter [416BC](https://wordpress.org/support/users/416bc/)
 * (@416bc)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-looping-query-and-grouping-by-custom-field/#post-2959291)
 * I got it `taxonomy=category taxonomy_term=Steering`
 * I’ll use this and my shortcode idea above, thank you. This isn’t automated, and
   if I add new categories, I’ll have to add them here too. Is there a better way
   to do this utilizing your code?

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

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