chti56
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageI use his syntax:
[fu-upload-form form_layout=”post_image” append_to_post=’1′]
[input type=”file” name=”photo” class=”required” description=”Your Photo” ]
[/fu-upload-form]Why does the formular ask me for an Image AND a media file while i wish to join only an image?
Which syntax in the script if i want the image not required (optional) ?
Forum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageI’ve installed your plugin on a hosted site and the UGC page is not blank while accessing it.
The server uses PHP 5.5.35
I have now to test the module when i include an image with an articleForum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageI’ve installed a new local site. I use on standard template installed with WP
No other extensions are installed – only yours.
When i create an article with a joined image then the joined image is displayed with the article !!
The UGC page (article or medias) is still blank..
Hope this helps!Forum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageI did it bu nothing changed.
I’ll install another local site to see whar change and i’ll let you know.Forum: Plugins
In reply to: [Frontend Uploader] Upload Post with imagesWhat does you mean in your reply ?
It looks like what i use …
I already used ‘append_to_post=’true’ without any change.Forum: Plugins
In reply to: [Frontend Uploader] Upload Post with imagesSame result.
Here is te code:
[fu-upload-form form_layout=”post_image” append_to_post=’1′]
[input type=”file” name=”photo” class=”required” description=”Your Photo” multiple=”multiple”]
[/fu-upload-form]The image is correctly stored in the library but is not display with the post.
Forum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageI’m testing this very interesting module on a local site.
I use Xampp 3.2.1 as server with PHP 5.6.12Forum: Plugins
In reply to: [Frontend Uploader] Upload Post with images@rinat –
I did that and he result is the same.
Here is the syntax i’m using:[fu-upload-form form_layout=”post_image” ]
[input type=”file” name=”photo” class=”required” description=”Your Photo” multiple=”multiple” append_to_post=’true’]
[/fu-upload-form]I post something and attach an image but when i display this post there is no image showned.
Forum: Plugins
In reply to: [Frontend Uploader] Upload Post with imageshi,
Here is the syntax I use:
[fu-upload-form form_layout=”post” append_to_post=’1′]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=”multiple”]
[/fu-upload-form]… but can’t see the image loaded with the post . The image is loaded in the media library but not showned while displaying the post.
What could be wrong ?
Thanx
Forum: Plugins
In reply to: [Frontend Uploader] Manage UGC is showing blank pageSame problem for me.
While going to Manage UGC (post or media) gives a blank page.
I’m working on a local test site for now .
Is there a solution ?Thanks for help.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export doesn't workAlex,
Thanks for your help.
Rgds,
JP
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export doesn't workAlex,
After changing the theme i tried again and did not have the problem … Can’t understand.
I used the theme Artificer and got the problem. I now use the theme Virtue and i don’t get the problem..
Can some themes be no-compatibles?JP
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export doesn't workhi,
I’m using version 1.1.6
Is there a newest version ?JP
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export doesn't workHere is what i see in the error.log
[Tue Feb 02 09:26:24.435871 2016] [core:notice] [pid 764:tid 480] AH00094: Command line: ‘c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache’
[Tue Feb 02 09:26:24.435871 2016] [mpm_winnt:notice] [pid 764:tid 480] AH00418: Parent: Created child process 3028
[Tue Feb 02 09:26:25.232746 2016] [ssl:warn] [pid 3028:tid 488] AH01909: https://www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 02 09:26:25.404622 2016] [ssl:warn] [pid 3028:tid 488] AH01909: https://www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Feb 02 09:26:25.498372 2016] [mpm_winnt:notice] [pid 3028:tid 488] AH00354: Child: Starting 150 worker threads.
Le chemin d’acc?s sp?cifi? est introuvable.This last sentance translation is:
The specified access path is not foundForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export doesn't workIn the php.ini i have he following:
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
; https://php.net/open-basedir
;open_basedir =