Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Horizontal Gallery Captions #994970

    Hey Victoria,

    thank you anyway.

    Another question: is there a way to get into the lightbox from clicking anywhere in the picture?
    right now i only can click the small icon in the corner left bottom, but want to disable that and just click anywhere in the image.

    Best,
    Vincent

    in reply to: Gallery Disable Hover Title #986395

    It removes the title in the lightbox. but i want to remove it just for the gallery hover effect as you can see it in the private link…

    in reply to: Gallery Disable Hover Title #986390

    It does not work. I’ve added both of your codes, together and seperated at the end of the functions.php.
    Any other ideas? Please!

    in reply to: Gallery Image align to center #984146

    Problem solved! Thank you anyway! :-)

    Used this

    .avia-gallery-thumb {
    width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    in reply to: Gallery Image align to center #984107

    Thank you soooo much, that worked out!

    The last question (hopefully) is how can I align the gallery to the horizontal center on mobile screens? See private content.

    Thank you for your great job.

    • This reply was modified 5 years, 8 months ago by intimadecom.
    in reply to: Gallery Image align to center #983747

    Or alternatively – Center them also in their vertical position, as shown on that screenshot…

    Thanks in advance!

    • This reply was modified 5 years, 8 months ago by intimadecom.
    in reply to: Gallery Image align to center #983713

    Thank you very very much Ismael!
    And now… One more important question, i’m desperate :|

    Is there a way to achieve that the vertical gap between the rows orientates to the largest image of the previous row?

    • This reply was modified 5 years, 8 months ago by intimadecom.
    in reply to: Portfolio Grid/Masonry Entry Arrangement #964836

    Ok, i’ve solved the problem using the “masonry” and not “portfolio grid” :-)

    in reply to: Masonry Gallery Custom Gap #964365
    This reply has been marked as private.
    in reply to: Masonry Blog – Paddings and Aligns… #954010

    Ha! Got it done with some more custom CSS, but the one, which did it was:

    .av-fixed-size.av-orientation-square .av-masonry-entry .av-inner-masonry-sizer {
        width: 100%;
        min-height: 170px;
        padding-bottom: 10%;
    }

    Thank you! Topic can be closed :-)

    in reply to: Masonry Blog – Paddings and Aligns… #953764

    Alright, ok. I’ve fixed some of the problems.

    But still two questions, you may can help out with…
    1. It’s the tablet size, where “excerpts” disappear – is it possible to have them there?
    And 2. The between the entries, when having just one column on mobile, is just too big. The size-orientation is predefined in the element to “square”, but is it possible to change the gap just for mobile?

    Thank you

    in reply to: Sub Menu Style while Top Transparency Header #953762

    ok, i just saw, that it is normal, that the header is not sticky at tablet/mobile sizes. i’m fine with that, thank you!

    in reply to: Masonry Gallery – Fade In Animation? #952941

    have set the thumbnails of the gallery to a lower res via simple image size plugin – now it’s fine! thank you :-)

    in reply to: Masonry Gallery – Fade In Animation? #952740

    Ok, thats almost what i wanted… it works like, when i give the masonry gallery the predefined effect in its settings to fade in.
    but on first load, with a fresh cache, the images are loading slowly, while the fade effect is finished.
    is there an option to do the effect, when pictures are loaded?

    in reply to: Sub Menu Style while Top Transparency Header #952734

    Mike, so i thought it would work now, but now when i scroll the header is not sticky anymore at that size :-( Its stuck to the head.
    Do you have another idea?
    Thank you.

    in reply to: Masonry Gallery – Fade In Animation? #952564

    Thank you again, and sorry for that late reply.

    in reply to: Sub Menu Style while Top Transparency Header #952563

    It worked out – thank you so much, have a good day :-)

    in reply to: Sub Menu Style while Top Transparency Header #952309

    Thank you for the fast response, it almost worked out!

    I just changed the opacity to 1., that the header after scrolling will be white and the last color in your code to black, that sub menu links are black again.

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color:rgba(255, 255, 255, 1 !important;
    }
    .header_color.av_header_transparency .header_bg, .header_color.av_header_transparency .main_menu ul ul, .header_color.av_header_transparency .main_menu .menu ul li a, .header_color.av_header_transparency .pointer_arrow_wrap .pointer_arrow, .header_color.av_header_transparency .avia_mega_div, .header_color.av_header_transparency .av-subnav-menu > li ul, .header_color.av_header_transparency .av-subnav-menu a {
    background-color:transparent !important;
        border-color: transparent !important; 
    }
    .header_color .main_menu .menu ul li a {color: #000 !important;}

    Now, at a window width size of about 989px, the logo & burger menu is not shown anymore but appears again at 767px, because the header is white there, but the “transparent” logo is still used, so i only can see a white header without a menu.

    Can we fix this, either bringing back the black logo & burger menu for this mobile/tablet width size or have the header transparent on that certain pages too for that size? Thank you so much!

    Lookin forward to hear from you.

    • This reply was modified 5 years, 10 months ago by intimadecom.
Viewing 18 posts - 1 through 18 (of 18 total)