Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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?

    http://www.mcelhearn.com

    Thanks,

    Kirk

    #286345

    Hi 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,
    Yigit

    #286354

    Yeah, 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.

    #286367

    Hi!

    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,
    Yigit

    #286388

    Okay, 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

    #286391

    And, 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

    #286461

    Hey!

    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!
    Ismael

    #286536

    Are 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

    #286580

    Hi!

    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ünter

    #286582

    Before 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.
    #286597

    Hey!

    Thank you for visiting our forum.

    Regards,
    Günter

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘What are preview images?’ is closed to new replies.