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

    Hi guys,

    Hop you’ve been well! I am testing the upgrade to the latest version, from 2.7, and there are two minor issues I was hoping you can assist with.

    The first is that the image alignment on the main page of the media logos under “as featured in” are now off. This only happened on update of the theme – no other changes were made.

    Also, the new lightbox gallery looks amazing but I notice that the image alt text doesn’t show above the photos now as they do on my live site with the previous version. You can see examples under the “site/diamond-jewelry/” url.

    Thank you in advance!!!

    Best,
    Jonathan

    #292467

    Hi Jonathan!

    Thanks, hope you have been as well!

    1- Please add following code to Quick CSS

    .flex_column.av_one_third.avia-builder-el-18.el_after_av_one_third.el_before_av_one_third.column-top-margin {
    margin-top: 0;
    }

    2- Please make sure that you have added caption to your images – http://i.imgur.com/lGfzINd.png it does work fine on my local installation
    Cheers!
    Yigit

    #293230

    Hi Yigit,

    Unfortunately (1) didn’t work. It removed some whitespace but didn’t correct the underlying issue that my previously made css image alignment rules aren’t being applied. If you look at the non-staging version of my site with the old theme you’ll see how they are supposed to look. Thanks for looking into this further.

    For (2), in the old theme it used to automatically show the alt text above the image. I guess the new format doesn’t do that? I must add the caption field?

    Thanks!

    Best,
    Jonathan

    #293231
    This reply has been marked as private.
    #293496

    Hey!

    You just need to adjust the css a bit as the structure of the html has changed. Where before the class was on the a.avia_image element now the asseen1 is on the avia-image-container.

    Personally, I would put those three images in a text block or code block and forgo the hack but if you want to keep it the same the class or css needs to be adjusted. Eg, something like:

    
    .asseen1 {
    top: -8px;
    right: -160px;
    }
    
    .asseen2 {
    top: -38px;
    }
    
    .asseen3 {
    top: -21px;
    left: -160px;
    }
    

    and then add space above them with a margin or whitespace shortcode element.

    Regards,
    Devin

    #293504

    That worked perfectly, thank you.

    And regarding the need to add the caption in the galleries now rather than just alt text, that is a known change?

    #293941

    Hi!

    Yes, the new lightbox (magnific popup) does not show the alt text above the image like prettyphoto did. You need to add it to the title if you want to show it below the photo.

    Cheers!
    Peter

    #293981

    Ok perfect, thank you. This is resolved!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Small issues on update’ is closed to new replies.