Title: andrelecomte's Replies | WordPress.org

---

# andrelecomte

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Plugin not displaying](https://wordpress.org/support/topic/plugin-not-displaying-8/)
 *  [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-displaying-8/#post-9444485)
 * The plugin works for me with the latest WordPress and Gravity Forms updates, 
   but I had some trouble because I pasted the shortcode.
 * It needs to be like this:
    `[stickylist id="1"]`
 * not like this:
    `[stickylist id=”1″]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Plugin stopped working](https://wordpress.org/support/topic/plugin-stopped-working-118/)
 *  [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-stopped-working-118/#post-9444483)
 * The plugin works for me with the latest WordPress and Gravity Forms updates, 
   but I had some trouble because I pasted the short code.
 * It needs to be like this:
    `[stickylist id="1"]`
 * not like this:
    `[stickylist id=”1″]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce product page layout](https://wordpress.org/support/topic/woocommerce-product-page-layout-4/)
 *  [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-product-page-layout-4/#post-9409599)
 * This is the best I have found: [https://xplodedthemes.com/products/woo-quick-view/](https://xplodedthemes.com/products/woo-quick-view/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Xml Post] Post XML string?](https://wordpress.org/support/topic/post-xml-string/)
 *  Thread Starter [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/post-xml-string/#post-5691074)
 * [Zaus](https://profiles.wordpress.org/zaus/) graciously helped answer this request
   on [GitHub](https://github.com/zaus/forms-3rdparty-xpost/issues/5).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Xml Post] Post XML string?](https://wordpress.org/support/topic/post-xml-string/)
 *  Thread Starter [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/post-xml-string/#post-5691033)
 * I want to send the nested XML construct as a value for one field. Could I somehow
   use a hook or modify `forms-3rdparty-integration.php` or `forms-3rdparty-xpost.
   php` so this is added to the start of the POST body?: `ResponseType=StatusCode&
   XMLString=`
 * `XMLString` is the form field where the 3rd-party service expects to receive 
   all the XML data. `ResponseType` is another form field that allows a choice between
   either a “Status Code Response” or an “XML Response” from the submission URL.
   Is it possible to POST one field (ie., `XMLString`) that contains all the form
   submission data?
 * Currently the raw body of my POST starts like this:
    `%3C%3Fxml+version=%221.0%
   22`
 * However, I think it needs these static parameters added at the start:
    `ResponseType
   =StatusCode&XMLString=%3C%3Fxml+version%3D%221.0%22`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme hides posts](https://wordpress.org/support/topic/theme-hides-posts/)
 *  Thread Starter [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/theme-hides-posts/#post-4500174)
 * I fixed this by creating a new page template and applying it to the blog page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme hides blog posts](https://wordpress.org/support/topic/theme-hides-blog-posts/)
 *  Thread Starter [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/theme-hides-blog-posts/#post-4502941)
 * I fixed this by creating a new page template and applying it to the blog page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts not showing up on Posts Page](https://wordpress.org/support/topic/posts-not-showing-up-on-posts-page/)
 *  [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/posts-not-showing-up-on-posts-page/#post-4499695)
 * I fixed my blog by creating a new page template and applying it to my blog page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts not showing up on Posts Page](https://wordpress.org/support/topic/posts-not-showing-up-on-posts-page/)
 *  [andrelecomte](https://wordpress.org/support/users/andrelecomte/)
 * (@andrelecomte)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/posts-not-showing-up-on-posts-page/#post-4499686)
 * I’m having the same issue. Any progress?
    This is the blog I’m having trouble
   with: [http://mutualminds.com/demo/?page_id=12](http://mutualminds.com/demo/?page_id=12)

Viewing 9 replies - 1 through 9 (of 9 total)