-
AuthorPosts
-
July 2, 2014 at 4:47 pm #286262
I’m messing around with creating a main page for my blog using the Avia Layout Builder. I have images for many of my posts, but not all. I want to use the Fullwidth Masonry element, but no images display. When this talks about preview images, does that mean the featured images that one can choose to add to posts? Will it not pick up inline images if they’re not manually set as featured images? And, if not, is there any way to somehow automate the process of setting featured images for older posts?
Thanks,
Kirk
July 2, 2014 at 7:23 pm #286345Hi Kirk
You are currently using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Regards,
YigitJuly 2, 2014 at 7:41 pm #286354Yeah, there’s that. A few updates ago, the theme broke my website, and I haven’t had time to figure out why, so I had to revert to whatever the previous version was.
July 2, 2014 at 8:07 pm #286367Hi!
Can you try updating to 2.8.1 first? Header options has changed and you can easily configure it. Please see – http://vimeo.com/channels/aviathemes/91837491
Regards,
YigitJuly 2, 2014 at 9:03 pm #286388Okay, I’ve updated, and now I’m trying to fix all the things the update broke. It didn’t kill my site as the 2.6 update did.
I’d like to not display pages in the header, but display the search icon. I found some code in a thread that removes everything on that line; how to I just remove the pages, and not the search icon?
Thanks
July 2, 2014 at 9:06 pm #286391And, back to my initial question:
I’m messing around with creating a main page for my blog using the Avia Layout Builder. I have images for many of my posts, but not all. I want to use the Fullwidth Masonry element, but no images display. When this talks about preview images, does that mean the featured images that one can choose to add to posts? Will it not pick up inline images if they’re not manually set as featured images? And, if not, is there any way to somehow automate the process of setting featured images for older posts?
The update hasn’t changed anything; I still don’t see images with these elements.
Kirk
July 3, 2014 at 4:10 am #286461Hey!
Thank you for the update.
You can add this on Quick CSS or custom.css if you want to remove the menu on the header:
.avia-menu ul li.menu-item { display: none; } #top #menu-item-search { display: block; }
Regarding the masonry element, yes, you need to add featured images in order to show images on the masonry overview page. No, it can’t pick up the the images that you added on the editor. If you want it to work that way, please hire a freelance developer. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelJuly 3, 2014 at 8:40 am #286536Are we talking about the same thing? I want to remove the links to pages in the header (I don’t know why that’s not an option, because one can have a number of pages that one doesn’t want to show up). The code you show above doesn’t do anything to those links in the header.
Kirk
July 3, 2014 at 11:32 am #286580Hi!
Thank’s for coming back.
If I understand you correct, you want to remove the menu entrys like Home, About Kirk, Kirk’s books.
This can be done by modifying the menu structure in the standard WP Menu editor (Dashboard -> Appearance -> Menus).
Alternativ the following code should also do:
.main_menu .avia_mega .page_item{ display: none; }
Regards,
GünterJuly 3, 2014 at 11:43 am #286582Before I upgraded, I had a menu there, which I set up with WP’s menu settings, which listed my categories, to the left of the search icon. After upgrading to 2.8.1, that menu doesn’t display, but a list of pages displays. I’ve got that off now, but how do I get the main menu (the one with categories) back? In the Menus settings, that menu is set up as Enfold Main Menu. I’ve got the Enfold header settings as Logo left, menu right, but that menu is not displaying.
Thanks,
Kirk
Update: Never mind; it came back. I don’t know why, but after reloading a few times, it showed up. Thanks.
- This reply was modified 10 years, 4 months ago by kirkmc.
July 3, 2014 at 12:10 pm #286597 -
AuthorPosts
- The topic ‘What are preview images?’ is closed to new replies.