andrelecomte
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Plugin not displayingThe 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
In reply to: [Gravity Forms Sticky List] Plugin stopped workingThe 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
In reply to: [WooCommerce] Woocommerce product page layoutThis is the best I have found: https://xplodedthemes.com/products/woo-quick-view/
Forum: Plugins
In reply to: [Forms: 3rd-Party Xml Post] Post XML string?Forum: Plugins
In reply to: [Forms: 3rd-Party Xml Post] Post XML string?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
orforms-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
In reply to: Theme hides postsI fixed this by creating a new page template and applying it to the blog page.
Forum: Themes and Templates
In reply to: Theme hides blog postsI fixed this by creating a new page template and applying it to the blog page.
Forum: Fixing WordPress
In reply to: Posts not showing up on Posts PageI fixed my blog by creating a new page template and applying it to my blog page.
Forum: Fixing WordPress
In reply to: Posts not showing up on Posts PageI’m having the same issue. Any progress?
This is the blog I’m having trouble with:
https://mutualminds.com/demo/?page_id=12