rluce
Forum Replies Created
-
Forum: Plugins
In reply to: [Mage Front End Forms] Upload doesn't workSame problem for me : the featured image loads and displays well on the post, but the attachments are loaded in the media library but do not display in the post.
Forum: Plugins
In reply to: [Mage Front End Forms] Category selection failsIf you have the same problem, you can automatically connect the visitor :
by using the following code :
https://gist.github.com/cliffordp/e8d1d9f732328ba360adThe contribution button goes to a ghost page -> The script is triggered when that page is loaded -> connect the user as a contributor -> Then redirect to the real front end contribution page.
Forum: Plugins
In reply to: [Mage Front End Forms] Upload buttons only show up when registered userIf you have the same problem :
I found a trick by using the following code
https://gist.github.com/cliffordp/e8d1d9f732328ba360adThe contribution button goes to a ghost page -> The script is triggered when that page is loaded -> connect the user as a contributor -> Then redirect to the real front end contribution page.
Forum: Plugins
In reply to: [Mage Front End Forms] Posts considered as draftsHi,
I hope that you find the way in two weeks ??
In your wordpress admin, on the left menu choose “Mage Forms”
Click on your form.
On the right, choose “Publish” on the “Post Submit Status” field.
Have a nice day.Forum: Plugins
In reply to: [Mage Front End Forms] category selection failHi,
At first, thanks very much for the quality of your plugin.
I’m not sure to fully understand the previous demand, but I’m in the same kind of trouble :
My form works like a charm when I’m connected as admin, but when I’m a simple visitor, the post is sent and published, but not the proposed category. I would like that visitors can publish and categorize their pots! Could you help me ? Perhaps i missed something in the conf ?
Here is my config :
Thanks a lot
Forum: Plugins
In reply to: [Mage Front End Forms] Can’t include embed codes with front formOk, excuse me. It does not function if you paste an embed code in the front form, but thanks to oEmbed standard it function very well if you just include the URL. WordPress manages the embed automatically.
Thanks