something_works
Forum Replies Created
-
Hey fr00d,
are you getting along with the transfer script?
I have to convert 2 sites from Visual Composer to Beaver.
Would be great if there was a “simple” way in stead of walking through every page by hand.Hope to hear from you.
Greetz,
MarcHey all,
is there any progress on this topic?
I am looking for a sollution as well.Have to convert 2 sites from Visual Composer to Beaver.
Would be great if there was a “simple” way ??Forum: Plugins
In reply to: [Frontend Uploader] Files Uploaded, but Nothing HappensHey,
i get the images in my library with one option. With an other option I get a post.
Really would like both.Maybe we can help each other. Not getting a reply from the author at this moment.
This code gives me the post which can be approved:
[fu-upload-form class=”your-class” title=”” suppress_default_fields=”true” form_layout=”post”]
[input type=”text” name=”post_title” id=”title” class=”required” description=”My custom Title”]
[textarea name=”post_content” class=”textarea” id=”ug_caption” description=”My description (optional)”]
[select name=”post_category” description=”Category” values=”1:Uncategorized,5:Some cat”]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
[input type=”submit” class=”btn” value=”Submit”]
[/fu-upload-form]—–
This code gives me the image in the library:
[fu-upload-form class=”your-class” title=”” suppress_default_fields=”true”]
[input type=”text” name=”post_title” id=”title” class=”required” description=”My custom Title”]
[textarea name=”post_content” class=”textarea” id=”ug_caption” description=”My description (optional)”]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
[input type=”submit” class=”btn” value=”Submit”]
[/fu-upload-form]I would like both. So a post with the images connected to that.
Any ideas?
Thanx!