Tagged: Avia Layout, Images
-
AuthorPosts
-
April 10, 2014 at 12:02 am #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!
April 10, 2014 at 12:32 am #249487Hi Pedro!
Please make sure that wp-content>uploads folder has correct permissions ( 755 ).
Best regards,
YigitApril 10, 2014 at 12:41 am #249492Hi Yigit,
Yes, it has, 755.
Best Regards,
PedroApril 10, 2014 at 4:28 am #249576Hi,
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
April 10, 2014 at 3:27 pm #249798Hi!
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,
YigitApril 10, 2014 at 3:35 pm #249804This reply has been marked as private.April 11, 2014 at 2:46 am #250039Hey!
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,
YigitApril 11, 2014 at 2:09 pm #250216This reply has been marked as private.April 11, 2014 at 2:27 pm #250221Hey!
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!
YigitApril 11, 2014 at 2:43 pm #250230Hi,
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
April 11, 2014 at 3:29 pm #250258April 12, 2014 at 12:12 am #250393Hi,
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.
April 13, 2014 at 9:37 am #250706Hey!
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!
IsmaelApril 15, 2014 at 8:54 pm #251787Hi,
That worked perfectly, thank you!
Best Regards,
Pedro Fialho
-
AuthorPosts
- The topic ‘Can't publish any image’ is closed to new replies.