Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #252917

    When I try to upload a image for Logo or Favicon within the Theme Options Panel it shows the error below. Which I find a bit strange because it is trying to create a folder for april 2013 and not 2014? I’ve checked and set the writing permissions to 755 which should work. I do not have this problem when uploading image in any other place within the theme.

    “IMG_818445.jpg” has failed to upload due to an error
    Unable to create directory wp-content/uploads/2013/04. Is its parent directory writable by the server?

    regards, Sander

    • This topic was modified 10 years ago by Sander.
    #253568

    Hi AdOnsite!

    You could try creating that folder manually so WordPress doesn’t need to. Permissions errors can be odd and if its not happening anywhere else then that should allow you to quickly work around the issue.

    Cheers!
    Devin

    #277932

    Hi I also have the same problem!

    Wordpress Media Upload works fine

    However if you use Kriesi Enfold Theme Options
    Logo or Favicon upload

    Wordpress tries to create folder in uploads “2013” when it is clearly 2014

    I have upload the image using the standard wordpress media uploader and pasted the image url into the theme settings.

    However I think there may be a bug with the framework.

    cheers : )

    #277944

    Hi Justin!

    Do you have the latest version of Enfold/WordPress?

    Disabling that option (organize uploads by month/year) in Settings > Media may fix it too.

    Regards,
    Josue

    #277954

    Hi Josue,

    Wordpress 3.9.1
    Enfold 2.8.1

    just tried and upload of FAVICON

    “favicon.ico” has failed to upload due to an error
    Unable to create directory wp-content/uploads/2013/04. Is its parent directory writable by the server?

    The directory wp-content/uploads/ has correct permission 755
    The normal WP media uploader can upload to wp-content/uploads/

    but again using the upload from the theme options does not work.
    and it’s clearly trying to create a date folder that is incorrect.

    I’m just wondering if this has something to do with the import theme dummy data setting the wrong date.

    Anyway not urgent but you may wish to look into this.

    #277982

    Hi!

    The reason is the framework attaches the favicon and logo image to a hidden post and probably the publishing date of this hidden post is 2013/04.

    Best regards,
    Peter

    #278013
    This reply has been marked as private.
    #278089

    Hey!

    Yes, this is already possible but it’s a hidden feature ;) – just add this code:

    
    add_theme_support('avia_template_builder_custom_post_type_grid');
    

    to your child theme functions.php file and reconfigure the portfolio grid settings.

    Best regards,
    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.