Viewing 30 posts - 1 through 30 (of 45 total)
  • Author
    Posts
  • #567177

    I just have one photo showing in the 3rd column of the footer. I’ve changed the settings with no success. Please see screenshot below.

    #567189

    Hi Jasmer!

    It does work fine on my end. Please see screenshots in private content field. Can you please post a screenshot and show the issue you are seeing?

    Regards,
    Yigit

    #567199

    Oddly, it is working now HOWEVER.. Your screenshot and mine both show 2 problems.

    1. The spacing between the photos is badly crooked and misplaced.

    2. The layout is way too large. I have the setting at “thumbnail” for the photos. The grid and photos should be 50% smaller approximately.

    Also, I tried changing the setting from thumbnail to small and the photos stay the same size. It is set on thumbnail now.

    Any ideas?

    Thanks

    • This reply was modified 8 years, 10 months ago by Jasmer.
    #567203

    Hi!

    Please add following code to Quick CSS

    .av-instagram-item {
        padding: 1px;
    }
    .av-instagram-pics.av-instagram-size-thumbnail {
        width: 70%;
    }

    Best regards,
    Yigit

    #567209

    That helped but..

    1. The spacing between the photos is still uneven. Look closely. The top border is not a straight line either.

    2. The CSS removed the hover animation indicating that the photo is clickable. there is no hover effect now.

    Is this just a problem with the plugin? Bug?

    Thank you,

    J

    #567821

    Hey!

    Please add this css

    .av-instagram-item a {
        width: 80px;
        height: 80px;
        overflow: hidden;
    }

    Regards,
    Vinay

    #567822

    This worked for #1 but #2 is still a problem

    “2. The CSS removed the hover animation indicating that the photo is clickable. there is no hover effect now.”

    How do I get the hover effect back so the website visitors know it is a clickable image? When hovering it used to turn white and have an icon. It is gone now.

    • This reply was modified 8 years, 10 months ago by Jasmer.
    #567834

    Hi!

    Have you disabled image overlay in Enfold theme options > Advanced Styling tab? Codes posted above should not hide image overlay

    Cheers!
    Yigit

    #568175

    No I did not. See below..

    The overlay is there until I add the code, then it disappears.

    When I delete the code, the overlay returns.

    The code for some reason is causing this.

    Any ideas?

    Thank you,

    Jasmer

    #569182

    Hey!

    The hover effect will only be applied on images with at least 100px calculated height. The instagram images don’t meet that requirement. Anyway, you can add a simple css hover:

    .av-instagram-item:hover a {
        opacity: .5;
    }

    Cheers!
    Ismael

    #574399

    Thanks!

    One last thing. I need to create space between the Title “Instagram” and the instagram feed. It is not proportional to the spacing on the other two feeds in the footer. Perhaps 10px.

    Jas

    #575540

    Hi,

    Try the following as well:

    .av-instagram-pics.av-instagram-size-thumbnail {
        padding-top: 15px !important;
    }

    Best regards,
    Rikard

    #575604

    Thanks! Two issues.

    1. The Instagram plugin packaged with Enfold is broken. As you can see in the screenshot, even after all the CSS we used the spacing and placement is off. This plugin is buggy. I’ve also looked at it on the Enfold demo page and the same problems are present. Please let Kriesi know.
    https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202016-01-31%20at%2011.56.51%20PM.png

    2. How do I raise the Twitter block closer to the Twitter title? I tried the code below but it will only work by making the space larger. It won’t work in making the space smaller.

    iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered
    {
        padding-top: -10px !important;
    }
    #577110

    Hello?

    #578298

    Hi!

    1.) The instagram api can sometimes provide images with a different size and proportion but it’s barely noticeable. You can try this inside one your css media queries:

    .av-instagram-item, .av-instagram-item img, .av-instagram-item a {
        min-height: 132px;
    }

    2.) Please try this:

    .widget-easy-twitter-feed-widget-container .row {
        margin-bottom: 0;
    }

    Best regards,
    Ismael

    #578302

    that distorted the instagram. Is thee code that will keep it proportional? See screenshot below.

    #578497

    Hey!

    Did you put it inside a css media query? Is that a desktop or mobile screenshot? Please adjust the value as needed. The images’ height on desktop view is 72px.

    Regards,
    Ismael

    #578899

    I put this in quick CSS and this is all I did.

    .av-instagram-item, .av-instagram-item img, .av-instagram-item a {
        min-height: 132px;
    }

    The screenshot was from the website

    Thanks,

    Jas

    #579447

    Helloooo :)

    Solution?

    #581021

    Hi!

    refrain from bumping into your own thread, as it pushes it behind in our queue and marks it as answered and then we can’t provide a faster reply to you.

    I checked your website (s. private content) and instagram images in footer look totally fine to me. Seems you could adjust min-height value as needed. If it’s still not fixed for you then show us the results you want to achieve, so we know exactly what you need.

    Cheers!
    Andy

    #581058

    Hi Andy,

    Here is exactly what I need. I need all the thumbnails in the instagram block to be exactly the same size to the pixel. Right now if you look closer, you will see that the image blocks, and the spacing are off, both on the desktop site and the mobile site. Before I added all the CSS above, it was very obvious. The CSS made it better but does not fix the problem completely. This is a bug in the plugin. I have said this all throughout this post several times.

    The image blocks in the plugin are affected by the dimensions of the image. This plugin is expecting all images that are on instagram to be perfectly square and they are not. It is possible and people frequently upload images to instagram in landscape dimension. Instagram has not, for a long time, forced the square dimension. Until this bug in this plugin is fixed I would like CSS to make these blocks exactly the same size to the pixel.

    Here is your demo. If you look at it you will see that the blocks are not evenly spaced. Especially around the center block.
    http://kriesi.at/themes/enfold-lifestyle-blog/

    Please see my annotated screenshot below.

    Please alert whomever the developer is for this plugin of this bug in the code. In the mean time, if you have CSS that will fix this I’d appreciate it.

    Thank you,

    Jas

    #582407

    Hi!

    hm your screenshot/mockup looks exactly as on your website to me and I have no idea what you want to show us with the red arrows. Please can you show us the results you want to achieve?

    Regards,
    Andy

    #582542

    Hi Andy,

    You are correct. The screenshot looks exactly like my website. And it’s wrong.

    I’ve zoomed in so you can see what I see. See screenshot below.

    The photo thumbnails are NOT spaced evenly. They are not pixel perfect and with my perfect vision, on a retina Macbook, I can see the inconsistencies easily. Very easy to see.

    I have numbered the screenshot:
    Thumbnail 1 and 2 are at equal height. Thumbnail 3 is not. It is a few pixels higher.
    Spacing A is different than spacing B by a few pixels.

    If you are unable to see what I am talking about in this screenshot will you please ask another option of one of your colleagues to take a look?

    This plugin has a bug in the code. The Instagram thumbnails are both uneven on my site and they are uneven on your demo page here >
    http://kriesi.at/themes/enfold-lifestyle-blog/

    Again, I can easily see the inconsistencies. As soon as I activated the widget, I saw it in one second. this plugin absolutely needs a recode. There are many out there for sale $$ that do not have this issue. As I am developer, I would prefer to use the free plugin that comes with Enfold and have it work as expected.

    Thank you for your help Andy,

    Jas

    #583517

    Hi!

    wow would have never seen this issue. Try this as a workaround in Quick CSS field:

    a.lightbox-added img {
    width: 60px;
    height: 60px;
    }
    

    and adjust as needed.

    Thanks for making us aware about it.

    Regards,
    Andy

    #583856

    Andy,

    This CSS caused a problem so I removed it.

    1. The CSS worked on the instagram widget sort of, but it also made every image using lightbox at 80×80 (I changed that value). So the Featured Image on all posts was a thumbnail. Can we change that code to be reserved ONLY to the Instagram Widget?

    2. When I make the browser window smaller, the instagram widget then becomes distorted. (See Screenshot below) So this code does not keep the thumbnails proportional.

    2. This is all the code we have created for this to get it in the correct location and sized. Seems like a lot. Is this all necessary to accomplish this or is this a bit overkill? The padding is necessary to keep the element from crowding the “INSTAGRAM” wigit title.

    /*Footer*/
    
    .av-instagram-pics.av-instagram-size-thumbnail {
        width: 70%;
        padding-top: 12px !important;
    }
    
    .av-instagram-item {
        padding: 1px;
    }
    
    .av-instagram-item:hover a {
        opacity: .5;
    } /*instagram hover effect*/
    
    .widget-easy-twitter-feed-widget-container .row {
        margin-bottom: 0;
    }
    
    a.lightbox-added ing { (REMOVED)
    width: 80px;
    height: 80px;
    } /*instagram dimension*/
    • This reply was modified 8 years, 9 months ago by Jasmer.
    #584677

    Hi!

    1.) Try this code to call instagramm widget only:

    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 60px;
    height: 60px;
    }
    

    2.) Then you need to use media queries to adjust it for different screen sizes. Use something like that:

    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 60px;
    height: 60px;
    }}
    

    Adjust min-width and max-width as needed (screen size). For more info about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Don’t forget to clear browser cache and hard refresh.

    Cheers!
    Andy

    #585404

    Hi Andy,

    The code below makes things worse. It causes other problems. I left this CSS on the site. Resize your desktop browser at different sizes and take a look at what happens. I used 80px x 80px by the way. 60 x 60 looked bad.

    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }
    
    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }}
    
    #585421

    Hi!

    you can use any px you want. As I already said: you just need to adjust the code. Adjust media queries (max-width, min-width) and adjust px as needed, until it fits for you on different screen sizes. You might need to use this code different times, to call different screen sizes.

    Regards,
    Andy

    #585429

    Did you go to the site and look at it? The thumbnail grid becomes separated at different screen sizes. The instagram box changes completely and the spacing between the thumbnails is different vertically than it is horizontally. You won’t understand what I am saying unless you try it yourself.

    Please try to resize your window at different positions. You will see the problem. The px have nothing to do with this issue.

    Thanks,

    Jas

    #585440

    Hi!

    looks good to me:

    View post on imgur.com

    Please provide screenshots of the issue.

    Best regards,
    Andy

Viewing 30 posts - 1 through 30 (of 45 total)
  • The topic ‘Instagram Widget Not Recognizing Column and Photos settings’ is closed to new replies.