Okay
  Public Ticket #548542
Image Gallery
Closed

Comments

  • Brandon Conn started the conversation

    I can't add any images to the image gallery after the last upgrade. I go through the typical process and nothing happens. Just takes me back the main settings in the screen shot attached. Also, i'm still having issues with the text caption below the image not displaying full width of the image on desktop unless you size the screen just right, You gave me some code to add a while back that made it work but it's just only at a specific screen width.

  • Brandon Conn replied

    UPDATE: I was able to fix by starting over. I had to add another image gallery and insert all the pictures again. it is allowing me to add more as well. Not sure what broke the other. The text width issue is still there: Screen shot attached. I have this in the CSS:

    .portfolio-items .work-meta {

    width: 100%;

    font-size: 14px !important;

    }

    FEATURE REQUEST: Pagination for the image gallery. Ours is okay now but in a few months it\'s going to be a lot to load on one page.

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 1300px) and (min-width: 1000px) {
        .portfolio-items:not(.carousel) .col.span_3 .work-meta, .portfolio-items:not(.carousel) .col.span_4 .work-meta {
            width: 100%!important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Brandon Conn replied

    That did it. THANKS.