Viewing 30 results - 61 through 90 (of 106,281 total)
  • Author
    Search Results
  • #1494912
    oestersund
    Participant

    dear team, on my DEV page below at the top i have 1/1 column with text, then 2x ½ columns with 1 pic ea., than again 1/1 column with text.

    I want to bring both text elements closer to image (i.e. less space inbetween, but even if I add a space line with “-” value” the space reamains too big.

    I tried alternatively to work with pic grids, but this leads to other changes: white frame, hover effect etc.

    -> How to fix this?

    thx a. lot & best regards Tilman

    #1494911

    You can also achieve this with your layout, but it is easier to do it the other way around.
    Here you can see your layout with color section (custom class: stretchy). In the column with only the background image, I have placed a whitespace separator for the forced height.

    https://webers-testseite.de/xeo5/

    Hi,

    Thank you for the information.

    Have you tried adjusting the Masonry element’s Styling > Masonry Settings > Image Size to No Scaling (Original Width x Original Height)? This should display the images in their original dimensions.

    Best regards,
    Ismael

    Hi,

    Thank you for the information.

    Have you tried adjusting the Masonry element’s Styling > Masonry Settings > Image Size to No Scaling (Original Width x Original Height)? This should display the images in their original dimensions.

    Best regards,
    Ismael

    This reply has been marked as private.

    Hi,

    Thank you for the upate.

    To adjust the width and height of the featured images, you can try this css code:

    .small-preview {
        width: 164px;
        height: 164px;
    }

    Make sure to remove this css code first or override it so the featured images are visible.

    .post-entry .blog-meta {
        display: none;
    }

    fpcRxlR.md.png

    Best regards,
    Ismael

    Hey Dave Chapple,

    Thank you for the inquiry.

    The theme actually increases the compression quality compared to the default, which can sometimes result in heavier thumbnails or thumbnails with a larger file size than the original images. This is not intentional, but it can happen from time to time.

    Please create a test page and provide the URL in the private field so we can check the issue — screenshots would also be helpful.

    To adjust the default quality, try to add this filter in the functions.php file, then regenerate the thumbnails.

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1); 
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1); 
    function avf_set_quality_mod($quality) { $quality = 60; return $quality;}
    

    Use this plugin to regenerate the thumbnails, but make sure to create a site backup first.

    https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    test :

    /* 1. GLOBAL STICKY PERMISSION */
    html.html_stretched, 
    html.html_stretched body#top,
    #top #wrap_all, 
    #top #main {
        overflow: visible !important;
    }
    
    @media only screen and (min-width: 768px) {
    
        /* 2. MAIN CONTAINER 
           We use CSS Grid for the 65% / 1fr split */
        #top .avia-gallery.av-gallery-sticky-scroll {
            display: grid !important;
            grid-template-columns: 65% 1fr !important;
            gap: 30px !important;
            align-items: start !important; /* Crucial: prevents big-wrapper from stretching to full height */
            overflow: visible !important;
            position: relative !important;
            width: 100% !important;
        }
    
        /* 3. STICKY WRAPPER (Left Column) */
        #top .avia-gallery.av-gallery-sticky-scroll .avia-gallery-big-wrapper {
            grid-column: 1 !important;
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 100px !important; /* Adjust based on your header height */
            z-index: 100 !important;
            height: auto !important;
            margin: 0 !important;
            background: #ffffff !important;
        }
    
        /* 4. IMAGE ELEMENT */
        #top .avia-gallery.av-gallery-sticky-scroll .avia-gallery-big {
            position: relative !important;
            display: block !important;
            height: auto !important;
        }
    
        #top .avia-gallery.av-gallery-sticky-scroll .avia-gallery-big img {
            display: block !important;
            width: 100% !important;
            height: auto !important;
            max-height: 80vh;
            object-fit: contain;
        }
    
        /* 5. THUMBNAILS (Right Column) */
        #top .avia-gallery.av-gallery-sticky-scroll .avia-gallery-thumb {
            position: relative !important;
            z-index: 10 !important;
            padding: 0 !important;
            width: 100% !important;
          min-height: 100vh;  /*** we need the gallery thumbs container bigger than the big image *** /
        }
    }

    the min-height option is necessary only because my thumbs container is less high than the big image – guess your

    And change the 65% to your needs in : grid-template-columns: 65% 1fr !important;

    should i make images smaller? yes side would be great!

    Yes—now your page is opening. Now please explain to me how this is supposed to work with such large images above the thumbnails—it’s obvious that these images will cover the thumbnails below.
    How about if the thumbnails scroll up to the side of the large sticky image?

    #1494848

    i’m using the grid-row elment on that – this is a full-width element so you do not need to think about the image – the solution is to hamper the text to be as wide as the 1/2 grid-cell.

    Cloudflare Ray ID: 9cac7fcdcced65d6
    change the animation at advanced tab:

    It’s exactly the problem you can see on my page now, where I’ve widened the gallery. At some point, the sticky large image is so big that you can’t see much of the thumbnails scrolling underneath it.
    Therefore, it’s really only suitable if the column with the gallery is narrower.

    If yo ucan give the ray ID from the cloudflare error (at bottom) we can fix.

    Re the image, here you go… basically the thumbnails are against the bottom of the screen and dont start to display nicely until user hovers. We are 99% there, just need some padding between bottom of thumbnails and bottom of page.

    thumbnails

    Your page is still the block – but
    Can you take a screenshot of my page and then draw on the image to show which spacing needs to be changed?
    Based on your description, I don’t understand what you want to change.

    #1494831

    Hey Sebastian,
    Your container max-width is 1200px and contains margin & padding:
    fpFXpb2.jpg
    Try this css and adjust to suit:

    .responsive .page-id-3603 #av_section_4 .container {
        max-width: 100%;
        padding: 0;
    }

    fpF8ARn.png

    Best regards,
    Mike

    #1494819
    xeovision
    Participant

    HI .. need to make the right image flexible and full screen
    block full

    So, i added the css

    .home #av_section_4 .container {
        max-width: 100%;
        padding: 0;
    }

    ..and updated the section. But this does not take effect.
    Strech to fit is also set in the block settings.

    What is missing?

    see example page – with css code on:
    https://webers-testseite.de/ajax-gallery/

    in my case it is at 768px switching
    I even made sure that the heights of the large images adjust when hovering over them, which is not the case in Enfold’s standard behaviour.

    goldengate415
    Participant

    Hi Enfold team,

    I’m using the Enfold Gallery element in WordPress (Avia Layout Builder). I’m trying to achieve a CSS-only UX like this:

    The large preview image stays at the top and is sticky while the user scrolls down through the thumbnails below it.

    Once the thumbnails end, the page continues scrolling normally to the next section.

    I’m not using any JS. I added a custom class to the Gallery element and tried multiple CSS approaches. I can sometimes get sticky to work, but then the layout breaks (preview shifts left / preview becomes tiny / thumbnails become huge or microscopic / only a few thumbs show per row). When I fix thumbnail sizing, the sticky behavior stops working.

    What I’m using

    Enfold theme (latest) + WordPress

    Gallery element style: big preview + thumbnails (the normal preview-on-top layout)

    I added a custom class on the Gallery element: av-gallery-sticky-scroll

    What I want (exact behavior)

    Keep Enfold’s default layout: big image on top, thumbnails below

    Make only the big preview sticky (position: sticky; top: …)

    Thumbnails should remain a normal-sized grid below

    No inner scrolling container — I want normal page scroll, with preview sticking until the thumbnail list ends

    CSS attempts (examples)

    I tried sticky on .avia-gallery-big and also .avia-gallery-big-inner (in case the inner wrapper is needed), plus forcing overflow: visible on likely parents. I also tried overriding thumbnail widths using flex/grid.

    Example of my latest attempt:

    @media (min-width: 990px){
    .av-gallery-sticky-scroll{
    –stickyTop: 120px;
    –thumbSize: 140px;
    }

    .av-gallery-sticky-scroll .avia-gallery-big,
    .av-gallery-sticky-scroll .avia-gallery-big .avia-gallery-big-inner{
    position: sticky;
    top: var(–stickyTop);
    z-index: 50;
    }

    .av-gallery-sticky-scroll,
    .av-gallery-sticky-scroll .avia-gallery,
    .av-gallery-sticky-scroll .avia-gallery-big{
    overflow: visible !important;
    }

    .av-gallery-sticky-scroll .avia-gallery-thumb{
    display: grid !important;
    grid-template-columns: repeat(auto-fill, var(–thumbSize));
    gap: 12px;
    margin-top: 14px;
    justify-content: start;
    }

    .av-gallery-sticky-scroll .avia-gallery-thumb li{
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    .av-gallery-sticky-scroll .avia-gallery-thumb img{
    width: 100% !important;
    height: auto !important;
    display: block;
    }
    }

    Result: thumbnail sizing becomes unpredictable (either microscopic or huge), and sticky often stops working.

    My questions

    Is it possible CSS-only to make the Gallery element’s big preview sticky (preview on top, thumbs below) without breaking Enfold’s internal thumb sizing/layout rules?

    Is there a recommended selector/wrapper inside the Gallery element that is safe to apply position: sticky to?

    If sticky fails because of an Enfold container overflow rule, which wrapper should I override (and is there an Enfold setting that influences this)?

    If this isn’t feasible with the Gallery element, is there a recommended Enfold-native alternative (e.g., specific element/layout pattern) that support suggests?

    Thanks,
    Rob

    Dave Chapple
    Guest

    Hey Mike, Ismael,
    I do need help. I’ve been uploading images for 3 days, organizing a type-heavy graphic design portfolio. Porting over one site to a new desing based on the Photography theme in a subdirectory

    ENFOLD Images are not being generated at the size expected, AND Images getting crunched way too much, losing all detail. Even if setting the “Styling” to “No Scaling”. it is still crunching and resizing.

    I am running no plug-ins yet.

    It is like the images are randomly getting resized to weird sizes down from the original and then being reinterpolated back up. This is all when simply dragging an image into the Portfolio Masonry Gallery.

    Is this a simple setting? im hoping I dont have to reimport. the images in the GALLERY look fine.

    Dave Chapple

    Hi Ismael,
    Thanks for your continued replies.
    Yes, I have tried changing the size of the small preview image many times in the Enfold > Blog Panel Layout. It does not change the small preview image size as it should

    .small-preview img, .big-preview img {
    width: 100%;
    object-fit: cover;
    height: 80px;
    }

    I took out the height tag… thinking that might affect the small preview…but it did not

    #1494783

    Hi,

    We get a 403 Forbidden error when we try to access the page (see screenshot). This may be due to a custom server configuration. Please contact your hosting provider for more information.

    fbzuLNe.md.png

    Best regards,
    Ismael

    #1494782

    Hi,

    Thank you for the inquiry.

    The background option for the Color Section is located under Styling > Background Image. You can remove the background image there or replace it with another one.

    If you need to apply a solid background color, simply go to the Background Colors panel, as shown in the screenshot.

    fbzTkEQ.md.png

    Best regards,
    Ismael

    #1494777

    Hey promosapien,

    Thank you for the inquiry.

    After reimporting the icons, have you tried performing a search and replace in your database? Also, instead of just deleting the zip files, you may need to remove them from Enfold > Import/Export > SVG Iconset and Iconfont Manager before reuploading the icons. After that, you may also need to reconfigure the pages to use the new icon set.

    fbxPCml.md.png

    Best regards,
    Ismael

    Still not working as It did before before upgrade

    POSTS USED TO WORK HERE — this earlier Enfold install

    Nicer small preview image to left of Blog Excerpt

    and no featured image

    Now Grey Box shows without pencil icon…would rather see pencil or no grey box at all

    Preview images are smaller than 180 x 180 selected thumbnail — not the size selected in Post Element

    Preview images on blog listing Do not show up at all in Safari

    #1494757

    My first question was about moving the titles/excerpts to underneath the images in both the masonry gallery and masonry, as I use both on my site.

    #1494755

    Hi,

    Thank you for the update.

    Please note that 300x300px will not be the exact size at which the thumbnails are generated. The resizing process also takes the image’s aspect ratio into account, so if the image is not perfectly square or has a different aspect ratio, it will not be resized to exactly 300x300px. This is why you’re seeing images with different dimensions.

    If you want to display a grid with uniform image sizes, you will need to upload images with the same dimensions and aspect ratio. Hope this clear things up a bit.

    Best regards,
    Ismael

    #1494749

    Hey schwabino,

    Thank you for the inquiry.

    Would you mind providing a link to the page and a screenshot of the issue? You can use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1494748

    Hi,

    Thank you for the screenshot.

    To move the separator up, try o add this css code:

    .single-product .template-shop.sidebar_right {
        padding-top: 0;
    }
    
    #top.single-product .template-shop.sidebar_right .product > div, #top.single-product .template-shop.sidebar_right .product > .sidebar {
        padding-top: 50px;
    }

    Result:

    fD6Gprg.md.png

    Best regards,
    Ismael

    #1494728

    Hmm – you’re giving up early. I’ve now created the final version and inserted it above; or rather, I’ve made it available on my page for copy & paste. As you can see, it works for me – and even when Masonry switches to a single-column layout, the perfect grid now looks like the flexible grid. Image by image with the captions underneath.
    Your decision.

    I cleaned up the snippet a little, as the flexible Masonry Grid option already behaved this way! (Captions below the image)

    #1494725

    Hi Rikard,
    Apologies for late reply.

    Using this code
    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }

    The file is at on server and accessible

    I just don’t understand why it doesn’t appear.

Viewing 30 results - 61 through 90 (of 106,281 total)