Title: fitzpatrick512's Replies | WordPress.org

---

# fitzpatrick512

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] 500 error after update, Class 'SOD_WooCommerce_Inv_Notices' not found](https://wordpress.org/support/topic/500-error-after-update-class-sod_woocommerce_inv_notices-not-found/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/500-error-after-update-class-sod_woocommerce_inv_notices-not-found/#post-3133520)
 * Whoops, actaully that’s related to another plugin! I forgot I had installed it,
   I’ll contact the author
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why are HTML formatting tags being added to my shortcode output?](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/)
 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/#post-2834379)
 * In any case, these [raw] solutions require users to modify all the shortcodes
   on their site, either the shortcode function code or adding it in line…seems 
   quite pain to me. What did WP add in 3.4.1 to cause this I wonder? Would be best
   to find the source and nip it in the bud.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why are HTML formatting tags being added to my shortcode output?](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/)
 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/#post-2834378)
 * The shortcode I’m having issues with in particular is the Mailchimp widget shortcode.
   However it’s also showing up a few other places, I don’t use shortcodes very 
   often though.
 * Surely other users are having these issues, I’m surprised there isn’t more talk
   of this on wp.org
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why are HTML formatting tags being added to my shortcode output?](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/)
 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/why-are-html-formatting-tags-being-added-to-my-shortcode-output/#post-2834367)
 * Hmm… is there something I need to do to add the “raw” shortcode to my theme?
 * When I add the raw shortcode it just outputs [raw] + my shortcode function with
   extra <p> and 
    tags + [/raw]
 * :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Content Piece Widget] adding permalink and thumbnail to Display Content Piece Widget](https://wordpress.org/support/topic/adding-permalink-and-thumbnail-to-display-content-piece-widget/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-permalink-and-thumbnail-to-display-content-piece-widget/#post-2526018)
 * Here’s the code:. I’ll pay someone to help me figure this out! Hit me up
 * [http://pastebin.com/0BJ6ndDv](http://pastebin.com/0BJ6ndDv)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [showing one post form a category before regular page content](https://wordpress.org/support/topic/showing-one-post-form-a-category-before-regular-page-content/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/showing-one-post-form-a-category-before-regular-page-content/#post-2504853)
 * So it seems that I need something between the two to close the loop? What’s happening
   is that it shows the post above as desired, but then below, instead of showing
   the page content, it just shows the post content again.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [showing one post form a category before regular page content](https://wordpress.org/support/topic/showing-one-post-form-a-category-before-regular-page-content/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/showing-one-post-form-a-category-before-regular-page-content/#post-2504851)
 * ok, pastebin is down, but i have that on top and this below:
 *     ```
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
                   <div class="posttitle">
                   	<h3><?php the_title(); ?></h3>
                   </div>
   
                   <?php the_content(__("Read More", 'organicthemes'));?><div style="clear:both;"></div><?php edit_post_link(__("(Edit)", 'organicthemes'), '', ''); ?>
   
                   <?php endwhile; else: ?>
       			<p><?php _e("Sorry, no posts matched your criteria.", 'organicthemes'); ?></p>
       			<?php endif; ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax For All] [Plugin: Ajax For All] Ajax for All permalinks](https://wordpress.org/support/topic/plugin-ajax-for-all-ajax-for-all-permalinks/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-ajax-for-all-ajax-for-all-permalinks/#post-2107209)
 * More issues with this, it’s breaking the error / success messaging on Cforms –
   wondering if there’s anything I can add to the submit button code to prevent 
   it from initiating Ajax for All…
 * Hope to hear from someone soon.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [List supages with thumbnails](https://wordpress.org/support/topic/list-supages-with-thumbnails/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/list-supages-with-thumbnails/#post-2100565)
 * Here’s what I ended up with, last thing t do is figure out how to call the small
   image instead of the thumbnail.
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [List supages with thumbnails](https://wordpress.org/support/topic/list-supages-with-thumbnails/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/list-supages-with-thumbnails/#post-2100344)
 * It seems I could limit the depth to just children, not grandchildren, by using
   this parameeter:
 * exclude_tree
    (integer) The opposite of ‘child_of’, ‘exclude_tree’ will remove
   all children of a given ID from the results. Useful for hiding all children of
   a given page. Can also be used to hide grandchildren in conjunction with a ‘child_of’
   value. This parameter was available at Version 2.7.
 * But I am unsure as to how that should be implemented.
 * [http://codex.wordpress.org/Function_Reference/get_pages](http://codex.wordpress.org/Function_Reference/get_pages)
 * So I’e hit a wall there but hopefully someone can help me out, working on the
   thumbnail next.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Embed Facebook] [Plugin: Embed Facebook] Automatically pulling all events from a page?](https://wordpress.org/support/topic/plugin-embed-facebook-automatically-pulling-all-events-from-a-page/)
 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-embed-facebook-automatically-pulling-all-events-from-a-page/#post-2071526)
 * This would be VERY exciting!
 * I would pay for this, not sure if FB would allow that though, but the ability
   to have all of your Facebook events automatically appear would really close the
   gap the not having access to a Facebook events RSS feed has created for many 
   users.
 * Thank you so much for your plugin, it’s amazing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] Can't get options to save…](https://wordpress.org/support/topic/plugin-frontpage-slideshow-cant-get-options-to-save/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-frontpage-slideshow-cant-get-options-to-save/#post-1799713)
 * It’s online.
 * I get the same warnings in the admin page too…
 * Seems to be a conflict with the theme or another plugin, going to take another
   look at this in a few days and if I figure anything out will post here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [searching for a plugin…. content slider with tabs](https://wordpress.org/support/topic/searching-for-a-plugin-content-slider-with-tabs/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/searching-for-a-plugin-content-slider-with-tabs/#post-1753114)
 * I found this one, hopefully this helps other folks looking for the same functionality:
 * [http://wordpress.org/extend/plugins/frontpage-slideshow/](http://wordpress.org/extend/plugins/frontpage-slideshow/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [searching for a plugin…. content slider with tabs](https://wordpress.org/support/topic/searching-for-a-plugin-content-slider-with-tabs/)
 *  Thread Starter [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/searching-for-a-plugin-content-slider-with-tabs/#post-1753113)
 * Something like this?
 * [http://demo.webdeveloperplus.com/featured-content-slider/](http://demo.webdeveloperplus.com/featured-content-slider/)
 * Seems crazy that I can find it!
 * I’d like to fade entire DIVs instead of images, that way the content is searchable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Looking for an effective jukebox/MP3 widget that works on devices](https://wordpress.org/support/topic/looking-for-an-effective-jukeboxmp3-widget-that-works-on-devices/)
 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/looking-for-an-effective-jukeboxmp3-widget-that-works-on-devices/#post-1587221)
 * Interested in this too!
 * Particularly interested in one where a user can “add” a song to the jukebox by
   clicking a link.
 * Search goes on…

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

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