Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #249482

    Hi,

    I purchased the theme earlier today, and after installing and building some pages, I notices I cannot upload/choose or publish any image on pages, posts or portfolios. Neither with the Avia layout builder (using the image container), nor with the standard editor am I able to choose images. As I click the button, nothing just happens. The featured image link, that allows one to choose a featured image for the page/post/portfolio also doesn’t works.
    However, I noticed that my uploaded images (through the Media section – that works fine) show up on galleries that I had, so those work, it’s just on the pages/posts/portfolios.

    Please help, thank you!

    #249487

    Hi Pedro!

    Please make sure that wp-content>uploads folder has correct permissions ( 755 ).

    Best regards,
    Yigit

    #249492

    Hi Yigit,

    Yes, it has, 755.

    Best Regards,
    Pedro

    #249576

    Hi,

    I’ve already deleted everything on the server and performed a clean install of wordpress with new MySQL db, theme, and the issue remains…

    Thank you,

    Pedro

    #249798

    Hi!

    Please try deactivating all active plugins and check if that helps. If not, please post a temporary admin login so we can take a look

    Best regards,
    Yigit

    #249804
    This reply has been marked as private.
    #250039

    Hey!

    I was able to add images in both Avia Layout Builder element and default media uploader on visual editor. You can see screenshots here – http://imgur.com/a/moAdm
    Have you already figured it out? If not, which browser and OS are you using?

    Best regards,
    Yigit

    #250216
    This reply has been marked as private.
    #250221

    Hey!

    I am using the same version. I have checked in other browsers as well. It does work fine on Firefox but not on Safari. My local installation using WordPress 3.8.2 and the latest version of Enfold has no issues uploading media.
    Can you try re-installating WordPress?

    Cheers!
    Yigit

    #250230

    Hi,

    I tried on firefox now and it also doesn’t work for me! Also performed a re-install of wordpress, but the problem remains. I’ll try later today on a friend’s computer to see what happens.

    Regards,

    Pedro

    #250258

    Hey!

    Sure, please let us know!

    Cheers!
    Yigit

    #250393

    Hi,

    I tried it on another computer and it worked, even on Safari. However, I changed my web hosting company and already performed a clean install on another host. So far so good, no problems (works on any browser even on my mac). Thank you very much for your support!

    Another issue:
    Can I change the font of the header menu (and only that)? If so, how can I do it? I’d like to use a google font.

    Best Regards,

    Pedro

    • This reply was modified 10 years, 7 months ago by pedrofialho10.
    #250706

    Hey!

    Glad we could help.

    Which google font are you trying to use? In order to use google fonts, you need to embed or call a certain google font on the head tag. For example, we’ll try the Lato font. Visit this page then get the code: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:Lato

    We’ll use this on functions.php:

    add_action('admin_head', 'avf_add_custom_google_font');
    function avf_add_custom_google_font() {
    echo "<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>";
    }
    

    After that, use this on Quick CSS or custom.css to change the font family of the menu:

    .av-main-nav > li > a {
    font-family: 'Lato', sans-serif;
    }

    I hope that helps.

    Cheers!
    Ismael

    #251787

    Hi,

    That worked perfectly, thank you!

    Best Regards,

    Pedro Fialho

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Can't publish any image’ is closed to new replies.