monpelaud
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme dkret 3 and WordPress 3.1.2Before renaming the directory “js” I cleared the cache several times with no success.
When I switched to the default theme twenty ten, TinyMCE worked correctly but when I switched again on dkret TinyMCE didn’t work correctly.
The only way to solve the problem on the 2 blogs which raised the problem was to apply the procedure of renaming “js” directory and then everything works fine.Now for me all works fine.
Dkret is a very powerful and beautiful theme.Thanks you.
Best regards.Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Max File Size ?Can you upload a very small file ?
What is the size of the file you try to upload ?
What is the value of “upload_max_filesize=” in your php.ini ?Forum: Themes and Templates
In reply to: Theme dkret 3 and WordPress 3.1.2Many thanks for your reply.
I renamed the directory “js-old” in “js” and now the TinyMCE works and I see the buttons again.
I had the same probleme with an other blog on an other server and I did the same thing, rename “js” in “js-old” next “js-old” in “js” and TinyMCE works again and buttons come back!
Best regards
Forum: Themes and Templates
In reply to: Theme dkret 3 and WordPress 3.1.2If I rename “wp-content\themes\dkret3\library\js” to “wp-content\themes\dkret3\library\js-old” tinyMCE works and I see the buttons again.
Forum: Themes and Templates
In reply to: Theme dkret 3 and WordPress 3.1.2If I switch to twentyten theme tinyMCE works fine.
Forum: Fixing WordPress
In reply to: Visual Editor not working on 3.1.2Hi,
I have the same problem but no solution.
Only superadmin sees the buttons of the visual editor.Forum: Plugins
In reply to: [Upload Widget] Allows ALL files incl. exeHi,
Do you mean that when you allow only *.jg you can upload *.exe files ?
Please can you explain me how you do ?Best regards
Forum: Plugins
In reply to: [Plugin: Upload Widget] Can’t view widgetHi Sy.dney,
1- The instance of ‘visitor’ with ‘V’ in caps is only used for display, no matter in the use.
2- I have just made a test with role set to ‘visitor’ and it works fine !
Try with an other role (not admin) and tell me if it works.Best regards
Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Cannot upload files with WP 3.0.3Hi,
I understand your need but I developed this plugin for a specific need which does not include the management of files by the user.
Sorry.Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Cannot upload files with WP 3.0.3Hi,
Please can you explain your issue ?
Personally I use this plugin with wordpress 3.1 with no problems.Best regards
Forum: Plugins
In reply to: [Exploit Scanner] Exploit Scanner errorsHi,
When I decrease “Upper file size limit:” to 70KB and “Number of files per batch:” to 250 it works fine.
If I set “Upper file size limit:” to 3KB, files larger than 3BK are skipped but are not listed at the end of scan. The button “Hide skipped files/Show skipped files” seems to not work.Many thanks
Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Cannot upload files with WP 3.0.3Hi,
I’m using upload widget plugin with WordPress 3.0.1 but there is no reason It doesn’t work with 3.0.3.
Have you an error message ?
“In allowed files” puts “*.your_file_extension” .
Are-you sure to have write access on “/wp-content/Test/” ?
Try with blank in upload path and see in /wp-content/”(default is “/wp-content/”).Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Upload failed ! ► File not allowed1- You must replace
*.jpg,.pdf,.gif
by
*.jpg,*.pdf,*.gif2. Sorry, it’s not in the features of the plugin.
Forum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] Max File Size ?No size limitation by the plugin.
1- Ckeck you have enough space in destination folder
2- Ckeck the size set in your wordpress option “Max upload file size:”
3- In your php.ini check these options:
max_execution_time = 120
upload_max_filesize = 400M
try to increase these options.
Don’t forget to restart your apache server after any modifications of php.iniForum: Plugins
In reply to: [Upload Widget] [Plugin: Upload Widget] File not uploaded to folderHave you an error message !
Check you have write permissions on the destination folder.